How to pass parameters correctly in expo-router when navigating between screens in React Native?
I'm working on a React Native app using Expo Router. I'm trying to navigate between screens and pass parameters such as bar_id, table_id, and user_id via URL query parameters, but they are not being passed correctly. The parameters table_id and…