Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 484 Bytes

ReactNative counter sample.

Pre-requisites

  1. Have the dotnet SDK and SDK of your target platform installed and working.
  2. Install react-native and test your installation
  3. npm install -g yarn

Build

  1. Have your Android/iOS simulator or device started at this point
  2. yarn
  3. cd src
  4. dotnet restore
  5. dotnet fable yarn-watch will start compiling on Save
  6. react-native run-ios or react-native run-android