Summary: This change addresses an issue raised here: https://github.com/facebook/react-native/issues/35210 allow-large-files changelog: Update RN to 0.69.7 Reviewed By: passy, antonk52 Differential Revision: D42543280 fbshipit-source-id: 4e41aaefc0b442a2a8b4e8547437d22428d7a685
39 lines
959 B
JSON
39 lines
959 B
JSON
{
|
|
"name": "ReactNativeFlipperExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"windows": "react-native run-windows",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"use-local-deps": "relative-deps"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.0.0",
|
|
"react-native": "^0.69.7",
|
|
"react-native-flipper": "^0.174.0",
|
|
"react-native-windows": "^0.69.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.5",
|
|
"@babel/runtime": "^7.20.6",
|
|
"babel-jest": "^29.1.2",
|
|
"jest": "^28.1.3",
|
|
"metro-react-native-babel-preset": "^0.73.1",
|
|
"react-test-renderer": "18.2.0",
|
|
"relative-deps": "^1.0.7",
|
|
"metro-config": "^0.66.2"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"relativeDependencies": {
|
|
"react-native-flipper": "../react-native-flipper"
|
|
},
|
|
"resolutions": {
|
|
"react-devtools-core": "4.24.1"
|
|
}
|
|
}
|