-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Carousel - java.lang.Boolean cannot be cast to java.lang.Double #1328
Labels
Comments
but I haven't used "react-native-gesture-handler" package in my project. |
什么问题。升级了就出现了。回退也不行 |
我也遇到了一模一样的BUG,但是回退到5.0.2版本(不要带任何语义化版本前缀)就好了 |
Even downgrading to a lower version also, it's not working, I think it's based on the node version they used in the package. |
fixed in v5.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💬 Before You Start
🙋 Description/Step to reproduce
import Carousel from '@ant-design/react-native/lib/carousel';
import Tabs from '@ant-design/react-native/lib/tabs';
Wherever I have used this component I faced this conversion issue, I am trying this in Expo.
When I tested in the web it worked fine, when I try to test this on the device, I am facing this conversion issue.
💻 Environment
Android, Expo
⚫️ Output of
npx react-native info
Additional comments
No response
The text was updated successfully, but these errors were encountered: