Skip to content

Commit

Permalink
fix: Change method of detecting the new arch (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjhughes authored May 21, 2024
1 parent 09026e1 commit ec354fb
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 169 deletions.
10 changes: 5 additions & 5 deletions FabricExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"dependencies": {
"@react-native-picker/picker": "link:../",
"react": "18.2.0",
"react-native": "0.74.0-rc.3"
"react-native": "0.74.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.2",
"@react-native/eslint-config": "0.74.1",
"@react-native/metro-config": "0.74.2",
"@react-native/typescript-config": "0.74.1",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand Down
Loading

0 comments on commit ec354fb

Please sign in to comment.