Files
flipper/react-native/react-native-flipper
Michel Weststrate 28fd95589f Made flipper plugins a little more robust
Summary: Added some assertions and string casts to make plugins a bit more robust

Reviewed By: passy

Differential Revision: D19427909

fbshipit-source-id: 46a3138805db865b538f745fae25ce1897e35736
2020-01-16 05:06:22 -08:00
..

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;