-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Unable to use Stack modes. #127
Comments
I'll start to check this matter tomorrow. |
Thanku for your prompt response. |
Thank you for your reminder. |
But before we do that, I think you should take a look at this https://github.com/dohooo/react-native-reanimated-carousel/blob/main/example/src/stack/index.tsx |
What value should be pass to modeConfig? is it required ? when mode is horizontal-stack? |
What version of Carousel are you using? |
There should be a type hint, If not, use the latest version. #118 |
I am using the latest version but there is not hint provided for modeConfig and in the documentation for modeConfig column is empty as well. |
Is someone got this issue you might miss adding the modeConfig prop: Eg:
|
When mode is set to "horizontal-stack" or "vertical-stack" the error pops in.
IOS Error: evaluation ( props.modeConfig)
Android error: cannot set property 'showLength' of undefined.
Steps to reproduce the behavior:
1.Just add mode to 'horizontal-stack'
Screenshots
IOS == >>
Android ==>
Versions
Smartphone
The text was updated successfully, but these errors were encountered: