DazChong
DazChong
As title, I believe this is a known issue. As soon as I commented out `.onPull()`, LivePreview works again. I would also like to thank you for the effort and...
iOS `HEADER_SEARCH_PATHS` in `project.pbxproj` incompatible with `react-native-navigation`. Before: ``` HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-navigation/ios/**""$(SRCROOT)/../node_modules/react-native-pinch/RNPinch"; ``` Fix: ``` HEADER_SEARCH_PATHS = ("$(SRCROOT)/../node_modules/react-native-navigation/ios/**","$(SRCROOT)/../node_modules/react-native-pinch/RNPinch"); ```
As title, it works on iOS by default but not Android.