Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created August 30, 2016 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lopezjurip/caabb984366759d916f698f8bf4f47df to your computer and use it in GitHub Desktop.
Save lopezjurip/caabb984366759d916f698f8bf4f47df to your computer and use it in GitHub Desktop.
'use strict'
import { AppRegistry } from 'react-native'
import App from './build'
AppRegistry.registerComponent('ReactNativeTS', () => App)
'use strict'
import { AppRegistry } from 'react-native'
import App from './build'
AppRegistry.registerComponent('ReactNativeTS', () => App)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment