Installing sidcn for React Native CLI
1. Create the project
npx react-native init AwesomeProject
cd AwesomeProject2. Install sidcn
yarn add sidcn3. Initialize sidcn
npx sidcn init4. Reset Cache
yarn start --clear // yarn
npm start -- --reset-cache // npmThat's it! 🎉 You are now ready to start writing code using sidcn in your React Native CLI project.