waku-react-native/example/index.tsx

5 lines
124 B
TypeScript

import { AppRegistry } from 'react-native';
import App from './src/App';
AppRegistry.registerComponent('main', () => App);