Ryan Murphy
Ryan Murphy
I tried: 1. zipping the files before committing to git, and using amplify build settings to unzip the files during the prebuild frontend stage. 2. using wget to grab the...
> > I tried: > > > > 1. zipping the files before committing to git, and using amplify build settings to unzip the files during the prebuild frontend stage....
> > > > I tried: > > > > > > 1. zipping the files before committing to git, and using amplify build settings to unzip the files during...
I'm using checkURLScheme and it only works for Android. iOS always comes back False. ` AppInstalledChecker.checkURLScheme('slack').then((isInstalled) => { if(isInstalled) {...} } }); `