-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Пытаюсь забилдить проект react-native. Получаю ошибку связанную с предоставлением реализации для абстрактного класса.
При сборке с параметром --scan:
> Task :evotor-integration-library:compileDebugKotlin FAILED
e: \node_modules\evotor-integration-library\android\src\main\java\com\evotor\modules\NavigationModule.kt: (27, 41): Object is not abstract and does not implement abstract member public abstract fun onActivityResult(p0: Activity!, p1: Int, p2: Int, p3: Intent?): Unit defined in com.facebook.react.bridge.ActivityEventListener
e: \node_modules\evotor-integration-library\android\src\main\java\com\evotor\modules\NavigationModule.kt: (33, 9): 'onActivityResult' overrides nothing
e: \node_modules\evotor-integration-library\android\src\main\java\com\evotor\modules\NavigationModule.kt: (125, 37): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type ReadableArray?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels