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
- Host: GitHub
- URL: https://github.com/saidziani/skyfall
- Owner: saidziani
- Created: 2018-04-08T23:55:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T19:36:33.000Z (about 8 years ago)
- Last Synced: 2025-07-24T17:29:35.951Z (12 months ago)
- Topics: javascript, openweathermap-api, react-native
- Language: JavaScript
- Homepage:
- Size: 301 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)