Skip to content

pedrohenriquelima/sharedagendas

 
 

Repository files navigation

Shared Agendas

What should be installed on your machine

NodeJS and NPM

macOS and Linux setup: make sure to click on "Building Projects with Native Code" and follow the instructions

windows setup

If you didn't install react-native-cli, you can do it this way

42sh> npm install -g react-native-cli

preparing your project

42sh> git clone git@github.com:kgosse/sharedagendas.git
42sh> cd sharedagendas
42sh> npm i
42sh> react-native link

Running your project

From project dir, run:

iOS

  1. Build and run (this will start a simulator if not already started)

    react-native run-ios

    This would also start a packager if not already started

  2. Set your Simulator to live reload changes +d (cmd+d) => Enable Live Reload

Android

  1. Start an emulator or just connect an android phone (with an usb cable)

  2. Build and run

    react-native run-android

    This would also start a packager if not already started

  3. Set your Emulator to live reload changes +m (cmd+m) => Enable Hot Reloading

To open packager manually, from project dir run:

react-native start

About

Shared Agendas App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • Python 1.9%
  • Objective-C 1.8%
  • Other 1.1%