5 lines
155 B
JavaScript
Raw Normal View History

2017-01-10 22:56:19 +01:00
import { AppRegistry } from 'react-native';
import KeychainExample from './app';
AppRegistry.registerComponent('KeychainExample', () => KeychainExample);