Aleksandras Šukelovič

Results 6 issues of Aleksandras Šukelovič

## 🐛 Bug Report Unable to download the latest `flipper-server.tgz` from `Github` releases. ## Environment Windows 11 ![image](https://github.com/facebook/flipper/assets/64651944/804cc411-beab-45b4-af67-942926c8b727)

### What feature or enhancement are you suggesting? Currently, if frame processor plugin registers some listeners in it's constructor (for example, `OrientationEventListener` or any kind of sensors), there is no...

✨ feature

Fixed issue https://github.com/react-native-image-picker/react-native-image-picker/issues/2271 ## Motivation When picking images from the gallery on android - for each file 2 duplicate files are copied in the cache: 1. `onAssetsObtained` -> `getResponseMap` ->...

:grey_question: Need More Information

### Problem When running `next` ssr (in `nodejs` environment), the static import from "plyr" fails with message `ReferenceError: document is not defined`. This is because `plyr` decides whether it is...

### Current Behavior When calling `styleable` function on a component created with `styled`, there is a TS error: ``` Argument of type '(props: any, ref: any) => Element' is not...

# The problem In my case I need to lock camera orientation to portrait only on camera page. Other parts of application can be oriented differently. When user rotates phone...

🐛 bug