smartcampusmaua-app

The smartcampusmaua-app is developed using the React Native 0.68+ framework for both Android / IOS native App platform using TypeScript.

Prerequirements

Please make sure the necessary Tools to develop Apps with React Native framework at https://github.com/smartcampusmaua/smartcampusmaua-tools/tree/main/ReactNative

Quick Start

  1. Make sure Nodejs, NPM and Yarn are correctly installed:
node -v
----
v16.15.0
----
npm -v
----
8.5.5
----
yarn -v
----
1.22.18
----
  1. Make sure Android adb is correctly installed for connect the Nodejs to the device (physically or emulated). If the device is emulated, be sure you have started the emulator device:
adb devices
----
List of devices attached
RQ8N80DJYQD     device
----
  1. Clone this repository:
git clone https://github.com/smartcampusmaua/smartcampus-app.git
  1. Go to this repository:
cd smartcampusmaua-app
  1. Install the Dependencies:
yarn 
  1. Start the Project:
yarn start
  1. Init the App into the Android device
yarn react-native run-android