1.0.6 • Published 5 years ago
react-native-my-custom-library-xxxx v1.0.6
react-native-my-custom-library
Getting started
$ npm install react-native-my-custom-library --save
Mostly automatic installation
$ react-native link react-native-my-custom-library
Usage
import MyCustomLibrary from 'react-native-my-custom-library';
// TODO: What to do with the module?
MyCustomLibrary;