UNPKG

spencer-kit-project-templates

Version:
13 lines (11 loc) 268 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from 'react'; import { AppRegistry } from 'react-native'; import Entry from './app/index'; AppRegistry.registerComponent('helloworld', () => Entry);