Not working in react-native-web
ashanjayasundara opened this issue · 1 comments
ashanjayasundara commented
how can we use this react-router-native in react-native-web
i have observed uncaught TypeError: Cannot read property 'Transitioner' of undefined
but project is complied successfully
OKNoah commented
@ashanjayasundara I haven't tried yet, but could try including it in webpack, the the babel-loader
config. Or create an alias, "react-router-native: "react-router"
. Can you be more specific with that you tried?