You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
joncursi, milancermak, nim23, notjosh, rgoldfinger and 7 more