mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-01-13 14:54:27 +00:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import KeychainExample from './app';
|
|
|
|
AppRegistry.registerComponent('KeychainExample', () => KeychainExample);
|