2016-11-02 21:58:27 +01:00

5 lines
155 B
JavaScript

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