-
Notifications
You must be signed in to change notification settings - Fork 33
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
App not running when linking react-native-local-notifications v0.60.5 #31
Comments
hi @ahmadallo1 Binaries: "react-native": "0.61.3", i have installed react-native-local-notifications (like a fresh start) my RNLocalNotifications.podspec file is like : then i run @wumke should add 'RNLocalNotifications.podspec' file to the project for React Native > 0.60 projects at next release. |
Merged PR #32 Since I do not use RN0.60+ yet, can anyone confirm that this issue can be closed? |
@wumke |
I've had great success with the Android Studio migration tool, that fixed AndroidX migration of all libraries in a project which I needed to migrate. |
This could not be used in a build CI and it's needed to migrate the repository itself. I'll submit a PR as soon as I can. |
Thank you (in the name of all users of this library)! Place a reference to this thread when you create the new pull request... |
I have submitted the PR. @ahmadallo1 for using the PR on your project change your package.json like below {
"react-native-local-notifications": "git://github.com/SaeedZhiany/react-native-local-notifications.git#MigrateToAndroidx"
} |
@wumke For linking issue i have fixed by adding these path in to the XCode project file. try these steps:
|
@wumke I'm using react native v0.60.5 "react native link" is not used anymore to link component, when trying to run it in xcode the following error appears:
'RCTBridgeModule.h' file not found
is there any way to link react-native-local-notifications using cocoapods or how can we fix this issue?
react-native": "0.60.5",
"react-native-local-notifications": "2.0.0"
The text was updated successfully, but these errors were encountered: