Application cliente en reactnative » Historique » Version 3
Eric Seigne, 08/08/2020 18:36
1 | 1 | Eric Seigne | # Application cliente en reactnative |
---|---|---|---|
2 | |||
3 | 3 | Eric Seigne | En fait le gros piège de réactnative c'est **expo.io** ... il ne faut surtout pas tomber dedans, c'est magique tout marche super bien jusqu'au jour où on veut faire le paquet apk et là c'est le drame, donc à éviter absolument |
4 | |||
5 | 1 | Eric Seigne | |
6 | Utilisation des composants sympa de https://react-native-elements.github.io/react-native-elements/docs/input.html |
||
7 | |||
8 | Sauvegarder les prefs utilisateurs, compatible cordova : https://github.com/kevinresol/react-native-default-preference |
||
9 | |||
10 | Crop avec https://reactnativeexample.com/crop-and-rotate-image-without-detach-your-expo-project/ |
||
11 | |||
12 | Notes: |
||
13 | ``` |
||
14 | cd ios && pod install |
||
15 | ``` |
||
16 | 2 | Eric Seigne | |
17 | |||
18 | ## déployer l'icone et le splash |
||
19 | |||
20 | voir https://github.com/bamlab/react-native-make |