react-router-native
react-router-native copied to clipboard
Not working in react-native-web
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
@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?