Closed asd8855 closed 5 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
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?
Now its possible with IQKeyboardManager 6 https://github.com/douglasjunior/react-native-keyboard-manager/issues/68
I dont know if this is possible with the IQKeyboardManager, if it is, we can add it here.