Target Branch(es)
0.79
Link to commit or PR to be picked
react/react-native@473e42b
Description
Enables DEFINES_MODULE in React-jsc.podspec
After upgrading app to RN 0.79, when installing pods with JSC enabled there is an error being thrown that
The following Swift pods cannot yet be integrated as static libraries
The Swift pod 'RNFlashList' depends upon 'React-jsc', which does not define modules. ...
when installing packages that use Swift
Target Branch(es)
0.79
Link to commit or PR to be picked
react/react-native@473e42b
Description
Enables
DEFINES_MODULEinReact-jsc.podspecAfter upgrading app to RN
0.79, when installing pods with JSC enabled there is an error being thrown thatThe following Swift pods cannot yet be integrated as static librariesThe Swift pod 'RNFlashList' depends upon 'React-jsc', which does not define modules. ...when installing packages that use Swift