emanu7478

Results 3 issues of emanu7478

When I try to install this package using npm it's not working. I have attached my screenshot below Can anyone help me to solve this issue ?

``` const axiosApiInstance = axios.create({ baseURL: "YOUR_BASE_URL_HERE" }); const apisauceInstance = create({ axiosInstance: axiosApiInstance, baseURL: "YOUR_BASE_URL_HERE", }); try { const response: ApiResponse = await apisauceInstance.post( endpoints[endpointKey], requestData ); return response;...

### Version - react-native-image-crop-picker v0.40.3 - react-native v0.71.6 ### Platform - iOS ### Expected behaviour The openCamera function should successfully open the camera without any crashes or errors. ### Actual...