prscX / react-native-spruce

React Native Bridge for Native Spruce Animation Library
https://github.com/willowtreeapps/spruce-android
Apache License 2.0
531 stars 33 forks source link

Not recognizing children sizes #10

Open cinder92 opened 6 years ago

cinder92 commented 6 years ago

Hello, thanks for your plugin, it seems that is not respecting the size of the component children, i have the Spruce component and his children is a button with height:20 and here is the result

captura de pantalla 2018-06-12 a la s 13 27 46

any fix for this?

cinder92 commented 6 years ago

@prscX i found the issue in Spruce.js file in line 44 you must remove the inline style, right now it has flex:1

thanks