UNPKG

gun

Version:

A realtime, decentralized, offline-first, graph data synchronization engine.

9 lines (7 loc) 232 B
/** @format */ import './shim'; import {AppRegistry} from 'react-native'; import App from './src/App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => App); console.disableYellowBox = true;