An open API service indexing awesome lists of open source software.

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

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
```