5 lines
131 B
JavaScript
Raw Normal View History

2018-01-08 20:15:36 +01:00
import { AppRegistry } from 'react-native';
import App from './App';
2018-01-08 20:15:36 +01:00
AppRegistry.registerComponent('KeychainExample', () => App);