UNPKG

react-native-my-first-lib

Version:

## Getting started

7 lines (4 loc) 174 B
import {NativeModules} from 'react-native'; import ExampleComponent from './ExampleComponent' const {RNMyFirstLib} = NativeModules; export {ExampleComponent, RNMyFirstLib}