Open
Description
Version
6.15.0
What platforms are you having the problem on?
Android
System Version
Mac Os - 15.3.2 (24D81) - M1 Chip
On what device are you experiencing the issue?
Simulator
Architecture
New architecture with interop layer
What happened?
/node_modules/react-native-video/android/src/main/java/com/brentvatne/common/react/VideoEventEmitter.kt:293:53 Type argument is not within its bounds: must be subtype of 'Event<Event<*>>'.
/node_modules/react-native-video/android/src/main/java/com/brentvatne/common/react/VideoEventEmitter.kt:293:66 Argument type mismatch: actual type is 'Int', but 'Int' was expected.
/node_modules/react-native-video/android/src/main/java/com/brentvatne/common/react/VideoEventEmitter.kt:293:77 Argument type mismatch: actual type is 'Int', but 'Int' was expected. FAILURE: Build failed with an exception. -------
Encountering these errors in react native version : 0.80.0
React Native Video - 6.15.0
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are:
Install latest version (6.15.0)
in the app repo
cd android && ./gradlew clean && cd .. && npx react-native run-android
Metadata
Metadata
Assignees
Type
Projects
Status
To Triage