-
Notifications
You must be signed in to change notification settings - Fork 766
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
Autolinking does not work with React Native 0.69.0 #881
Comments
Same. Due to react-native-community/cli#1537 some things in react-native.config.js have been deprecated and removed, thus failing autolinking schema validation (for example dependency.assets). Steps to Reproduce Create a vanilla RN project with latest 0.69.1 with npx react-native init Example. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Bumping! I'm also facing the same issue with 69.1 Running
|
I'm getting the same issue |
Same issue with react native 69.1 regarding "dependency.assets". |
You can make a patch using changes from #882. Hopefully that change is merged soon, but in the meantime you can do this:
|
Same thing on RN 0.7.0, with react-native-notifications 4.3.1
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
+1 |
any update on this issue still facing it. |
Issue
Due to change in react-native cli, react-native-community/cli#1537
Autolinking is no longer working with React Native 0.69
Expected Behavior
React Native autolinking to work with RNNotifications
Repro Steps:
ios
directoryNotice that RNNotifications is not included in the Podfile.lock
Repro repository
https://github.com/Naturalclar/react-native-notifications-repro
The text was updated successfully, but these errors were encountered: