misc(rn,app) log navigation target

This commit is contained in:
Saúl Ibarra Corretgé 2022-04-12 11:31:30 +02:00 committed by Saúl Ibarra Corretgé
parent 95baf34ba6
commit 00bb013373
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ export * from './actions.any';
* @returns {Function}
*/
export function appNavigate(uri: ?string) {
logger.info(`appNavigate to ${uri}`);
return async (dispatch: Dispatch<any>, getState: Function) => {
let location = parseURIString(uri);