Installing sidcn for Expo
1. Create the project
npx create-expo-app my-app
cd my-app
2. Install sidcn
yarn add sidcn
You will need to install nativewind and its peer dependency tailwindcss.
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.