-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
Library version: 7.0.2
OS version: MacOS M3 Max on latest macos
RN - 0.81.0
Affected platforms
- Android
- iOS
Current behavior
react-native-avoid-softinput/android/src/newarch/java/com/reactnativeavoidsoftinput/AvoidSoftInputViewManager.kt:20:9 Inherited platform declarations clash: The following declarations have the same JVM signature (receiveCommand(Landroid/view/View;Ljava/lang/String;Lcom/facebook/react/bridge/ReadableArray;)V): fun javaCompat_receiveCommand(view: ReactViewGroup, commandName: String?, args: ReadableArray?): Unit defined in com.reactnativeavoidsoftinput.AvoidSoftInputViewManager.`` fun receiveCommand(view: ReactViewGroup, commandName: String, args: ReadableArray): Unit defined in com.reactnativeavoidsoftinput.AvoidSoftInputViewManager.``
Expected behavior
All works fine an app builds
Reproduction
Easy peasy - just npx @react-native-community/cli init AvoidSoftInoutFuckedUp and try to run after all install the app
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working