fukemy
fukemy
ok fixed by adding below function to tkcell ``` override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? { var view = button.hitTest(button.convert(point, from: self), with: event) if view...
@WorkspacePrateek in class extends cell bro
Tkcell.class
ok, just press command+shift+f, type : "Tktagcell" then find this file
hmm, i think u need to know how library work first.....
hi @huuthinh95 , can u help my problem? I can not switch keyboard sticker Here is my main view ``` {renderGiftedChat()} { console.log('onchange', isOpen, currentHeight) }}> {renderAccessory()} const renderAccessory =...
ya, it's work as expected, im using KeyboardArea it's almost do the job for me. Thanks
hi @huuthinh95 , i want to make the view below keyboard look like bottom sheet, such as the sticker keyboard of Messenger, did u faced this?
did u used expo?