1.0.4 • Published 5 years ago
react-native-my-custom-library-test1 v1.0.4
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;