- Have the dotnet SDK and SDK of your target platform installed and working.
- Install react-native and test your installation
npm install -g yarn
- Have your Android/iOS simulator or device started at this point
yarn
cd src
dotnet restore
dotnet fable yarn-watch
will start compiling on Savereact-native run-ios
orreact-native run-android