alantoa / react-native-awesome-slider

🚀 An anwesome <Slider/> that supports various features haptic, lottie, animation, ballon, etc.
MIT License
228 stars 28 forks source link

Logical AND operator (&&) in animated view return value instead of render nothing. #42

Closed chijun950314 closed 11 months ago

chijun950314 commented 11 months ago

Hi!

I came across this project and found it very suitable to my use case. However, some error occurred when I try to implement it.

Here is my video to showcase the issue:

https://github.com/alantoa/react-native-awesome-slider/assets/139465659/3b8a33b2-9aaa-4803-95b0-be68ba08125c

The following example can be pull from here

chijun950314 commented 11 months ago

This is the references from react regarding this problem.

I have publish a PR to fix this issue.