## Issue Due to change in react-native cli, https://github.com/react-native-community/cli/pull/1537 Autolinking is no longer working with React Native 0.69 ## Expected Behavior React Native autolinking to work with react-native-text-size ## Repro Steps: - Create a new React Native Project version 0.69 - install react-native-text-size - run pod install in `ios` directory Notice that react-native-text-size is not included in the Podfile.lock Repro repository https://github.com/Naturalclar/react-native-notifications-repro