Closed emroot closed 4 years ago
Looks like this is happening because I'm using react ^16.12.0
and react-dom ^16.12.0
.
Actually I take that back, it wasn't because, I was using next 9.2
instead of 9.1.5
. Changed it and ti works like a charm.
Thanks for following up & closing!
Could you check if using the latest version (1.0.2
) solves this?
yarn add expo-next-react-navigation@v5
I keep getting the this error when tryin to use
useRouting
on web.This is my index.tsx page
Did i miss something?