5 lines
155 B
JavaScript
Raw Normal View History

2016-11-02 21:42:55 +01:00
import { AppRegistry } from 'react-native';
import KeychainExample from './app';
2015-05-20 20:41:10 +02:00
AppRegistry.registerComponent('KeychainExample', () => KeychainExample);