douglasjunior / react-native-keyboard-manager

⚛ Library to prevent issues of keyboard sliding up and cover inputs on React-Native iOS projects.
https://www.npmjs.com/package/react-native-keyboard-manager
MIT License
971 stars 59 forks source link

How to customize "Done" button font color #35

Closed asd8855 closed 5 years ago

douglasjunior commented 6 years ago

I dont know if this is possible with the IQKeyboardManager, if it is, we can add it here.

asd8855 commented 6 years ago

/* Toolbar done button icon, If nothing is provided then check toolbarDoneBarButtonItemText to draw done button. / @property(nullable, nonatomic, strong) UIImage *toolbarDoneBarButtonItemImage;

The IQKeyboardManager can be modified with the font color ‘Done’ by toolbarDoneBarButtonItemImage

douglasjunior commented 6 years ago

The problem is that this image needs to be in the native project. Is it possible to pass a JavaScript-side Image to the native project?

douglasjunior commented 4 years ago

Now its possible with IQKeyboardManager 6 https://github.com/douglasjunior/react-native-keyboard-manager/issues/68