Skip to content

Commit

Permalink
chore: upgrade example to rn 0.73 final (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Dec 7, 2023
1 parent e592698 commit ed18ecd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "18.2.0",
"react-native": "0.73.0-rc.6",
"react-native-safe-area-context": "github:ravindraguptacapgemini/react-native-safe-area-context#rn-73-support",
"react-native-screens": "github:mfazekas/react-native-screens#rn-073-rc4",
"react-native": "0.73.0",
"react-native-safe-area-context": "github:th3rdwave/react-native-safe-area-context#a16ed2e174a5a6103b0d934fe98368d67c4b4656",
"react-native-screens": "github:software-mansion/react-native-screens#811fe65b4c3ad21097c4a380ebb31e2bdb56d8cc",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "9.2.0",
"@rnmapbox/maps": "link:../"
Expand Down
5 changes: 5 additions & 0 deletions example/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ module.exports = {
root: path.join(__dirname, '..'),
},
},
project: {
ios: {
automaticPodsInstallation: true,
},
},
};

0 comments on commit ed18ecd

Please sign in to comment.