ethantran / react-native-examples

UI examples from pttrns.com converted to React Native. Examples of SVG Animation with react-native-svg, flubber, d3
325 stars 59 forks source link

android layout issus #4

Open TheCodeTalker opened 7 years ago

TheCodeTalker commented 7 years ago

@ethantran why is not working in android can please help?? screenshot_20171107-142710

ethantran commented 6 years ago

Hey sorry I have been super busy. I did that example just for iOS because it is easier to experiment quickly. But I will take a look again and see what I can do to make it look the same on both platforms.

TheCodeTalker commented 6 years ago

Thanks for the reply i think it is problem with view clipping .

bedynamic commented 6 years ago

any new info about this problem ?

TheCodeTalker commented 6 years ago

No i think @ethantran any update??

ethantran commented 6 years ago

Hey guys, been swamped with work. Overflow visible does not work properly on Android. You can look through the issues https://github.com/facebook/react-native/issues?utf8=%E2%9C%93&q=Android+overflow+visible

I'll see if there is a workaround.