react-native-keychain/KeychainExample/index.js

5 lines
131 B
JavaScript
Raw Normal View History

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