mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-02 14:23:08 +00:00
5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
import { AppRegistry } from 'react-native';
|
|
import App from './src/App';
|
|
|
|
AppRegistry.registerComponent('main', () => App);
|