Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/marvel-api-mobile
:eyeglasses: 📱 Consuming Marvel API with React Native
https://github.com/santospatrick/marvel-api-mobile
javascript marvel-api mobile-app react-native reactjs
Last synced: 2 months ago
JSON representation
:eyeglasses: 📱 Consuming Marvel API with React Native
- Host: GitHub
- URL: https://github.com/santospatrick/marvel-api-mobile
- Owner: santospatrick
- Created: 2019-12-13T22:51:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:00:54.000Z (about 2 years ago)
- Last Synced: 2024-10-12T05:45:48.894Z (3 months ago)
- Topics: javascript, marvel-api, mobile-app, react-native, reactjs
- Language: JavaScript
- Homepage:
- Size: 15.1 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marvel-api-mobile
> Consuming Marvel API with React Native
## Setup
1. Crie um arquivo `.env` a partir do `.env.example` e preencha as variáveis corretamente
2. Rode o ambiente localmente
```bash
# Instale as dependências
yarn install# Instale a CLI do react native
yarn global add react-native-cli# iOS
react-native run-ios --simulator "iPhone X"# Android
react-native run-android
```