Fixed Cocoapods build with many hacks

This commit is contained in:
John Lyon-Smith
2018-03-28 11:52:14 -07:00
parent 02e06dface
commit bd5cd8a0d8
1016 changed files with 367 additions and 91366 deletions

View File

@@ -13,7 +13,8 @@
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js"
"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"
},
"jest": {
"preset": "react-native"
@@ -27,7 +28,7 @@
"react-native": "^0.51.1",
"react-native-google-maps": "^1.0.0",
"react-native-maps": "^0.20.1",
"react-native-navigation": "^1.1.426",
"react-native-navigation": "github:jlyonsmith/react-native-navigation",
"react-viro": "^2.4.0",
"socket.io-client": "^2.0.4"
}