https://github.com/intermediadesigns/expo-react-native-nativewindv4-template
Expo React Native Template with Typescript and Nativewind v4. Latest version as of October 11, 2024
https://github.com/intermediadesigns/expo-react-native-nativewindv4-template
expo nativewind react-native
Last synced: 2 months ago
JSON representation
Expo React Native Template with Typescript and Nativewind v4. Latest version as of October 11, 2024
- Host: GitHub
- URL: https://github.com/intermediadesigns/expo-react-native-nativewindv4-template
- Owner: IntermediaDesigns
- Created: 2024-10-11T14:37:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T15:39:09.000Z (over 1 year ago)
- Last Synced: 2025-07-19T09:53:08.695Z (12 months ago)
- Topics: expo, nativewind, react-native
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo React Native Template with Typescript and Nativewind v4
## Latest version as of October 11, 2024 - 1.0.0
- Expo React Native with Typescript and NativeWind v4 boilerplate starter to develop from scratch. No route folders or additional files included.
## Dependencies:
- nativewind: ^4.0.1
- expo: ~51.0.28
- typescript: ~5.3.3
- tailwindcss: ^3.4.13
- react-native: 0.74.5
## Get started
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
npx expo start
```