Cong-Xin Cynthia Qiu
Cong-Xin Cynthia Qiu
Yup. So imaging that I have a hierarchical structure set of pages which includes `my_repo > settings` and `my_user_account > settings`. When I am displaying I want `my_repo` and `my_user_account`...
(I tried on iOS) This can be solved by using the "Shared routes" trick. See * https://docs.expo.dev/router/advanced/shared-routes/ * https://stackoverflow.com/questions/78592895/link-to-a-route-with-expo-router-outside-of-the-current-tab-stack-while-keeping/79076057#79076057 Although I find out that: * If I go from page...
If you only do `console.log()` in `onChange`, it doesn't work. You'll need to set the `startDate` into a React state, and reflect it into ``. Then you'll be able to...