Open leifniem opened 1 year ago
I exposed a key named nativeRouterOptions for the shorthand definitions that allows to add parameters like preHandler.
nativeRouterOptions
preHandler
I also noticed the test setup was not working for me, which lead me to remove babel from the build process and fix the jest config.
babel
I think this is really needed as currently I don't think we can use preHandlers, right?
@elierotenberg i merged your latest changes, This is still ready to be merged.
+1
I exposed a key named
nativeRouterOptions
for the shorthand definitions that allows to add parameters likepreHandler
.I also noticed the test setup was not working for me, which lead me to remove
babel
from the build process and fix the jest config.