Skip to content

An example project for a "getting started with remx, navigation and wix-ui-lib" tutorial

License

Notifications You must be signed in to change notification settings

drorbiran/remx-reddit

Repository files navigation

Remx Reddit

An example project for learning remx combined with react-native-navigation and react-native-ui-lib

View the following blog post (WIP) for a step by step tutorial of creating this project.

Check the following libraries for more details:

preparing this project

Download npm dependencies:

npm i -g react-native-cli
npm install

Running this 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

  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

An example project for a "getting started with remx, navigation and wix-ui-lib" tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •