Guest User

Untitled

a guest
Jun 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. componentDidMount () {
  2. if (__DEV__) {
  3. const DevMenu = require('react-native-dev-menu');
  4. DevMenu.addItem('StoryBook', () => this.props.navigation.navigate('STORYBOOK'));
  5. }
  6. }
Add Comment
Please, Sign In to add comment