Felix Herrmann
Results
3
comments of
Felix Herrmann
I have the same problem with an HUAWEI P30 lite. Are there any updates? "react-native-image-crop-picker": "0.36.0", "react-native": "0.64.0",
@gulsher7 In my case the issue was related to another module (react-native-splash-screen)
In my functional component it works this way (other solutions mentioned above did not work for me): ``` const SearchScreen = (props: IProps) => { let scrollRef = React.createRef(); const...