Dima Portenko
Dima Portenko
**Describe the bug** I have a chat app and a simple menu with only one item - delete. In debug mode everything looks good but in the production build it...
I see that the last contribution was 2 years ago, what is the status of this project?
Forwarding refs in higher-order components as it suggested in ReactJS docs https://reactjs.org/docs/forwarding-refs.html
I would like to inherit `ShadowLayout` class. Is it feasible to make it `open`? 
## Description I'm doing animation of `strokeDashoffset` and `transform rotate` of react-native-svg Circle. Basically works well except sometimes the circle doesn't render at all or renders without animation after some...
fix GMSAutocompleteViewController dark mode colors resolves https://github.com/tolu360/react-native-google-places/issues/264
I faced the issue with `openAutocompleteModal` when I query address which starts with number contained slash like `10/5 manl...` it shows correct results in modal but after select it drops...
I've just created a new project with ``` npx create-expo-app new-expo-app ``` And trying to share the app with Expo Go with the following instructions https://docs.expo.dev/guides/sharing-preview-releases/ on `eas update` run...
When the size of the uploading file is bigger then `chunk_size` option I'm getting the following error ``` java.lang.RuntimeException: General Error at com.cloudinary.android.UploaderStrategy.callApi(UploaderStrategy.java:145) at com.cloudinary.Uploader.callApi(Uploader.java:34) at com.cloudinary.Uploader.uploadLargeParts(Uploader.java:218) at com.cloudinary.Uploader.uploadLarge(Uploader.java:149) at...