index.ios.js 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 /** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { AppRegistry, Component, StyleSheet, Text, View } from 'react-native'; import Vendor from './js/Vendor'; Vendor('ios');