Ryan Hartley

Results 1 comments of Ryan Hartley

import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('fitness', () => App); i created an index.js file in the root directory and added this. but no go... my...