mirror of https://gitlab.com/m3f_usm/SmartStopAPK
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
![]() |
import {AppRegistry} from 'react-native';
|
||
|
import {name as appName} from './app.json';
|
||
![]() |
import App from './src/presentation/screens/App';
|
||
![]() |
|
||
|
AppRegistry.registerComponent(appName, () => App);
|