Gustash / react-native-image-keyboard

React Native TextInput expansion to enable media input.
MIT License
147 stars 14 forks source link

:bug: paste should be performed from backed text input #16

Closed mbouxin closed 2 years ago

mbouxin commented 3 years ago

Fixes #5

Two things were done:

Gustash commented 2 years ago

Sorry about only getting to this now, I've truly been too busy to maintain some projects lately.

I've verified that this works as intended, and that pasting when the Pasteboard is empty doesn't result in a crash.

Hiding the tooltip like #5 mentions shouldn't be implemented, as even Safari.app seems to show the tooltip when the Pasteboard is empty, so it seems like that's iOS' intended behavior.

Thanks for your work!