Description
After upgrade to react-native@0.39, Integration With Existing Empty iOS Project failed, and old workaround "postinstall": "find ./node_modules/react-native \\( -name *.h -o -name *.m \\) -print0 | xargs -0 sed -i '' -e 's:<CSSLayout/\\(.*\\)>:\"\\1\":g'" doesn't work now
react-native@0.38 works just fine
Reproduction
- create an empty iOS project with swift
- follow the official guide of integration with existing app
- try run iOS app and then failed
Additional Information
- React Native version: 0.39
- Platform: iOS
- Operating System: MacOS Sierra 10.12.1
- CocoaPods: 1.1.1