UNPKG

react-native-sqlcipher-storage

Version:
9 lines (5 loc) 151 B
import { AppRegistry, } from 'react-native'; import SQLiteDemo from './sqlitedemo' AppRegistry.registerComponent('TestRunner', () => SQLiteDemo);