You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. First of all thanks for library, I like many possibilities for customization. But now I am missing one.
Could you please add property where I can define custom component, which will be rendered in the left bottom corner of numpad (now there is nothing rendered) ?
So it would be something like buttonLeftBottomComponent={() => <MyCustomButton title={...} onPress={...} />}.
I could really use that button for some actions.
The text was updated successfully, but these errors were encountered:
Hi. First of all thanks for library, I like many possibilities for customization. But now I am missing one.
Could you please add property where I can define custom component, which will be rendered in the left bottom corner of numpad (now there is nothing rendered) ?
So it would be something like
buttonLeftBottomComponent={() => <MyCustomButton title={...} onPress={...} />}
.I could really use that button for some actions.
The text was updated successfully, but these errors were encountered: