douglasvmo / PokedexApp

Pokédex built in react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex app

React-native app to show all pokemons

Instalar dependências e iniciar projeto

# Instalar dependências
$ npm install

# Iniciar app no android
$ react-native run-android

# Iniciar app ios
$ cd ios
$ pod install
$ cd ..
$ react-native run-ios

About

Pokédex built in react-native


Languages

Language:JavaScript 47.0%Language:Java 27.3%Language:Objective-C 20.0%Language:Ruby 3.1%Language:Starlark 2.6%