Ng Ha
Ng Ha
I want this feature too. Has anyone found the solution yet?
How to calculate animatedContentHeight when useCenteredDynamicPositioning is deprecated?
i found a workaround: - first, remove tags: const strippedHtml = clip(html, Infinity, {html: true, stripTags: ['img', 'br']}); - then remove empty tags: const sanitizedHtml = strippedHtml.replace(/]*>[\s\r\n]*]*>/g, '') - finally,...
> Faced the same issue. Try setting your targetSdkVersion to 33.  downgrade isn't good answer. Do you have another solution?
> @ng-ha you can use this patch for android 14 > > ```diff > index b67ef4d..cf8cab4 100644 > --- a/node_modules/react-native-background-actions/android/src/main/AndroidManifest.xml > +++ b/node_modules/react-native-background-actions/android/src/main/AndroidManifest.xml > @@ -1,6 +1,6 @@ > >...
@cagdaseksi i fixed it by using Storekit2: `setup({storekitMode: 'STOREKIT2_MODE'});`
@Tieu-Mai-Nhi yes. I fixed it by using Storekit2: setup({storekitMode: 'STOREKIT2_MODE'});
I have the same issue. @Datpt2508 Have you found the solution ? @dylancom Can you take a look again at this issue, please!
I got the same issue. Did you fix that? @CyberTron88