File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DropdownAlertExample
22
3- - Built with [ Expo] ( https://expo.dev/ ) .
4- - Uses [ yarn ] ( https://yarnpkg.com/ ) v2 modern edition.
3+ - Built with [ Expo] ( https://docs. expo.dev/ )
4+ - Uses [ Continuous Native Generation ] ( https://docs.expo.dev/workflow/continuous-native-generation/ )
55
66## Up and running
77
88### Prerequisites
99
10- - Have setup local environment (e.g. simulator, emulator, etc) via [ Expo's Setup Guide] ( https://docs.expo.dev/get-started/set-up-your-environment/ ) .
10+ - Have installed [ ` node ` ] ( https://nodejs.org/en/download )
11+ - Have installed [ ` yarn ` ] ( https://yarnpkg.com/getting-started/install )
12+ - Have setup local environment (e.g. simulator, emulator, device) with the [ Expo Guide] ( https://docs.expo.dev/get-started/set-up-your-environment/ )
1113
1214### Steps
1315
14- 1 . Open terminal to example directory (` cd ~/react-native-dropdownalert/example ` ).
15- 2 . Run: ` yarn install ` to install example project dependencies.
16- 3 . Run: ` yarn start ` to start the expo local development server.
17- 4 . Follow on-screen instructions to run the app.
16+ 1 . Open terminal then change to example directory
17+ 2 . Run: ` yarn install ` to install dependencies
18+ 3 . Run: ` yarn doctor ` to check local environment setup
19+ 4 . Address local environment issue(s) if needed otherwise continue to next step
20+ 5 . Run: ` yarn start ` to start Metro Bundler
21+ 6 . Follow on-screen instructions
Original file line number Diff line number Diff line change 66 "orientation" : " portrait" ,
77 "icon" : " ./assets/icon.png" ,
88 "userInterfaceStyle" : " light" ,
9- "newArchEnabled" : true ,
109 "splash" : {
1110 "image" : " ./assets/splash-icon.png" ,
1211 "resizeMode" : " contain" ,
Original file line number Diff line number Diff line change 1212 "fix:dedupe" : " yarn dedupe"
1313 },
1414 "dependencies" : {
15- "expo" : " ~54 .0.32 " ,
16- "react" : " 19.1 .0" ,
17- "react-dom" : " 19.1 .0" ,
18- "react-native" : " 0.81.5 " ,
15+ "expo" : " ~55 .0.17 " ,
16+ "react" : " 19.2 .0" ,
17+ "react-dom" : " 19.2 .0" ,
18+ "react-native" : " 0.83.6 " ,
1919 "react-native-dropdownalert" : " 5.2.0" ,
2020 "react-native-safe-area-context" : " 5.6.2" ,
2121 "react-native-web" : " 0.21.2"
2222 },
2323 "devDependencies" : {
24- "@types/react" : " 19.1.10 " ,
25- "@types/react-dom" : " ~ 19.1.7 " ,
24+ "@types/react" : " ^ 19.2.14 " ,
25+ "@types/react-dom" : " 19.2.3 " ,
2626 "@types/react-native-web" : " 0.19.2" ,
27- "expo-doctor" : " 1.17.14 " ,
27+ "expo-doctor" : " 1.18.19 " ,
2828 "typescript" : " 5.9.3"
2929 },
30- "packageManager" : " yarn@4.12.0 "
30+ "packageManager" : " yarn@4.14.1 "
3131}
You can’t perform that action at this time.
0 commit comments