File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 1
1
# Unwind
2
2
3
- ## What is in the basic setup?
4
-
5
- Visuals:
6
-
7
- - App icon
8
- - Splash
9
- - Navigating between screens
10
- - Custom font
11
- - Gestures & animations on the UI thread
12
-
13
- Libraries:
14
-
15
- - [ @expo-google-fonts/lato ] ( https://www.npmjs.com/package/@expo-google-fonts/lato )
16
- - [ @shopify/react-native-skia ] ( https://www.npmjs.com/package/@shopify/react-native-skia )
17
- - [ expo-router] ( https://www.npmjs.com/package/expo-router )
18
- - [ expo-splash-screen] ( https://www.npmjs.com/package/expo-splash-screen )
19
- - [ react-native-gesture-handler] ( https://www.npmjs.com/package/react-native-gesture-handler )
20
- - [ react-native-reanimated] ( https://www.npmjs.com/package/react-native-reanimated )
21
- - [ react-native-safe-area-context] ( https://www.npmjs.com/package/react-native-safe-area-context )
22
-
23
3
## Running the app
24
4
25
5
``` bash
You can’t perform that action at this time.
0 commit comments