mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-02-05 18:03:27 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('KeychainExample', () => App);
|