expo-wind-v4
v1.0.3
Published
A script to auto setup expo with nativewind v4 and a simple auth context provider using async storage.
Downloads
12
Readme
Expo & NativeWind v4 Integration
X
Hi this is my small script to setup your expo 51 default app with nativewind v4. I also added a simple auth context in it for usage with AsyncStorage (locahost equivalent) if you have any quetions you can send then to me at : my email
Features
- expo sdk 51 with expo-router
- latest nativewind v4 for tailwnd intigration (need to run pod install for ios)
- A simple auth context to make your login signup ready to go
Getting Started
1.Run the following command to create a new Expo project using yarn | npx | pnpx:
yarn add expo-wind-v4 my-project
npx expo-wind-v4 my-project
pnpx expo-wind-v4 my-project