-
Notifications
You must be signed in to change notification settings - Fork 9
[0.79] Enable DEFINES_MODULE in React-jsc #915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for opening a new pick-request for React Native. If your pick does not satisfy the criteria below, please close it as it will not be considered. ✅ Which pick requests we accept
❌ Which pick requests we don’t accept
ℹ️ What makes for a good pickIn order for your pick to be considered, please do the following:
|
@react-native-bot merge 473e42bbc383fb01981bdfc7085ab923f0c786c0 0.79-stable |
✅ Successfully picked up your commit facebook/react-native@473e42b on the branch https://github.com/facebook/react-native/commits/0.79-stable |
Target Branch(es)
0.79
Link to commit or PR to be picked
facebook/react-native@473e42b
Description
Enables
DEFINES_MODULE
inReact-jsc.podspec
After 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 libraries
The Swift pod 'RNFlashList' depends upon 'React-jsc', which does not define modules. ...
when installing packages that use Swift
The text was updated successfully, but these errors were encountered: