Andrew Royce

Results 17 comments of Andrew Royce

On IOS Maps it looks like the click event only fires on the annotation marker, not the popup with the information. This could be a problem because we want the...

Update to renderAccessory to either renderRightAccessory or renderLeftAccessory

Any updates on this? Running into same issue..

Here is some of the code for install, running, etc.. ``` export const installPriceBookDatabase = () => { console.log("installPriceBookDatabase"); let success = false; return new Promise((resolve, reject) => { SQLite.openDatabase(...

Looking into the code more I came across `rejectOnError` in sqlite.js, I commented out the `if` check and I actually hit my catch (although it also still says Possible Unhandled...

Im guessing you've moved on but onPress doesn't work with views.

I have this functionality in my forked build here https://github.com/rollsroyc3/react-native-simple-expand. Only issue is that you have to know the initialHeight from the start, this isn't a problem for my use...

@mikeKane Have you tried removing the sensitivity property?