Mberev Nicholas

Results 8 comments of Mberev Nicholas

> Guys I found something just add to your css file this line: > > html { zoom: 0.55; } You are a genius for thinking it.

If your component is inside ScrollView component, and you come across this behavior, add this `keyboardShouldPersistTaps={true}` to the ScrollView.

> I added an event listener to a button in a cell, but the event is never triggered. The table is being rendered inside a swal2 modal, and it works...

Before listing your main items, you could do something like this ``

Have you tried checking to see if you are indexing email in your schema? if so the documentation says indexed fields will not be encrypted, secondly, have you tried encrypting...

> Hi @proffnick, > > I've tested the library with popular card types and this is the first time I'm hearing about Verve cards. You may fork the library and...

Set the props ``` listViewDisplayed={false} keepResultsAfterBlur={true} ``` It should work. I don't know if this is just a hack or it is the right thing to do. [More details](https://stackoverflow.com/questions/59385659/onpress-for-react-native-google-places-autocomplete-doesnt-work-due-to-its-pare)