Sub-Zero-1
Sub-Zero-1
As far as I understand the code it is only needed if the openAppStoreIfInAppFails or we do not use preferInApp. I suppose, we still need the ApplicationId and we saw...
Yes, Android 8.0 is not working correctly.
After updating to API 29, it lost its colors. app:mnpSeparatorColor="@color/colorAccent" has no effect anymore. My colorAccent was red, so I still saw the picker, but it was just black instead...
Same here, any suggestions how to solve?
@tomekzaw I have the same issue with the 2.11.0. I can do a pod install successfully with 2.10.0, but 2.10.0 does not work due to monorepo issues. The more, the...
No, it does not resolve it for me (version 2.11.0). I had to patch it myself. build.gradle: `def reactNativeFromProjectNodeModules = file("${rootProject.projectDir}/../node_modules/react-native")` for me it works with: `def reactNativeFromProjectNodeModules = file("${rootProject.projectDir}/../../node_modules/react-native")`...
@tomekzaw I did it. First it solved it, but later on it did not work anymore and retried it multiple times. I don't know why, but does not matter to...
Maybe this helps someone: I tried to use 2.10.0, but I am using a monorepo, so I got the problem mentioned here from thread starter. Then I updated to 2.11.0...
@bhsrampage any new findings here? Also facing the same issue when enabling hermes, but not using new architecture. Is it possible to use hermes and not the new architecture with...
My problems with hermes where homemade. Some of my native colleagues (using nativ first, then RN after login) "optimized" our code so the APK does not contain the libhermes-executor-debug.so as...