meteor-factory / react-native-tinder-swipe-cards

Tinder-like swipe cards for your React Native app
MIT License
1.13k stars 301 forks source link

ShowYup at the bottom of the screen #139

Open kharlm opened 4 years ago

kharlm commented 4 years ago

I'm having an issue where my showYup and showNope appear at the top of the screen off the edge of it. How can I show these values at the bottom of the screen instead?

eyalyoli commented 4 years ago

Check out the parent's styling, something is wrong there. It may be that there isn't enough space for all comps to fit in the parent so you see them at the top... If you can't fix the parent, you can try to override nopeTextStyle prop with your own style.