Due 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 1. Create a vanilla RN project with latest 0.69 RC with `npx react-native init Example --version 0.69.0-rc.6`. 2. Add this package. 3. Observe it not being autolinked.