Note: This documentation is for version 1. For the latest features, please see the version 2 documentation. If you have yet to upgrade, see the upgrade guide.

How to disable intro screen

You can edit here src/screens/loading.js

const router = configs.requireLogin && !isLogin ? rootSwitch.auth : rootSwitch.main;