sarahsporck / Migration-Test-Repository

This repository is used to test the ticket migration from jira to github
0 stars 1 forks source link

IGAPP-792: NativeEventEmitter() Warning #3458

Closed jira-to-github-migrator-test[bot] closed 1 year ago

jira-to-github-migrator-test[bot] commented 1 year ago

Andreas Fischer - 5.10.2021, 14:04:28

Looks like due to some library update we get some warning

General

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
 WARN  `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method.
 WARN  `new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method.

Used in MapView probably for MapBoxUserLocation

 `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method. at MapView (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:346545:36) at StyledNativeComponent (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:123812:36) at Styled(MapView) at RCTView at View at StyledNativeComponent (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:123812:36) at Styled(View) at MapView (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:345909:27) at RCTView at View at RCTView at View at RCTScrollView at ScrollView (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:78556:36) at ScrollView at Pois (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:324981:20) at PoisContainer (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:324837:36) at RCTView at View at StyledNativeComponent (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:123812:36) at Styled(View) at Layout (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:208444:36) at withTheme(Layout) (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:200076:38) at withPayloadProvider(PoisContainer) (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:250266:44) at Connect(withPayloadProvider(PoisContainer)) (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:202359:43) at StaticContainer (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:184717:17) at EnsureSingleNavigator (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:183357:24) at SceneView (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=app.integreat.test&modulesOnly=false&runModule=true:184605:22)

Environment: - Linked issues: