Wojciech Dróżdż

Results 35 issues of Wojciech Dróżdż

# Why There was no BlurModule in the ExperiencePackagePicker, because of this `BlurView` doesn't work in Expo Go. # How Added BlurModule to the getModulesList() in ExperiencePackagePicker # Test Plan...

bot: passed checks

# Why Fixes https://github.com/expo/expo/issues/23368, ENG-9262 `screen-orientation` would lock to .portrait by default if there was no config plugin configuration present in `Info.plist`. # How Made screen orientation check for values...

bot: passed checks

# Why Fixes ENG-9216 - "Sending `expoDidUpdateDimensions` with no listeners registered." when rotation occurs and no listener is added to ScreenOrientation # How Added a check to make sure that...

bot: passed checks

# Why The new `expo-video` package should support playing DRM content. # How - On Android used ExoPlayer's DRM support - On iOS the approach was based on the example...

bot: passed checks
bot: fingerprint changed

# Why Android can use biometrics such as face scan that have lower security class than a fingerprint. We should allow users to decide if they want to allow such...

bot: suggestions
bot: fingerprint changed

# Why Secure-store will throw an error when trying to save a value with `requireAuthentication` set to `true` but no biometrics (or insufficient biometrics) are enrolled. This is good, but...

bot: passed checks
bot: fingerprint changed

# Why This PR adds background playback support to `expo-video`, most of the code focuses on making the `now playing` notification work correctly when the player is backgrounded. # How...

bot: passed checks
bot: fingerprint changed

### Why In `react-native 0.74` when new architecture is enabled bridgeless mode will be enabled by default. By default modules which use the bridge will use an interop layer but...

# Why Adds support for setting now playing title and visibility for android # How Added a property to the video source that contains the title and second line of...

bot: passed checks
bot: fingerprint changed

# Why Fixes a few issues I encountered with the `expo-video` event system. # How - `VolumeEvent` on android used `muted` instead of `isMuted` property name - Due to double...

bot: suggestions
bot: fingerprint changed