Mark Lloyd

Results 15 comments of Mark Lloyd

Hi recently migrated to RN 0.65.1 and after re-implementing RN splash-screen and using LaunchScreen.storyboard I also encountered this issue Basically was ready to give up and move on to other...

Having a very simaler issue on 3.6.3 but API levels are higher than 25 apart from minSDK. Running on Pixel 3 emulator on API 30 ``` buildToolsVersion = "30.0.2" minSdkVersion...

Tried a slightly different approach based on current examples urlOpener is now ``` urlOpener: async (url, redirectSignIn) => { try { await InAppBrowser.isAvailable(); console.log(`urlOpener: calling url: ${url}, redirectsignIn: ${redirectSignIn}`) InAppBrowser.openAuth(url,...

also just noticed that the first attempt that fails does not log this line that the second attempt that works fine does log out `I ActivityTaskManager: START u0 {act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE]...

Hi @jdnichollsc If I knew how to fix I would help. I have next to zero skills on native side of things as my background is purely JS and cloud...

Another alternative is to force your app to Light mode via info.plist ``` UIUserInterfaceStyle Light ```

I also have implemented @ChrisLFieldsII patch to resolve the issue. Great work and thanks for helping out the community!!

Hi @ChrisLFieldsII - Yes mine is MainActivity.java and unfortunately the additonal changes to MainActivity.java actually break our build. I suspect your using Expo whereas we are not. Anyways the main...

I tested again on Android 9 device emulator and what I found was that initially no PN came thru so I went and heated up lunch and 5 mins later...

Very similar issue after upgrading from serverless v2.x to 3.22.0. Have migrated to serverless-webpack 5.8.0 and we notice that files that we specifically include at function level is missing in...