mirror of
https://github.com/status-im/react-native-transparent-video.git
synced 2025-01-09 14:25:50 +00:00
6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
|
import { AppRegistry } from 'react-native';
|
||
|
import App from './src/App';
|
||
|
import { name as appName } from './app.json';
|
||
|
|
||
|
AppRegistry.registerComponent(appName, () => App);
|