Update RN and Viro. iOS build working

This commit is contained in:
John Lyon-Smith
2018-05-09 11:23:11 -07:00
parent 93cfa3b4dc
commit ccd159bb47
13 changed files with 1886 additions and 2274 deletions

View File

@@ -4,7 +4,6 @@
"private": true,
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^0.3.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.2.0"
@@ -14,28 +13,27 @@
"android": "react-native run-android",
"build:android": "cd android; rm -rf ./app/build && ./gradlew assembleRelease && ./rename-apk",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js",
"postinstall": "sed -i '' 's/#import <RCTAnimation\\/RCTValueAnimatedNode.h>/#import \"RCTValueAnimatedNode.h\"/' ./node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sed -i '' 's/#import <fishhook\\/fishhook.h>/#import \"fishhook.h\"/' ./node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m"
"test": "node node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"eventemitter3": "^3.0.1",
"eventemitter3": "^3.1.0",
"moment": "^2.22.1",
"react": "^16.2.0",
"react": "^16.3.2",
"react-form-binder": "^1.2.0",
"react-native": "^0.49.3",
"react-native": "^0.55.4",
"react-native-image-picker": "^0.26.7",
"react-native-iphone-x-helper": "^1.0.2",
"react-native-iphone-x-helper": "^1.0.3",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-maps": "^0.20.1",
"react-native-modal": "^5.4.0",
"react-native-swipe-list-view": "^1.0.7",
"react-native-maps": "^0.21.0",
"react-native-modal": "^6.0.0",
"react-native-swipe-list-view": "^1.1.1",
"react-router-native": "^4.2.0",
"react-viro": "^2.4.0",
"react-viro": "^2.6.1",
"socket.io-client": "^2.0.4",
"url-search-params-polyfill": "^3.0.0"
"url-search-params-polyfill": "^4.0.0"
}
}