stefoid
stefoid
Hi - actually this is built using 'microsoft app center' which always builds from a clean slate. RN is 63 Ill search for what else uses it and get back...
Hmm, not sure how to find out where it is being pulled in, other than Realm. npm list fails to reveal anything. I wouldnt be surprised if it was something...
@kraenhansen As far as I can see, Realm is the only package depending on GCDWebServer. If I remove realm from the package list, GCDWebServer disappears as a target from my...
> @jdl7758258 when you say the same problem, you mean build fails in 'App Center' or just in general? For whatever reason, although xcode complains about the multiple dependency, it...
@kraenhansen Good to know thats an option, thx
Hi. Well, its not a very interesting snippet, but this is called one time only at a specific point in the app after the user has logged in. startupNotification =...
Its being called after login and syncing of data from the backend, which could take a few seconds. Once the app reaches this point, I call getLaunchNotification for the first...
yes to all the above. The identical JS code works perfectly in Android, as in getLaunchNotification() reliably returns the notification when the app has been launched from tapping the notification...
So getLaunchNotification is N/A to iOS? I suggest documenting the difference in the API if it isnt already (apologies if I missed it)
remove the clause to call self.storeText from line 85-86 in ShareViewController.swift I think this is meant to capture clipboard text, but it breaks text files, so choose which you want...