Skip to content

Instantly share code, notes, and snippets.

@GantMan
Last active November 8, 2018 18:31
Show Gist options
  • Save GantMan/a0863fc708c0a8464cdafa994e44ba37 to your computer and use it in GitHub Desktop.
Save GantMan/a0863fc708c0a8464cdafa994e44ba37 to your computer and use it in GitHub Desktop.
How to simply load a React Native custom managed view from JS
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