Skip to content

Commit

Permalink
fix: RN 0.72.7 -> 0.72.9 (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
zikaari authored Jan 19, 2024
1 parent 7528e81 commit 87f34e3
Show file tree
Hide file tree
Showing 8 changed files with 643 additions and 3,254 deletions.
381 changes: 190 additions & 191 deletions examples/AnalyticsReactNativeExample/ios/Podfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion examples/AnalyticsReactNativeExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native": "0.72.9",
"react-native-gesture-handler": "^2.13.4",
"react-native-get-random-values": "^1.9.0",
"react-native-safe-area-context": "^4.7.4",
Expand All @@ -32,6 +32,7 @@
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.2.37",
"@types/react-native": "0.72.6",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "^8.19.0",
"pod-install": "^0.1.39",
"prettier": "^2.4.1",
Expand Down
5 changes: 0 additions & 5 deletions examples/AnalyticsReactNativeExample/react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
const { rootMap } = require('./workspace') // Load the linked data

module.exports = {
project: {
ios: {
automaticPodsInstallation: true,
}
},
dependencies: {
// Local packages need to be referenced here to be linked to the app
// This is not required in a standalone production app
Expand Down
3,049 changes: 220 additions & 2,829 deletions examples/AnalyticsReactNativeExample/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 87f34e3

Please sign in to comment.