Utils for react-native developer
- : Show developer screen FAB by shake
- : Value Viewer
- : Network Logger
yarn add react-native-developer-screen # or your favorite package managerimport{DeveloperScreen}from'react-native-developer-screen';// App.tsxexportdefaultfunctionApp(){return(<View>
// Your navigation by react-navigation or react-native-navigation
// <YourNavigator/>
// your navigator in bottom
<DeveloperScreen/></View>);}See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library