react-native-keychain/KeychainExample/index.js

5 lines
131 B
JavaScript

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