import './app/config'
import { registerScreensAndStartApp } from './app/navigation/layouts'

// this registers the screens and starts the react-native-navigation process
registerScreensAndStartApp()
