-
-
Notifications
You must be signed in to change notification settings - Fork 140
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 style is broken with call to action button covering everything #36
Comments
Do not add flexbox styling to the |
There is weird anomaly in the library that when the inner view doesn't have a background color, then layout on Android goes haywire. You can just replace the App.js file in the example project with this and see it yourself (i modified the example a bit to be left to right kind of ad).
There is only 1 |
I think you are right. Without using the backgroundColor the This is not fixable by me, the best way would be to just use a |
Can't this library add default transparent colors as a workaround so it is less likely to pop up again? |
It will in the next version @rogerkerse |
fixed in for v0.3.0 |
I am on the latest library.
This is what I get
but when I remove some line in code for style, hit save, re-add the line and hit save, it shows exactly like on iOS:
Tried adding another view inside NativeAdView with flexDirection: 'row', but it didn't help.
There is similar issue that got marked as "resolved/closed" but tried its solution and no luck. There is something broken in Android styling or hierarchy on native side I guess.
Here is the code:
The text was updated successfully, but these errors were encountered: