ttdung11t2 / react-native-confirmation-code-input

A react-native component to input confirmation code for both Android and IOS
MIT License
411 stars 349 forks source link

class "border-b" is not working #16

Open wangxpert opened 6 years ago

wangxpert commented 6 years ago

<CodeInput ref="codeinput" className="border-b" keyboardType="numeric" activeColor="white" inactiveColor="white" inputPosition='left' cellBorderWidth={1} space={10} autoFocus={true} codeLength={4} size={60} onFulfill={(code) => this.verify(code)} containerStyle={{ marginTop: 50 }} codeInputStyle={{ color: "white", fontSize: 32 }} />

This is the code i used to implement underline codeinput but it's not showing any border. Is there any solution for that?

Thanks

sandaruny commented 5 years ago

remove cellBorderWidth={1}