Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/santiagodotsh/expo-op-template
- Owner: santiagodotsh
- Created: 2024-10-30T21:35:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T13:18:21.000Z (about 2 months ago)
- Last Synced: 2024-11-10T13:29:40.219Z (about 2 months ago)
- Topics: axios, expo, react-native, redux, redux-toolkit, redux-toolkit-query, template
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```