Radek Czemerys
Radek Czemerys
I will check it but cannot reproduce it yet.
Invariant Violation: Module AppRegistry is not a registered callabel module (calling runApplication)
Unfortunately, this error does not give any feedback on what exactly is wrong. You need to dig deeper.
Invariant Violation: Module AppRegistry is not a registered callabel module (calling runApplication)
Did you try to enable the Debug option?
Invariant Violation: Module AppRegistry is not a registered callabel module (calling runApplication)
It's hard to suggest anything without any more details, I would say that you can try commenting out some parts of your code and try until you find something.
I'm not sure if we want this, this will decrease the quality of autocorrection probably (or disable it completely).
I think I can reproduce this issue. My current workaround is to rerender `Channel` unfortunately.
This used to work in the past, seems like it's broken now.
I made a workaround for this. After `initConnection` I call `getAvailablePurchases` on Android only and then filter the ones you need: ``` export const filterPendingPurchasesAndroid = (purchases: ProductPurchase[]) => {...
My products are non-consumable. I tested this on Android 13 phone. Somehow I got that purchase in `getAvailablePurchases`. Maybe it's not reliable 100%, I haven't tested it in production yet.
@zachariast that's a good find! Seems like this is causing the regression. But if the workaround is OK then it should actually be fine