Autolinking broken in 0.69
See original GitHub issueDue to https://github.com/react-native-community/cli/pull/1537 some things in your react-native.config.js
have been deprecated and removed, thus failing autolinking schema validation (for example ios.sharedLibraries
).
Steps to Reproduce
- Create a vanilla RN project with latest 0.69 RC with
npx react-native init Example --version 0.69.0-rc.6
. - Add this package.
- Observe it not being autolinked.
Issue Analytics
- State:
- Created a year ago
- Comments:23 (11 by maintainers)
Top Results From Across the Web
What is react-native link? - Stack Overflow
Autolinking is a replacement for react-native link that brings new features (such as ability to easily integrate native dependencies on iOS) and fixes...
Read more >Troubleshooting for React Native | Sentry Documentation
React Native 0.69 and Higher. If you're using React Native v0.69 or higher, the auto-linking has changed and we're working on a fix....
Read more >Addressing common errors in React Native - LogRocket Blog
... of react-native or react-native-cli is old or broken. ... which have been removed in React Native 0.69 and replaced with autolinking.
Read more >react-native | Yarn - Package Manager
0.69 -stable: 0.69.7. 0.67-stable: 0.67.5. 0.65-stable: 0.65.3. 0.64-stable: 0.64.4. 0.63-stable: 0.63.5. Versions. December 25, 2022: 0.0.0-20221225-2020- ...
Read more >null is not an object (evaluating 'rnfsmanager.rnfsfiletyperegular')
This seems to be a problem with your autolinking. Do. cd android && . ... react-native-fs not working on react-native version 0.69.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi there! Just checking on that status of this? Should I not wait and just go w/ the workaround?
The patch from @marandaneto has been approved by @kamilogorek : https://github.com/getsentry/sentry-wizard/pull/173#pullrequestreview-1038889596
Manoel is back online tomorrow so we should see this patch merged, and a new release of sentry-wizard coming out soon. Sorry for the delay on this one folks.