create-expo-stack 2.3.5 → 2.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,7 @@
126
126
  import DrawerNavigator from "./drawer-navigator";
127
127
 
128
128
  export type RootStackParamList = {
129
- TabNavigator: undefined;
129
+ DrawerNavigator: undefined;
130
130
  Modal: undefined;
131
131
  };
132
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",