pengcao1

Results 4 issues of pengcao1

Hi ! Thank you for reporting an issue, but we would like to remind you, we have a trouble shooting page in our wiki. You may want to take a...

Hi guys: your know, lot of you guys upgrade react-native to 0.60 or above, there are many many `libjsc.so` crashes were reported from google play. and many friendly developers suggest...

Hi everyone: As you can see in the title, Could anyone can leave the demo of spotbugs used in the android project? In my view, the official doc is obscure,...

Hi, everyone: this code snippet was copied from my project. ``` InAppUtils.purchaseProduct(productId, (purchaseError: Error, transaction: IProductTransaction) => { if (purchaseError) { //TODO purcuase error? } }); ``` and this code...