Fixed Cocoapods build with many hacks
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user