Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 187 B view raw
1/** 2 * @format 3 */ 4 5import { AppRegistry } from 'react-native'; 6import App from './App'; 7import { name as appName } from './app.json'; 8 9AppRegistry.registerComponent(appName, () => App);