react-native-narratives

Getting started

$ npm install react-native-narratives --save

Mostly automatic installation

$ react-native link react-native-narratives

Usage

import Narratives from 'react-native-narratives';

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