initialise and add react native app environment, UI and foundational code for user authentication

This commit is contained in:
2026-02-06 13:16:15 +01:00
parent 02c713f416
commit 30433b7183
27 changed files with 6974 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { registerRootComponent } from 'expo';
import App from './App';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in Expo Go or in a native build,
// the environment is set up appropriately
registerRootComponent(App);