| Zeile 6: |
Zeile 6: |
| | | | |
| | * [https://retool.com retool] | | * [https://retool.com retool] |
| − | * [https://flutter.dev/ Flutter] | + | * [[flutter]] |
| − | ** mit [https://docs.fluxbuilder.com/ Fluxbuilder ] | + | |
| | + | == Aspekte == |
| | + | |
| | + | === Styling === |
| | + | |
| | + | React Native unterstützt nur einen CSS-ähnlichen Ansatz, aber nicht CSS direkt. |
| | + | |
| | + | Ähnlicher wird es mit Libraries, z.B. styled oder NativeWind. |
| | + | |
| | + | Auch [https://www.unistyl.es/ UniStyles] ist eine solche Library, die das Styling von React Native Apps vereinfachen soll. Siehe dazu auch |
| | + | * https://dev.to/ajmal_hasan/streamlining-styling-in-react-native-with-unistyles-2fp2 |
| | + | |
| | + | Unabhängig von der eingesetzteh Bibliothek gibt es verschiedene Tipps: |
| | + | |
| | + | * Style-Konstanten an einem zentralen Ort im Source-Code |
| | + | * Wiederverwendbare Komponenten |
| | + | |
| | + | Siehe auch |
| | + | * https://medium.com/@tusharkumar27864/best-practices-for-styling-mobile-apps-in-react-native-1fcf8eac649e |
| | + | * https://blog.logrocket.com/react-native-styling-tutorial-examples/ |
| | + | * https://kodaschool.com/blog/styling-in-react-native-flexbox-and-stylesheet |
| | + | * https://infinum.com/handbook/frontend/react-native/styling |
| | + | * https://www.digitalocean.com/community/tutorials/react-styling-react-native |
| | | | |
| | == Komponenten == | | == Komponenten == |
| Zeile 29: |
Zeile 51: |
| | * https://callstack.github.io/react-native-paper/ | | * https://callstack.github.io/react-native-paper/ |
| | * https://gluestack.io/ | | * https://gluestack.io/ |
| | + | |
| | + | |
| | + | === Anzeige verwendeter Open Source Lizenzen === |
| | + | |
| | + | * https://www.callstack.com/blog/react-native-legal-acknowledge-open-source-libraries-in-your-app |
| | | | |
| | == Expo == | | == Expo == |