Skip to content

Fix: RN 0.72.7 -> 0.72.9 #909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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