David Gettins
David Gettins
Is this because I am doing something wrong or is it an oversight by this lib's authors?
This fixes the error: ```diff diff --git a/node_modules/aws-appsync/lib/link/offline-link.js b/node_modules/aws-appsync/lib/link/offline-link.js index d22c09b..084712b 100644 --- a/node_modules/aws-appsync/lib/link/offline-link.js +++ b/node_modules/aws-appsync/lib/link/offline-link.js @@ -438,7 +438,7 @@ exports.replaceUsingMap = function (obj, map) { obj[key] = val.map(function (v,...
Shame this never made it any further... Would be nice if the methods added here get merged at least.
I would like to do this as a workaround to this issue https://github.com/aws-amplify/amplify-js/issues/6034
Yes, well sort of... On Android you can reduce the data loss by setting connection priority to high: ```ts bleManager.requestConnectionPriorityForDevice(device.id, ConnectionPriority.High) ``` Although, I still found data loss but only...
Anyone looking for how to set this on a project level: Add this (of course, change the path to where ever your Java 11 home folder is): ``` org.gradle.java.home=/Applications/Android\ Studio.app/Contents/jre/Contents/Home...
I've removed the MMKV part of the example and the RN 0.65 comment. As far as I am aware auto-linking JSI libs still hasn't made it in.
> Currently we don't have a way to fix it without help from Apple. Have you tried requesting code level support via your developer acount? Think you need to be...
There hasn't been any movement on this since August last year so I took the liberty of creating a new PR that resolves the union type comment. Please see #1624.
Trying to fix npm audit issues is a nightmare if this package is included...