Due to react-native-community/cli#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.
Due to react-native-community/cli#1537 some things in your
react-native.config.jshave been deprecated and removed, thus failing autolinking schema validation (for exampleios.sharedLibraries).Steps to Reproduce
npx react-native init Example --version 0.69.0-rc.6.