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

https://github.com/saidziani/skyfall

My first React-native mobile application
https://github.com/saidziani/skyfall

javascript openweathermap-api react-native

Last synced: 5 months ago
JSON representation

My first React-native mobile application

Awesome Lists containing this project

README

          

# My First React-Native application

### Make sure you have installed
* Node
```text
https://nodejs.org/en/download/
```
* npm
```text
https://www.npmjs.com/get-npm
```
* Install the [Expo](https://expo.io/) client app on your iOS or Android phone
```text
https://expo.io/
```

### Screenshots from the application

### Table of contents
```
├── App.js
├── app.json
├── components/
│   ├── About.js
│   ├── Home.js
│   ├── icons/
│   ├── List.js
│   ├── Search.js
│   ├── Signin.js
│   ├── Signup.js
│   └── weather/
│   ├── icons/
│   └── Row.js
├── package.json
├── Style.js
└── README.md
```

### The official Documentations: [facebook.github.io/react-native/](https://facebook.github.io/react-native/)