We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to change in react-native cli, react-native-community/cli#1537 Autolinking is no longer working with React Native 0.69
React Native autolinking to work with react-native-text-size
ios
Notice that react-native-text-size is not included in the Podfile.lock
Repro repository https://github.com/Naturalclar/react-native-notifications-repro
The text was updated successfully, but these errors were encountered:
Experiencing the same issue. Temporary workaround I added to my Podfile:
Podfile
pod 'RNTextSize', :path => "../node_modules/react-native-text-size/ios"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
ios
directoryNotice that react-native-text-size is not included in the Podfile.lock
Repro repository
https://github.com/Naturalclar/react-native-notifications-repro
The text was updated successfully, but these errors were encountered: