Skip to content

Commit

Permalink
Update dependencies, minor dev settings changes (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
svbutko authored May 10, 2024
1 parent a66df8d commit 2d7d84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {DevSettings} from 'react-native';
if (__DEV__) {
const {showStorybook} = require('./src/navigation/helpers/showStorybook');

DevSettings.addItem('Storybook', showStorybook);
DevSettings.addMenuItem('Storybook', showStorybook);
}

initializeApp();
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@react-native-community/datetimepicker": "8.0.0",
"@react-native-community/netinfo": "11.3.1",
"@react-native-menu/menu": "1.0.2",
"@reduxjs/toolkit": "2.2.3",
"@reduxjs/toolkit": "2.2.4",
"@shopify/flash-list": "1.6.4",
"dayjs": "1.11.11",
"intl": "1.2.5",
Expand All @@ -82,7 +82,7 @@
"react-native-navigation-hooks": "6.3.0",
"react-native-orientation-locker": "1.7.0",
"react-native-permissions": "4.1.5",
"react-native-reanimated": "3.10.0",
"react-native-reanimated": "3.11.0",
"react-native-reanimated-carousel": "3.5.1",
"react-native-share": "10.2.0",
"react-native-size-matters": "0.4.2",
Expand Down

0 comments on commit 2d7d84e

Please sign in to comment.