Menu
react-native-boilerplate logoreact-native-boilerplateDocs
GitHub
react-native-boilerplate logoreact-native-boilerplate
  • Docs
  • GitHub
  • General
    • Documentation
    • Command Line Commands
    • The Hitchhiker's Guide to react-native-boilerplate
    • Configuration: A Glossary
    • Server Configurations
    • Deployment
    • Debugging
    • Frequently Asked Questions
    • Gotchas
    • Removing offline access
    • Extracting components
  • Testing
    • Unit testing
    • Component testing
    • Remote testing
  • Styling (CSS)
    • Styling (CSS)
  • JS
    • JavaScript
    • Redux
    • Immer
    • reselect
    • redux-saga
    • Removing redux-saga
    • i18n
    • Navigating via react-navigation
    • Loading components with React.lazy and Suspense
  • Maintenance
    • Update Project Dependencies
  • Forks
    • Forks

Remote testing

npm run start:tunnel

This command will start a server and tunnel it with ngrok. You'll get a URL that looks a bit like this: http://abcdef.ngrok.com

This URL will show the version of your application that's in the build folder, and it's accessible from the entire world! This is great for testing on different devices and from different locations!

Edit this page
Previous
« Component testing
Next
Styling (CSS) »
react-native-boilerplate logo
Copyright © 2020 İbrahim Ethem Topçu. Built with Docusaurus.