Skip to content

Commit 87f34e3

Browse files
authored
fix: RN 0.72.7 -> 0.72.9 (#909)
1 parent 7528e81 commit 87f34e3

File tree

8 files changed

+643
-3254
lines changed

8 files changed

+643
-3254
lines changed

examples/AnalyticsReactNativeExample/ios/Podfile.lock

Lines changed: 190 additions & 191 deletions
Large diffs are not rendered by default.

examples/AnalyticsReactNativeExample/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@react-navigation/native": "^6.1.9",
2121
"@react-navigation/stack": "^6.3.20",
2222
"react": "18.2.0",
23-
"react-native": "0.72.7",
23+
"react-native": "0.72.9",
2424
"react-native-gesture-handler": "^2.13.4",
2525
"react-native-get-random-values": "^1.9.0",
2626
"react-native-safe-area-context": "^4.7.4",
@@ -32,6 +32,7 @@
3232
"@tsconfig/react-native": "^3.0.0",
3333
"@types/react": "^18.2.37",
3434
"@types/react-native": "0.72.6",
35+
"babel-plugin-module-resolver": "5.0.0",
3536
"eslint": "^8.19.0",
3637
"pod-install": "^0.1.39",
3738
"prettier": "^2.4.1",

examples/AnalyticsReactNativeExample/react-native.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
const { rootMap } = require('./workspace') // Load the linked data
22

33
module.exports = {
4-
project: {
5-
ios: {
6-
automaticPodsInstallation: true,
7-
}
8-
},
94
dependencies: {
105
// Local packages need to be referenced here to be linked to the app
116
// This is not required in a standalone production app

examples/AnalyticsReactNativeExample/yarn.lock

Lines changed: 220 additions & 2829 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)