sbycrosz / react-native-credit-card-input

Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!
MIT License
1.46k stars 699 forks source link

How to configure form vertically? #189

Closed jcaviedesc closed 2 months ago

jcaviedesc commented 3 years ago

How to setup form inputs vertically?

<view>
 <card/>
 <input />
 <input />
 <input />
</view>
ManhVuTien commented 3 years ago

In https://github.com/sbycrosz/react-native-credit-card-input/blob/master/src/CreditCardInput.js remove prop horizontal in line 164

a7i7 commented 3 years ago

Is it possible to expose this as prop?