Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santiagodotsh/expo-op-template

💳 📱 OP template with Expo, Redux Toolkit and NativeWind.
https://github.com/santiagodotsh/expo-op-template

axios expo react-native redux redux-toolkit redux-toolkit-query template

Last synced: 6 days ago
JSON representation

💳 📱 OP template with Expo, Redux Toolkit and NativeWind.

Awesome Lists containing this project

README

        

## Get started

```bash
$ npm install
```
## Environment config

```bash
$ cp .env.example .env.local

# Edit .env.local

# EXPO_PUBLIC_API_URL=https://pokeapi.co/api
```

## Start the app

```bash
$ npx expo start
```