Simon Eliasson
Simon Eliasson
I get the same error now when upgrading from RN 0.68 to 0.69. Probably the reverse problem perhaps? That the package needs an update to keep up?
Heading into react-native-shared-group-preferences node_modules folder, updating gradle and minSdkVersion to the same as in my main android project files solved the issue for me! Here is the new full build.gradle...
Are you using a tab navigator from react-navigation/native? In that case we have the same issue with this specific setup. Will let you know if and when we figure out...
Thanks, the screen indeed goes black with androidKeepPlayerMounted={false}. In our case we now only hit a black screen whenever we open up a link to another application and then return...
Hi, not sure if this relates to your issue, but based on your message you are sending from RN: `const message: IMessage = { gameObject: 'gameObject', methodName: 'methodName', message: 'message',...