Closed
Description
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:
- Create a new React Native Project version 0.69
- install react-native-notifications
- run pod install in
ios
directory
Notice that RNNotifications is not included in the Podfile.lock
Repro repository
https://github.com/Naturalclar/react-native-notifications-repro