-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
54 lines (36 loc) · 1.67 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
1 - NODE.JS
2 - EXPOR LIB npm install expo-cli --global
3 - npx create-expo-app my-app
4 - expo options run
5 - npx expo install react-native-web@~0.18.10 react-dom@18.2.0 @expo/webpack-config@^18.0.1
- react navigation
6 - npx expo install @react-navigation/native
7 - npx expo install react-native-screens react-native-safe-area-context
8 - npx expo install @react-navigation/native-stack
- cd my-app
- or npx expo start que vai dar as opções {
› Metro waiting on exp://10.0.0.100:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Press a │ open Android
› Press w │ open web
› Press j │ open debugger
› Press r │ reload app
› Press m │ toggle menu
› Press ? │ show all commands
Logs for your project will appear below. Press Ctrl+C to exit.
}
--RECOMENDADO:
- npm run android
- npm run ios # you need to use macOS to build the iOS project - use the Expo app if you need to do iOS development without a Mac
- npm run web - need install npx expo install react-native-web@~0.18.10 react-dom@18.2.0 @expo/webpack-config@^18.0.1
10 LIB ANIMAÇÃO npx expo install react-native-animatable
11 lib de drag touch $ npx expo install react-native-gesture-handler
12 lib de painacao npx expo install @react-navigation/bottom-tabs
13 lib de icones $ npx expo install react-native-vector-icons
13.1 continua $ npx expo react-native link react-native-vector-icons
14- npx expo install expo-local-authentication auth
15 - list drag and drop:
-- dependencies:
1 - npx expo install react-native-reanimated
2- npx expo install react-native-gesture-handler
3- npx expo install react-native-draggable-flatlist