Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. 'use strict'
  2.  
  3. import { AppRegistry } from 'react-native'
  4. import App from './build'
  5.  
  6. AppRegistry.registerComponent('ReactNativeTS', () => App)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement