-
Notifications
You must be signed in to change notification settings - Fork 122
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
Android Error #17
Comments
Thanks for the bug report @skyride99! Will take a look :) |
Oh! by 0.18.1 you mean https://github.com/facebook/react-native/releases/tag/v0.19.0-rc ? |
Its in package.json as 18.1 I did not update it. Just a regular react-native init. I tried on RN 17 also same problem. |
This works in iOS but not Android. button tag swallowed by github |
@skyride99 which Android version are you running on? I think that this happens under 4.3 or lower. |
Ok, got it, you have to use a device with Android API 21+: https://github.com/facebook/react-native/blob/master/Libraries/Components/Touchable/TouchableNativeFeedback.android.js#L99-L100 Will change a few things to make the |
Solved in https://github.com/APSL/react-native-button/releases/tag/v2.4.1. You'll see a warning, it's due to this react-native issue facebook/react-native@28c0240 Thanks! |
@bartonhammond you should update your fork with this version, fixes a problem with Android devices with API lower than 21. |
Thanks for thinking of me, but No bueno, running
|
This version has the same problem with the style prop in Jest @bartonhammond, but makes the component usable with Android devices using older API versions. Update your fork if you want support with older Android versions. Enviado desde mi iPhone
|
Using RN 18.1, I get this error?
The text was updated successfully, but these errors were encountered: