react-native-keychain/KeychainExample/index.android.js

5 lines
155 B
JavaScript

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