React native – Expo Router useRoute params not passing
i just updated from sdk 51 to sdk52 on my expo react native app. Before the update i was trying to push in a route with according params like this: onPress={() => router.push(../routes/workoutDetail?id=${workout.id})} But now the parameter im trying to…