Michael Sullivan

Results 14 comments of Michael Sullivan

Same thing for me. I'm using Godaddy

You need to use an icon with transparent background. Every icon is displayed as a gray outline. Every pixel that is not 100% alpha is converted to the gray or...

When the application is closed, your websocket is also closed. I would imagine you need to switch to a push notification.

I didn't have wget installed. Running downloadAndInsertOpenCV.sh didn't do it's job till I installed it. `brew install wget`

@mihernandez6 I'm getting the same thing. Crashes when the app calls configureTnsOAuth in nativescript-oauth2. You ever figure the issue out?

Interesting... I'll give that a try. Thanks! Edit: Worked for me. OAuth2 now comes up and the application does not crash.

Unfortunately, the above is not a fix, just creates more problems down the road. I think the nativescript-oauth2 project is failing to keep things up to date.

Yes, you can't see status bar in dark mode. Icons are white on a white background. ![image](https://user-images.githubusercontent.com/23320600/198162304-66f88bd0-eb1e-41a9-a19f-d189a82685a1.png)

I switched to using the top nav from react navigation. Then switching the theme for react navigation based on the OS theme. ``` const { Navigator, Screen } = createNativeStackNavigator();...

For iOS, the installation is much easier than the documented installation instructions. All you need to do is add a Swift file to the project in XCode. No need to...