Installation
React Native

Installing sidcn for React Native CLI

1. Create the project

npx react-native init AwesomeProject
cd AwesomeProject

2. Install sidcn

yarn add sidcn

3. Initialize sidcn

npx sidcn init

4. Reset Cache

yarn start --clear // yarn
 
npm start -- --reset-cache // npm

That's it! 🎉 You are now ready to start writing code using sidcn in your React Native CLI project.