We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ed042 commit 31420beCopy full SHA for 31420be
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-navigation-switch",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "`createSwitchNavigator` for react-navigation >= 5",
5
"main": "node_modules/expo/AppEntry.js",
6
"types": "lib/typescript/index.d.ts",
src/index.tsx
@@ -215,12 +215,7 @@ type SwitchHeaderProps = {
215
*/
216
scene: {
217
route: Route<string>;
218
- descriptor: Descriptor<
219
- ParamListBase,
220
- string,
221
- SwitchNavigationState<ParamListBase>,
222
- SwitchHeaderOptions
223
- >;
+ descriptor: Descriptor<any, any, any>;
224
};
225
226
0 commit comments