thomasviaud
thomasviaud
Please merge
Hello, have you tried to type your Promise ? ` return new Promise((resolve, reject) => { Geolocation.getCurrentPosition( resolve, reject, { ...your_options }, ) })`
Hi thanks. I did not manage to do the trick with global variables since I'm not getting updates when the global variable is updated (react world vs javascript world). I...
Any news on this PR ? It is breaking RN 0.69.
If some people need that urgently, you can still use https://www.npmjs.com/package/patch-package. Working well applying changes in this PR. Not ideal but can save a build.
I'm having this pb too. `onPanDrag={() => {}}` is helping when keeping fingers and moving. But when releasing fps are dropping again.
Can you release please?
Is there any maintainer around? We need a release please.
Agree. I like to use different stacks to isolate DynamoDB, Cognito, ApiGateway, IAM, ... stuff. It is easier to redeploy some parts. I'll submit a PR with the change asap....