index.ios.js 197 Bytes Raw Blame History Permalink 1 2 3 4 5 6 'use strict'; import React from 'react-native'; import PlustarComponent from './src/components/PlustarComponent'; React.AppRegistry.registerComponent('PlustarComponent', () => PlustarComponent);