Ahmed Eid
Ahmed Eid
```tsx return ( {/* */} {/* */} ) ``` https://github.com/user-attachments/assets/004bb3a3-c169-45ba-94bf-a9ce623d4f03 FYI this is on the new arch.
somehow this is related to react-native-reanimated, I have this simple Component that when commented out the bug is no longer reproducible. the component is on the parent screen. I know...
@kkafar thank you for the great work overall including this feature, I would like to note that, formsheet screens don't behave unexpectedly with just the scrollview. I've noticed some other...
there also seem to be an issue with insets on android. ( I have edge to edge active ). https://github.com/user-attachments/assets/7371819a-6276-4590-91a7-00ad37878902
> there also seem to be an issue with insets on android. ( I have edge to edge active ). > > Screen.Recording.2025-02-06.at.1.44.15.AM.mov apparently this issue doesn't always happen. sometime...
I am facing the same issue as well when building on EAS. this happens both with v1 and v2.
@nazli-stripe I don't think this is an acceptable solution.
any updates on this, I am facing the same error, I am using the pages router and don't have a _error.tsx page.
@EvanBacon @marklawlor is this gonna be merged anytime soon ? created this temp workaround for now ```ts import { useLocalSearchParams as _useLocalSearchParams } from "expo-router" export function useLocalSearchParams() { const...
also does it support CTE ?