Last active
November 8, 2018 18:31
-
-
Save GantMan/a0863fc708c0a8464cdafa994e44ba37 to your computer and use it in GitHub Desktop.
How to simply load a React Native custom managed view from JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { requireNativeComponent } from 'react-native'; | |
export default requireNativeComponent('RNTWelcomeView'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment