lukaspawlik / react-native-dismissable-numeric-keyboard

Add extra button to numeric keyboard to allow user dismiss it.
MIT License
8 stars 5 forks source link

Button Styling #2

Closed abumostafa closed 7 years ago

abumostafa commented 7 years ago

is it possible to style the "Done" button

lukaspawlik commented 7 years ago

Hi @abumostafa,

I was thinking about the same and the problem is with passing any styling directives directly from React Native app and it's props to Objective-C. As far as I remember it wasn't possible to implement this.