My First React Native Weather App
- wunderground api
- For iOS: Installing dependencies You will need Node, Watchman, the React Native command line interface, and Xcode.
While you can use any editor of your choice to develop your app, you will need to install Xcode in order to set up the necessary tooling to build your React Native app for iOS.
- For Android: Installing dependencies You will need Node, Watchman, the React Native command line interface, a JDK, and Android Studio.
While you can use any editor of your choice to develop your app, you will need to install Android Studio in order to set up the necessary tooling to build your React Native app for Android.
-
For iOS: Unsupported
-
For Android: Installing dependencies You will need Node, the React Native command line interface, Python2, a JDK, and Android Studio.
While you can use any editor of your choice to develop your app, you will need to install Android Studio in order to set up the necessary tooling to build your React Native app for Android.
-
For iOS: Unsupported
-
For Android: Installing dependencies You will need Node, the React Native command line interface, a JDK, and Android Studio.
While you can use any editor of your choice to develop your app, you will need to install Android Studio in order to set up the necessary tooling to build your React Native app for Android.
-
Clone the respo:
git clone https://github.com/rajdeepratan/ReactNativeWeatherApp
-
Install dependencies:
npm install
-
For iOS: run
react-native run-ios
from the home directory. -
For Android:
react-native run-android
from the home directory.