Files
flipper/react-native/ReactNativeFlipperExample/package.json
Michel Weststrate f3fd8646e3 Upgrade example app to 0.62.0-rc.3
Summary:
^

1. Remove entire `react-native/ReactNativeExampleFlipper` folder
2. Run `npx react-native init --version 0.62.0-rc.3 ReactNativeExampleFlipper`
4. restore the `package.json` and `TicTacToe` file and import
5. removed `.eslintrc`, `_BUCK` and `build_defz.bzl`, `.watchmenconfig`

Added comments below to highlight the non-generated changes

Reviewed By: passy

Differential Revision: D20221558

fbshipit-source-id: da1c895a2b0e7ce48092e64cdb5ffdb9e4a1a10b
2020-03-04 19:00:20 -08:00

33 lines
832 B
JSON

{
"name": "ReactNativeFlipperExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "relative-deps && react-native run-android",
"ios": "relative-deps && react-native run-ios",
"start": "relative-deps && react-native start",
"prepare": "relative-deps",
"test": "jest"
},
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.0-rc.3",
"react-native-flipper": "^0.32.2"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.11.0",
"relative-deps": "^1.0.0"
},
"jest": {
"preset": "react-native"
},
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
}
}