Summary: Added some assertions and string casts to make plugins a bit more robust Reviewed By: passy Differential Revision: D19427909 fbshipit-source-id: 46a3138805db865b538f745fae25ce1897e35736
react-native-flipper
Getting started
$ npm install react-native-flipper --save
Mostly automatic installation
$ react-native link react-native-flipper
Usage
import Flipper from 'react-native-flipper';
// TODO: What to do with the module?
Flipper;