Skip to content

Commit 8fc332e

Browse files
Install correct package versions in snacks for v7
1 parent 0e00f47 commit 8fc332e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/SnackHelpers.js

+7-8
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,13 @@ const DEPS_VERSIONS = {
5757
'react-native-safe-area-context@*',
5858
'react-native-screens@*',
5959
'react-native-tab-view@^3.0.0',
60-
'@react-navigation/[email protected]',
61-
'@react-navigation/[email protected]',
62-
'@react-navigation/[email protected]',
63-
'@react-navigation/[email protected]',
64-
'@react-navigation/[email protected]',
65-
'@react-navigation/[email protected]',
66-
'@react-navigation/[email protected]',
67-
'@react-navigation/[email protected]',
60+
'@react-navigation/[email protected]',
61+
'@react-navigation/[email protected]',
62+
'@react-navigation/[email protected]',
63+
'@react-navigation/[email protected]',
64+
'@react-navigation/[email protected]',
65+
'@react-navigation/[email protected]',
66+
'@react-navigation/[email protected]',
6867
],
6968
next: [],
7069
};

0 commit comments

Comments
 (0)