stanleyugwu/react-native-bottom-sheet

error on load with RNW

lobor opened this issue ยท 3 comments

image

I will added later a repoductible repo

Okay @lobor I'd really need a repro to be able to approach this correctly, waiting on that

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>
  );
}

hi, how to config for react js webpack? i have equal error