react-router-native icon indicating copy to clipboard operation
react-router-native copied to clipboard

Not working in react-native-web

Open ashanjayasundara opened this issue 8 years ago • 1 comments

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 avatar Aug 02 '17 13:08 ashanjayasundara

@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?

OKNoah avatar Apr 18 '19 23:04 OKNoah