Skip to content

Commit 6a71aeb

Browse files
committed
upgrade example react-native 0.83.6 expo 55
1 parent 3f1904c commit 6a71aeb

4 files changed

Lines changed: 646 additions & 1097 deletions

File tree

example/README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
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

example/app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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",

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
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
}

0 commit comments

Comments
 (0)