Gennady Sabirovsky
Gennady Sabirovsky
please add support for Gradle 7.2 `maven` => `maven-publish` on lines [31, 50, 153] `react-native-appmetrica/android/build.gradle` thanks!;)
Hi! Can I run swift function from jsi? I know this sounds like a nonsense but if we would like do that, which way is it possible?
Hi! I encountered a notification problem (notifee) if infobip is installed. Now I can’t launch local push notifications because they don’t appear, or rather end up in infobip. Is it...
Hello guys! I caught receivers issue on android newer versions https://github.com/react-native-device-info/react-native-device-info/blob/81362342e5da4d00dd81b27799e72dcbf0b54904/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java#L511 error looks like: ``` java.lang.RuntimeException: Unable to create application com.mysome.app.MainApplication: java.lang.SecurityException: com.mysome.app: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be...