covfamikoi / rpevents

2 stars 0 forks source link

Use expo-router instead of react-native-navigation #3

Closed circuitsacul closed 1 year ago

circuitsacul commented 1 year ago

Expo-router looks easier to use, and is less opinionated - react-native-navigation builds some components itself, which isn't ideal.

https://docs.expo.dev/routing/introduction/

circuitsacul commented 1 year ago

expo-router is designed primarily for the web, and as such does not allow data to be passed between pages (with the exception of stringified parameters).

react-navigation stacks supposedly support the web