react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

'java.util.ArrayList android.animation.AnimatorSet$Node.nodeDependents' on a null object reference

Open BennyTian opened this issue 3 years ago • 1 comments

Environment

Happens on several operating systems. All running inside electron:

react-native env:

"react-native": "0.61.5", "@react-native-community/slider": "^4.2.0"

android env:

minSdkVersion = 17 buildToolsVersion = "28.0.3" compileSdkVersion = 28 targetSdkVersion = 28 supportLibVersion = 28 kotlin_version = '1.3.72'

bug devices:

Android 6.0,level 23 Android 6.0.1,level 23

Description

An error occurs in the production environment:

Attempt to write to field 'java.util.ArrayList android.animation.AnimatorSet$Node.nodeDependents' on a null object reference com.reactnativecommunity.slider.ReactSlider.<init>(ReactSlider.java:71)

image

Reproducible Demo

BennyTian avatar Feb 15 '22 07:02 BennyTian

Hello @BennyTian, would it be possible for you to fill the description with the reproducible demo?

BartoszKlonowski avatar Feb 15 '22 10:02 BartoszKlonowski

Closing due to lack of author's response, outdated versions of Slider and react-native. Feel free to reach out when issue is noticed again.

BartoszKlonowski avatar Nov 22 '22 22:11 BartoszKlonowski