This app provides tests for all of the functionality exposed by ReactXP.
- From the RXPTest directory, run
npm install. This fetches the dependencies.
- Run
npm run web-watch. This compiles the TypeScript code and recompiles it whenever any files are changed. - Open
index.htmlin your browser to run the test in a browser.
- Run
npm run rn-watch. This compiles the TypeScript code and recompiles it whenever any files are changed. - In another command prompt run
npm start. This starts the React Native Packager. - For iOS or Android: Use Xcode or Android Studio to build and deploy the native app code just like you would with any other React Native project.
- For Windows: Open
windows\RXPTest.slnin Visual Studio 2017. Build and run the app for x64 or x86.