Don Ryu

Results 6 issues of Don Ryu

I am using Next.js After Closing the custom toast message using button onClick ( ( ) => toast.remove(t.id) ) toast.error(SEARCH_ERROR_MSG, { id: 'search_error' }); Never disappear... The default duration for...

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.36.2 - react-native "0.68.2", ### Platform Tell us to which platform this issue is related - Android buildToolsVersion =...

### Version Tell us which versions you are using: - react-native-image-crop-picker "^0.37.3" - react-native "0.68.2", ### Platform Tell us to which platform this issue is related - Android ### Expected...

### Version Tell us which versions you are using: - react-native-image-crop-picker "^0.37.3", - react-native 0.68.2 ### Platform Tell us to which platform this issue is related - Android api 30,...

### Version Tell us which versions you are using: "react-native-image-crop-picker": "v0.36.2", "react-native": "0.68.2", ### Platform Tell us to which platform this issue is related - Android ### Expected behaviour when...

``` import React from 'react'; import App from 'next/app'; import Head from 'next/head'; import {Provider} from 'react-redux'; import withRedux from 'next-redux-wrapper'; import ThemeProvider from '../containers/ThemeProvider'; import initStore from '../redux/store'; import...