Hung Le
Hung Le
@caoyongfeng0214 Because of this ``` /** * Init module for purchase flow. Required on Android. In ios it will check wheter user canMakePayment. * @returns {Promise} */ export declare const...
I'm developing Android TV with **Android 9.** about global search feature, it's difficult to recognize by using voice to speak (even it didn't recognize). with by using search text, it...
Here is issue tracker related to Android TV searchable feature [https://issuetracker.google.com/issues/171236084](url)
@swaroopaillinda You can use [patch-package](https://github.com/ds300/patch-package) to this patch [react-native-orientation+3.1.3.patch](https://gist.github.com/catmans1/1c980c27e6ac28439a7ec5e1063fd8ef) for hot fix https://gist.github.com/catmans1/1c980c27e6ac28439a7ec5e1063fd8ef Store it in the folder `patches` in package.json ``` { ... "scripts": { ... "postinstall": "npx patch-package"...
It might related to this issue: https://github.com/wojtekmaj/react-pdf/issues/729#issuecomment-1306661079