react-native-facebook-login icon indicating copy to clipboard operation
react-native-facebook-login copied to clipboard

Android Login button stretches on RN 0.36

Open jpgarcia opened this issue 7 years ago • 3 comments

It seems that something changed on RN 0.36 which makes the button to stretch

I've workaround the issue by setting the following style:

<FBLogin style={ { flex: null } } />

jpgarcia avatar Oct 26 '16 12:10 jpgarcia

android or IOS?

lwhiteley avatar Oct 26 '16 13:10 lwhiteley

@lwhiteley just Android iOS works like a charm

jpgarcia avatar Oct 26 '16 13:10 jpgarcia

Yeah it worked.

NaleenDissanayake avatar Mar 31 '17 06:03 NaleenDissanayake