Skip to content

Commit

Permalink
Merge pull request #2 from Guribeiro/chore/update-expo-version
Browse files Browse the repository at this point in the history
[FIX] - initially selected value not showing
  • Loading branch information
Guribeiro authored Mar 1, 2024
2 parents 90f4ded + 22ee825 commit 8ea0c9a
Show file tree
Hide file tree
Showing 3 changed files with 2,659 additions and 4,426 deletions.
11 changes: 6 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~48.0.15",
"expo-status-bar": "~1.4.4",
"expo": "~50.0.8",
"expo-status-bar": "1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.7",
"react-native": "0.73.4",
"react-native-expo-modal-select": "^0.1.1",
"react-native-web": "~0.18.10"
"react-native-web": "~0.19.6",
"yarn": "^1.22.21"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^0.17.2",
"@expo/webpack-config": "~19.0.1",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.1.0"
},
Expand Down
Loading

0 comments on commit 8ea0c9a

Please sign in to comment.