index.ios.js 129 B

12345
  1. import { AppRegistry } from 'react-native'
  2. import Root from './src/root'
  3. AppRegistry.registerComponent('Mastodon', () => Root);