Results 17 issues of 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...

bug

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`? ![CleanShot 2021-08-11 at 12 57 31](https://user-images.githubusercontent.com/6594232/129010059-6d24be46-f4b4-4892-b64e-d465da5b89d8.png)

## 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...

Platform: iOS
Reproducible 🎉
Repro provided

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...

enhancement
eas update

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...