Files
pipecat/examples/bot-ready-signalling/client/react-native/index.js

8 lines
250 B
JavaScript

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);