Muhsin Life
Muhsin Life
you might need a reverse proxy
having the same issue
```tsx import ActionSheet from "react-native-actions-sheet"; import { View, Text } from "@/components/ui"; export const ExampleSheet = () => { return ( Hello World ); }; ``` works for me
r u using SheetManager ?
create a /ui/sheets.txt file or whatever u want to name it and ```tsx // /ui/sheets.txt import { ExampleSheet } from "../sheets"; import { registerSheet, SheetDefinition } from "react-native-actions-sheet"; registerSheet("example-sheet", ExampleSheet);...
can u give a minimal reproducible example?
any updates?
try to implement reverse proxy
please produce a minimum reproducible example