2017-01-10 22:56:19 +01:00

5 lines
155 B
JavaScript

import { AppRegistry } from 'react-native';
import KeychainExample from './app';
AppRegistry.registerComponent('KeychainExample', () => KeychainExample);