split navigators performance #630
Annotations
5 errors
typecheck:
src/libs/Navigation/AppNavigator/createSplitStackNavigator/index.tsx#L28
Type '(NavigationRoute<ParamListBase, string> | undefined)[]' is not assignable to type 'NavigationRoute<ParamListBase, string>[]'.
|
typecheck:
src/libs/Navigation/Navigation.ts#L210
Argument of type 'string | undefined' is not assignable to parameter of type '"REPLACE" | undefined'.
|
typecheck:
src/libs/Navigation/linkingConfig/getAdaptedStateFromPath.ts#L88
Type 'string' is not assignable to type 'keyof WorkspaceSplitNavigatorParamList'.
|
typecheck:
src/libs/Notification/PushNotification/subscribePushNotification/index.ts#L96
Type 'number' is not assignable to type 'string'.
|
typecheck
Process completed with exit code 2.
|