Skip to content

react-native-pair/react-native-developer-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-developer-screen

Utils for react-native developer

Features

  • : Show developer screen FAB by shake
  • : Value Viewer
  • : Network Logger

Installation

yarn add react-native-developer-screen # or your favorite package manager

Usage

import { DeveloperScreen } from 'react-native-developer-screen';

// App.tsx
export default function App() {
  return (
    <View>
      // Your navigation by react-navigation or react-native-navigation
      // <YourNavigator />

      // your navigator in bottom
      <DeveloperScreen />
    </View>
  );
}


Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library