samitha9125/react-native-timezone

View on GitHub
example/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { AppRegistry } from 'react-native';
import App from './src/App';
import { name as appName } from './app.json';

AppRegistry.registerComponent(appName, () => App);