Starting to create a react native client for the bot ready example.

This commit is contained in:
Filipi Fuchter
2025-01-29 19:00:42 -03:00
parent 5d0486a26f
commit 95c8346cb5
14 changed files with 11317 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { registerRootComponent } from "expo";
import App from "./src/App";
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that the environment is set up appropriately
registerRootComponent(App);