Wes Johnson
Wes Johnson
No downgrade needed, [patch-package](https://www.npmjs.com/package/patch-package) to the rescue: ```diff diff --git a/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts b/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts index a116b25..621590c 100644 --- a/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts +++ b/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts @@ -142,22 +142,22 @@ declare type NavigationHelpersCommon React.ComponentType; component?: never; children?:...
Thoughts on locking this issue for future comments? I think it's pretty clear what the plan is here and locking it will maybe force folks to read what's already been...
This PR is missing the runtime change needed in `index.tsx`, it's still calling the old native module. Instead replace with: ```js FastImage.preload = (sources, onProgress, onComplete) => preloaderManager.preload(sources, onProgress, onComplete)...
@nicomontanari if you look in the PR diff here and scroll to the very bottom you'll see that you only have typescript changes in `src/index`. With no runtime change, the...
Would this manifest as a "follow request pending" from my end if I have a gotosocial server?
This was required for me (parent placeholder element can take multiple children) ```diff diff --git a/node_modules/react-native-skeleton-placeholder/lib/skeleton-placeholder.d.ts b/node_modules/react-native-skeleton-placeholder/lib/skeleton-placeholder.d.ts index 58cfac7..0fb7755 100644 --- a/node_modules/react-native-skeleton-placeholder/lib/skeleton-placeholder.d.ts +++ b/node_modules/react-native-skeleton-placeholder/lib/skeleton-placeholder.d.ts @@ -4,7 +4,7 @@ declare type...
Worked when I added the following to https://github.com/YOURUSERNAME/wildebeest/settings/variables/actions * `ADMIN_EMAIL` * `CF_DEPLOY_DOMAIN` * `CF_ZONE_ID` * `INSTANCE_TITLE` * `INSTANCE_DESCR`
Looks like this is making progress based on recent commits.🎉🔥 Would be amazing if we could get a simple roadmap / checklist from maintainers on what's left so we know...
It didn't, that's the reason I opened this
Updated! hope that works. thanks for the weekend review 🙏🏻