Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autolinking does not work with React Native 0.69.0 #38

Open
Naturalclar opened this issue Jun 24, 2022 · 1 comment · May be fixed by #39
Open

Autolinking does not work with React Native 0.69.0 #38

Naturalclar opened this issue Jun 24, 2022 · 1 comment · May be fixed by #39

Comments

@Naturalclar
Copy link

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-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 Naturalclar linked a pull request Jun 24, 2022 that will close this issue
@alekhinen
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants