Ryan
Ryan
I am experencing this issue too and I am new to React-Native (EXPO). Any help much appreciated :)
@Parveshdhull Are you able to make the above change. I would do it myself but I wouldn't have the knowledge.
@Parveshdhull Thanks for the quick response. `import "com.reactnativecommunity.blurview.BlurViewPackage"` I've added the above line to top of my file `post.js` ``` import { useNavigation } from "@react-navigation/native"; import { shortenUserName }...
Thanks for the above. I'm struggling to find the above routes in my expo project and have checked my node_module under @react-native-community but can't see the routes there either. I...
Cheers for the information @Parveshdhull I did a bit of research and it seems EXPO doesn't include the ios or Android folders anymore unless you run: ``` npx expo run:ios...
It's sadly not the same project structure file setup with npx expo run:android ðŸ˜