# react-native-flipper ## Getting started `$ npm install react-native-flipper --save` ### Mostly automatic installation `$ react-native link react-native-flipper` ## Usage ```javascript import Flipper from 'react-native-flipper'; // TODO: What to do with the module? Flipper; ```