Skip to content

elmish/sample-rn-counter

Repository files navigation

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