mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-22 16:32:45 +08:00
Fix a couple of exports and export a few more modules
This commit is contained in:
@@ -216,3 +216,8 @@ export const createPathParser = (
|
||||
};
|
||||
return { getActionForPathAndParams, getPathAndParamsForRoute };
|
||||
};
|
||||
|
||||
export default {
|
||||
getParamsFromPath,
|
||||
createPathParser,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user