Skip to content

ShotSkydiver/react-native-flex-debugging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-flex-debugging

React-Native a set of in-app debugging and exploration tools for (iOS)

Getting started

$ npm install react-native-flex-debugging --save
or
$ yarn add react-native-flex-debugging

Link library (if below 0.60)

$ react-native link react-native-flex-debugging

ios

  1. cd to ios
  2. run pod init (if only Podfile has not been generated in ios folder)
  3. (if you are running RN below 0.61 ONLY) add pod 'FLEX', '4.1.1' to pod file
  4. run pod install (you have to delete the app on the simulator/device and run react-native run-ios again)

Code Usage

import FlexDebugging from 'react-native-flex-debugging';

// Show Explorer
FlexDebugging.showExplorer();

// Hide Explorer
FlexDebugging.hideExplorer();

// Toggle Explorer
FlexDebugging.toggleExplorer();

Thanks & Credits

FLEXTool

About

React-Native a set of in-app debugging and exploration tools for (iOS)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 48.7%
  • Ruby 44.5%
  • JavaScript 6.8%