Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 336 Bytes

react-native-my-fancy-library

Getting started

$ npm install react-native-my-fancy-library --save

Mostly automatic installation

$ react-native link react-native-my-fancy-library

Usage

import MyFancyLibrary from 'react-native-my-fancy-library';

// TODO: What to do with the module?
MyFancyLibrary;