react-native-text-size
react-native-text-size copied to clipboard
Autolinking does not work with React Native 0.69.0
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
iosdirectory
Notice that react-native-text-size is not included in the Podfile.lock
Repro repository https://github.com/Naturalclar/react-native-notifications-repro
Experiencing the same issue. Temporary workaround I added to my Podfile:
pod 'RNTextSize', :path => "../node_modules/react-native-text-size/ios"