Amauri Dias

Results 4 comments of Amauri Dias

> You can apply this patch. > > https://www.npmjs.com/package/patch-package > > ``` > diff --git a/node_modules/react-native-code-push/CodePush.podspec b/node_modules/react-native-code-push/CodePush.podspec > index d20c4f4..bee88a3 100644 > --- a/node_modules/react-native-code-push/CodePush.podspec > +++ b/node_modules/react-native-code-push/CodePush.podspec > @@ -21,7...

> Here is the pull request: [OneSignal/OneSignal-Android-SDK#1848](https://github.com/OneSignal/OneSignal-Android-SDK/pull/1848) I cannot create local patch of OneSignal-Android-SDK. Their libs are required to sign .aar. So I create a pull request and hope that...

I think I found something that could help ```ts import { PolymorphicComponent } from 'styled-components'; type ButtonProps = { children: React.ReactNode; }; function Button(props: ButtonProps) { return ; } export...

This https://github.com/cmfcmf/docusaurus-search-local/pull/216 should resolve, can you test applying patch? ```git diff --git a/node_modules/@cmfcmf/docusaurus-search-local/lib/server/parse.js b/node_modules/@cmfcmf/docusaurus-search-local/lib/server/parse.js index bf41fa2..50bf040 100644 --- a/node_modules/@cmfcmf/docusaurus-search-local/lib/server/parse.js +++ b/node_modules/@cmfcmf/docusaurus-search-local/lib/server/parse.js @@ -109,7 +109,9 @@ function html2text(html, type, url =...