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