react-native-text-size icon indicating copy to clipboard operation
react-native-text-size copied to clipboard

Autolinking does not work with React Native 0.69.0

Open Naturalclar opened this issue 3 years ago • 1 comments

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

Naturalclar avatar Jun 24 '22 05:06 Naturalclar

Experiencing the same issue. Temporary workaround I added to my Podfile:

pod 'RNTextSize', :path => "../node_modules/react-native-text-size/ios"

alekhinen avatar Aug 31 '22 19:08 alekhinen