Jerin John K

Results 4 issues of Jerin John K

### Describe the bug After upgrading the package from 5.1.8 to 5.1.9 and creating a release build on iOS, the build is created and installed on the simulator. But as...

## Environment ```shell info Fetching system and libraries information... (node:8794) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where...

### Description On enabling proguard and creating release build ``` -keep class com.swmansion.reanimated.** { *; } -keep class com.facebook.react.turbomodule.** { *; } ``` shared transitions stop working in the android...

Platform: Android
Needs review
Repro provided
Area: Shared Element Transitions

In our react native app, we are using [react-native-record-screen](https://github.com/yutasuzuki/react-native-record-screen). This is a wrapper created around HBrecorder. In recent versions of Android, blank videos are appearing. According to our findings, we...