error on load with RNW
lobor opened this issue ยท 3 comments
lobor commented
stanleyugwu commented
Okay @lobor I'd really need a repro to be able to approach this correctly, waiting on that
leetcarone commented
Same issue is happening here :/
expo: 50.0.13
react native: 0.73.5
Example:
export default function HistoryFilters() {
const ref = useRef<BottomSheetMethods>(null);
return (
<View>
<BottomSheet
ref={ref}
closeOnDragDown={true}
animationType='slide'
backdropMaskColor='#000000'
>
<Text>
The smart ๐, tiny ๐ฆ, and flexible ๐ bottom sheet your app craves ๐
</Text>
</BottomSheet>
</View>
);
}
export default function HistoryPage() {
return (
<View>
<Text>=)</Text>
<HistoryFilters />
</View>
);
}
javier545dev commented
hi, how to config for react js webpack? i have equal error