React native project from scratch, Basic login with Firebase 5.x and React Navigation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need Node (Node 8.3 or newer), 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.
Android Studio installs the latest Android SDK by default. Building a React Native app with native code, however, requires the Android 9 (Pie) SDK in particular.
First clone this repo
git clone https://github.com/FranLpz/ReactNative101.git
once cloned go into the folder and install the node dependencies with the next command
npm i
And now start the proyect
npm run start-android
Take in count that for run this step you need the virtual divice running or your phisical device conected.
- React Native - Build native mobile apps using JavaScript and React
- React-Native-Firebase - Simple Firebase integration for React Native
- React Navigation - Routing and navigation for your React Native apps
This project is licensed under the MIT License - see the LICENSE.md file for details