Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karmatys8/pokemons
I made this project to learn React Native. Ma aim was to complete it quickly, which may have resulted in some less-than-optimal solutions.
https://github.com/karmatys8/pokemons
expo-go ios-app pokemon pokemon-api react-native typescript
Last synced: about 1 month ago
JSON representation
I made this project to learn React Native. Ma aim was to complete it quickly, which may have resulted in some less-than-optimal solutions.
- Host: GitHub
- URL: https://github.com/karmatys8/pokemons
- Owner: karmatys8
- Created: 2024-06-10T13:06:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T07:42:46.000Z (7 months ago)
- Last Synced: 2024-06-12T12:51:34.700Z (7 months ago)
- Topics: expo-go, ios-app, pokemon, pokemon-api, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Pokemon App
This is a project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
It was developed only for iOS, so it will most likely not work on Android or web browsers.
## How to run
Make sure that you have Xcode installed.
1. Clone the repo
```bash
git clone https://github.com/karmatys8/Pokemons.git
```1. Enter it
```bash
cd Pokemons
```1. Install dependencies
```bash
npm install
```1. Start the app
```bash
npx expo start
```1. Run the iOS simulator
```bash
i
```