Costas Ioannou

Results 20 comments of Costas Ioannou

When you sync you have to take into account the 'userId' or something that identifies the rows of a user. But when a user logs out, leaving his data on...

The way I workaround-ed it (if I remember well), was to split the navigation into two navigation actions. First, navigate to the desired tab, then push the page you wish....

Just issue two commands. First one command that switches tab and then the one that pushes to stack. You might have to put a small delay between the. Like an...

Hey guys, Thanks for your great work on this, and thanks for the great library Is this PR still alive? Is there still interest in Nozbe in adding encryption to...

> I'm using it in several production apps, so yep. I might be able to help talk to me this evening: [[email protected]](mailto:[email protected]) @ororsatti thank you very much for your valuable...

@jennantilla @Codesane My problem still remains... I don't even use the 'addEventListener', I just add the following lines in my App.tsx ``` OneSignal.Debug.setLogLevel(LogLevel.Verbose); OneSignal.initialize('XXXXX'); ``` And I get the error....

In fact I added a couple of logging in the function above, and created a log files from 'adb logcat'. I can see that the `_appPermissionObserver()` is called before the...

> @killerchip I am not able to reproduce this issue. Which verison of the onesignal-expo-plugin and react-native-onesignal are you using? Hi @emawby , apologies for the late reply. I'm using...

Does this help? https://github.com/react-native-google-signin/google-signin/issues/1252

I am also seeing this even when I use `renderRouter`