-
Notifications
You must be signed in to change notification settings - Fork 3
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
Getting error mqt_native_modules after update to RN18 #1
Comments
@BigPun86 : I recommend taking a quick look at the ProgressBarAndroid implementation -- I adopted a lot of it. Comparing their implementation to the SeekBar will probably point to the problematic code Let me know if that doesn't help and I will try to take a look later |
@kevinstumpf thanks for the response. I found out that it crashes because of
When i replace it with
at least it won´t crash anymore. Not sure how to solve this. |
Any luck on this? I have the same problem. |
Same Problem. Any Upgrade? |
Since i have updated react-native to v0.20 everything works fine |
Thanks for the update. I will give that a shot since I am currently on v0.18. |
No luck for me, still crashes. I tried replacing
with
in the index.android.js but it still crashes for me. |
Whoops, i just saw that i replaced this module with MKSlider from: Sorry! so rn v0.20 didn´t solve this issue |
Hah okay, thanks. I ended using https://github.com/jeanregisser/react-native-slider which seems to fit my needs. |
I'm facing the same issue when i upgrade to react-native@0.23 or later versions.
Has anyone found a solution? |
Hey guys, Take a look at https://facebook.github.io/react-native/docs/slider.html#content, with React 0.24, the slider is now platform independently supported |
I'm posting to let people know that this MYSTERIOUS bug is caused by a limitation of react native to the number of subviews on old Android phones. (~16-20 Views MAX). |
Thank you! |
Hey there. I got this error after RN18 update. coudn´t figure out what the reason is. Build worked without issue but as soon as i render the Screen where i use this module it crashes.
The text was updated successfully, but these errors were encountered: