entria / react-native-view-overflow

Fix Overflow in react-native for Android
MIT License
303 stars 44 forks source link

Child can't be bigger thant parent #45

Open juanzone opened 6 years ago

juanzone commented 6 years ago

If my ViewOverFlow is 100x100, my children can't be 200x200, the max width and height are the dimensions of the parent.

Could be really cool if you fix that :)

xiaweiss commented 6 years ago

@juanzone use absolute position https://github.com/entria/react-native-view-overflow/issues/13