jasonmerino/react-native-simple-store

View on GitHub
Example/index.ios.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Sample React Native App
 * https://github.com/facebook/react-native
 * @flow
 */

import React, { Component } from 'react';
import { AppRegistry } from 'react-native';
import Main from './Main';

AppRegistry.registerComponent('Example', () => Main);