react-native-screens-devtool
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Early alpha

react-native-screens-devtool is still in an early alpha stage. This readme will be written when it is ready for beta.

You will likely only want to load this in development builds. For now, the easiest way to do this is by conditionally importing it like so:

let ScreensDevTool = React.Fragment;

if (__DEV__) {
  ScreensDevTool = require('react-native-screens-devtool').default;
}

Package Sidebar

Install

npm i react-native-screens-devtool

Weekly Downloads

2

Version

0.0.3

License

ISC

Unpacked Size

41.8 kB

Total Files

45

Last publish

Collaborators

  • rpenf