alpha
Login
or
Join now
acrate.waldn.net
/
witchsky.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Bluesky app fork with some witchin' additions 💫
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
witchsky.app
/
patches
/
at
main
71 files
xan.lol
chore: setup to try making production android builds
2mo ago
746c19c2
@assembless+react-native-material-you+1.0.0-beta.4.patch
chore: setup to try making production android builds
2 months ago
@assembless__react-native-material-you.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
@atproto+api+0.14.21.patch
start on working mobile build commit 76552a540c961422614960e2dd674b61882bf94f Author: Aviva Ruben <aviva@rubenfamily.com> Date: Mon Apr 14 08:58:50 2025 -0500 defensive code and layout fixes
1 year ago
@atproto+api+0.19.6.patch
fix: getPreferences/putPreferences pls don't fail (and more pdsAgent)
3 months ago
@atproto+oauth-client+0.6.0.patch
feat: native (Android/iOS) OAuth
3 months ago
@atproto+oauth-client-browser+0.3.41.patch
feat: native (Android/iOS) OAuth
3 months ago
@atproto+oauth-client-expo+0.0.10.patch
feat: native (Android/iOS) OAuth
3 months ago
@atproto__api.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
@atproto__oauth-client-browser.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
@atproto__oauth-client-expo.patch
restore react-native-mmkv resolution
2 months ago
@atproto__oauth-client.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
@discord+bottom-sheet+4.6.1.patch
Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918) * update dependencies * rm `import type React from 'react'` * run codemods * patch discord types * update types/react-dom * Update yarn.lock
10 months ago
@discord__bottom-sheet.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
@sentry+react-native+6.20.0.patch
add sentry patch for vendoring metro import (#9065)
10 months ago
@sentry+react-native+6.20.0.patch.md
chore: setup to try making production android builds
2 months ago
@sentry__react-native.patch
chore: setup to try making production android builds
2 months ago
expo-font+14.0.11.patch
Update expo deps, unpin things (#10044)
4 months ago
expo-font.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-glass-effect+55.0.8.patch
Refactor chat list implementation (#10059)
3 months ago
expo-glass-effect+55.0.8.patch.md
Refactor chat list implementation (#10059)
3 months ago
expo-glass-effect.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-haptics+15.0.8.patch
[Contacts] Contacts matching flow (#9486) * add expo-contacts * add expo-sms * update copy * add basic settings screen * state machine, flow screen * phone input screen * otp screen * tweak spacing * resend code logic * add layoutanimationconfig * check availablility in settings screen * get contacts * matches screen * search, temp setup for matches UI * add a bunch of number parsing logic with libphonenumber * cast to looser type * rename sync to find FCF (Find Contacts Flow) * update geolocation hook * nicer design for settings screen * add completed state * up border contrast * update expo deps * add pending spinner * add country whitelist * add empty state screen * drop add more functionality * upload -> import * fix typo * fix permission string * copy updates * rm envelope icon * update sms copy * add inviteinfo component * woke is back * [Contacts] NUXes (#9515) * add a bunch of number parsing logic with libphonenumber * add banner nux * add announcement nux * native only nux * rm shitty animation * move isNative check * [Contacts] Onboarding step (#9489) * add a bunch of number parsing logic with libphonenumber * restructure onboarding to better support dynamic screens * integrate existing flow into onboarding * add intro step * lift state up to allow going back freely * gate onboarding by geo if unsupported country * add done button to standalone flow * [Contacts] Add `contact-match` notification type to feed (#9519) * add a bunch of number parsing logic with libphonenumber * add contact-joined notif type * update string, api package * Update NotificationFeedItem.tsx * Update NotificationFeedItem.tsx * Delete SyncContactsFlow.web.tsx * fix follow back btn for this case * [Contacts] API integration (#9487) * api integration for flow * copy tweak * tweaks after running it * wire up status page * rename toast * use api lib * rm temp code * maybe fix otp error * clear code on error/resend * add 1s delay to verify success * update package versions * Delete SyncContactsFlow.web.tsx * try and fix yarn.lock lint * even woker * fix uppercase friends * surfdude feedback Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * rm log * allow resend on invalid code * Update GetContacts.tsx * overwrite country code if possible * fix Apple's Best Feature * devenv latest * disable bounces * interactive keyboard dismiss * copy changes * national format * allow resending immediately * move success state down a bit * Update FindContactsSettings.tsx * [Contacts] More onboarding changes (#9491) * integrate existing flow into onboarding * refreshed onboarding styles, rm stepper * center content on web * Add back dismiss button for internal onboarding * Import sort --------- Co-authored-by: Eric Bailey <git@esb.lol> * add matches query to shadow * add clockwise arrow * update status design, fix dismiss, fix queries * add metrics * add more comments * Update metrics.ts * refetch both queries on PTR * fix shadow state in matches page * reduce empty space at bottom * show contact info on matches * filter out contacts without numbers at an earlier stage * Error handling ✨ * get notifs working * filter out businesses * rm log * remove TODO from learn more links * try and exclude from web bundle --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
7 months ago
expo-haptics+15.0.8.patch.md
[Contacts] Contacts matching flow (#9486) * add expo-contacts * add expo-sms * update copy * add basic settings screen * state machine, flow screen * phone input screen * otp screen * tweak spacing * resend code logic * add layoutanimationconfig * check availablility in settings screen * get contacts * matches screen * search, temp setup for matches UI * add a bunch of number parsing logic with libphonenumber * cast to looser type * rename sync to find FCF (Find Contacts Flow) * update geolocation hook * nicer design for settings screen * add completed state * up border contrast * update expo deps * add pending spinner * add country whitelist * add empty state screen * drop add more functionality * upload -> import * fix typo * fix permission string * copy updates * rm envelope icon * update sms copy * add inviteinfo component * woke is back * [Contacts] NUXes (#9515) * add a bunch of number parsing logic with libphonenumber * add banner nux * add announcement nux * native only nux * rm shitty animation * move isNative check * [Contacts] Onboarding step (#9489) * add a bunch of number parsing logic with libphonenumber * restructure onboarding to better support dynamic screens * integrate existing flow into onboarding * add intro step * lift state up to allow going back freely * gate onboarding by geo if unsupported country * add done button to standalone flow * [Contacts] Add `contact-match` notification type to feed (#9519) * add a bunch of number parsing logic with libphonenumber * add contact-joined notif type * update string, api package * Update NotificationFeedItem.tsx * Update NotificationFeedItem.tsx * Delete SyncContactsFlow.web.tsx * fix follow back btn for this case * [Contacts] API integration (#9487) * api integration for flow * copy tweak * tweaks after running it * wire up status page * rename toast * use api lib * rm temp code * maybe fix otp error * clear code on error/resend * add 1s delay to verify success * update package versions * Delete SyncContactsFlow.web.tsx * try and fix yarn.lock lint * even woker * fix uppercase friends * surfdude feedback Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * rm log * allow resend on invalid code * Update GetContacts.tsx * overwrite country code if possible * fix Apple's Best Feature * devenv latest * disable bounces * interactive keyboard dismiss * copy changes * national format * allow resending immediately * move success state down a bit * Update FindContactsSettings.tsx * [Contacts] More onboarding changes (#9491) * integrate existing flow into onboarding * refreshed onboarding styles, rm stepper * center content on web * Add back dismiss button for internal onboarding * Import sort --------- Co-authored-by: Eric Bailey <git@esb.lol> * add matches query to shadow * add clockwise arrow * update status design, fix dismiss, fix queries * add metrics * add more comments * Update metrics.ts * refetch both queries on PTR * fix shadow state in matches page * reduce empty space at bottom * show contact info on matches * filter out contacts without numbers at an earlier stage * Error handling ✨ * get notifs working * filter out businesses * rm log * remove TODO from learn more links * try and exclude from web bundle --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
7 months ago
expo-haptics.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-image+3.0.11.patch
fix image patch version (#9810)
5 months ago
expo-image.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-media-library+18.2.1.patch
[Contacts] Contacts matching flow (#9486) * add expo-contacts * add expo-sms * update copy * add basic settings screen * state machine, flow screen * phone input screen * otp screen * tweak spacing * resend code logic * add layoutanimationconfig * check availablility in settings screen * get contacts * matches screen * search, temp setup for matches UI * add a bunch of number parsing logic with libphonenumber * cast to looser type * rename sync to find FCF (Find Contacts Flow) * update geolocation hook * nicer design for settings screen * add completed state * up border contrast * update expo deps * add pending spinner * add country whitelist * add empty state screen * drop add more functionality * upload -> import * fix typo * fix permission string * copy updates * rm envelope icon * update sms copy * add inviteinfo component * woke is back * [Contacts] NUXes (#9515) * add a bunch of number parsing logic with libphonenumber * add banner nux * add announcement nux * native only nux * rm shitty animation * move isNative check * [Contacts] Onboarding step (#9489) * add a bunch of number parsing logic with libphonenumber * restructure onboarding to better support dynamic screens * integrate existing flow into onboarding * add intro step * lift state up to allow going back freely * gate onboarding by geo if unsupported country * add done button to standalone flow * [Contacts] Add `contact-match` notification type to feed (#9519) * add a bunch of number parsing logic with libphonenumber * add contact-joined notif type * update string, api package * Update NotificationFeedItem.tsx * Update NotificationFeedItem.tsx * Delete SyncContactsFlow.web.tsx * fix follow back btn for this case * [Contacts] API integration (#9487) * api integration for flow * copy tweak * tweaks after running it * wire up status page * rename toast * use api lib * rm temp code * maybe fix otp error * clear code on error/resend * add 1s delay to verify success * update package versions * Delete SyncContactsFlow.web.tsx * try and fix yarn.lock lint * even woker * fix uppercase friends * surfdude feedback Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * rm log * allow resend on invalid code * Update GetContacts.tsx * overwrite country code if possible * fix Apple's Best Feature * devenv latest * disable bounces * interactive keyboard dismiss * copy changes * national format * allow resending immediately * move success state down a bit * Update FindContactsSettings.tsx * [Contacts] More onboarding changes (#9491) * integrate existing flow into onboarding * refreshed onboarding styles, rm stepper * center content on web * Add back dismiss button for internal onboarding * Import sort --------- Co-authored-by: Eric Bailey <git@esb.lol> * add matches query to shadow * add clockwise arrow * update status design, fix dismiss, fix queries * add metrics * add more comments * Update metrics.ts * refetch both queries on PTR * fix shadow state in matches page * reduce empty space at bottom * show contact info on matches * filter out contacts without numbers at an earlier stage * Error handling ✨ * get notifs working * filter out businesses * rm log * remove TODO from learn more links * try and exclude from web bundle --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
7 months ago
expo-media-library.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-modules-core+3.0.28.patch.md
[Contacts] Contacts matching flow (#9486) * add expo-contacts * add expo-sms * update copy * add basic settings screen * state machine, flow screen * phone input screen * otp screen * tweak spacing * resend code logic * add layoutanimationconfig * check availablility in settings screen * get contacts * matches screen * search, temp setup for matches UI * add a bunch of number parsing logic with libphonenumber * cast to looser type * rename sync to find FCF (Find Contacts Flow) * update geolocation hook * nicer design for settings screen * add completed state * up border contrast * update expo deps * add pending spinner * add country whitelist * add empty state screen * drop add more functionality * upload -> import * fix typo * fix permission string * copy updates * rm envelope icon * update sms copy * add inviteinfo component * woke is back * [Contacts] NUXes (#9515) * add a bunch of number parsing logic with libphonenumber * add banner nux * add announcement nux * native only nux * rm shitty animation * move isNative check * [Contacts] Onboarding step (#9489) * add a bunch of number parsing logic with libphonenumber * restructure onboarding to better support dynamic screens * integrate existing flow into onboarding * add intro step * lift state up to allow going back freely * gate onboarding by geo if unsupported country * add done button to standalone flow * [Contacts] Add `contact-match` notification type to feed (#9519) * add a bunch of number parsing logic with libphonenumber * add contact-joined notif type * update string, api package * Update NotificationFeedItem.tsx * Update NotificationFeedItem.tsx * Delete SyncContactsFlow.web.tsx * fix follow back btn for this case * [Contacts] API integration (#9487) * api integration for flow * copy tweak * tweaks after running it * wire up status page * rename toast * use api lib * rm temp code * maybe fix otp error * clear code on error/resend * add 1s delay to verify success * update package versions * Delete SyncContactsFlow.web.tsx * try and fix yarn.lock lint * even woker * fix uppercase friends * surfdude feedback Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * rm log * allow resend on invalid code * Update GetContacts.tsx * overwrite country code if possible * fix Apple's Best Feature * devenv latest * disable bounces * interactive keyboard dismiss * copy changes * national format * allow resending immediately * move success state down a bit * Update FindContactsSettings.tsx * [Contacts] More onboarding changes (#9491) * integrate existing flow into onboarding * refreshed onboarding styles, rm stepper * center content on web * Add back dismiss button for internal onboarding * Import sort --------- Co-authored-by: Eric Bailey <git@esb.lol> * add matches query to shadow * add clockwise arrow * update status design, fix dismiss, fix queries * add metrics * add more comments * Update metrics.ts * refetch both queries on PTR * fix shadow state in matches page * reduce empty space at bottom * show contact info on matches * filter out contacts without numbers at an earlier stage * Error handling ✨ * get notifs working * filter out businesses * rm log * remove TODO from learn more links * try and exclude from web bundle --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
7 months ago
expo-modules-core+3.0.29.patch
Update expo deps, unpin things (#10044)
4 months ago
expo-modules-core.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-notifications+0.32.16.patch
Update expo deps, unpin things (#10044)
4 months ago
expo-notifications+0.32.16.patch.md
Update expo deps, unpin things (#10044)
4 months ago
expo-notifications.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-paste-input+0.1.15.patch
don't screenshot dictation placeholders as pasted images (#10313)
3 months ago
expo-paste-input+0.1.15.patch.md
don't screenshot dictation placeholders as pasted images (#10313)
3 months ago
expo-paste-input.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
expo-updates+29.0.16.patch
Update expo deps, unpin things (#10044)
4 months ago
expo-updates+29.0.16.patch.md
Update expo deps, unpin things (#10044)
4 months ago
expo-updates.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native+0.81.5+001+initial.patch
Split React Native patches into individual patches (#9429)
8 months ago
react-native+0.81.5+002+ScrollForwarder.patch
Split React Native patches into individual patches (#9429)
8 months ago
react-native+0.81.5+003+ScrollView-disable-recycling.patch
Split React Native patches into individual patches (#9429)
8 months ago
react-native+0.81.5+004+IdleCallbackRunnable-crash-fix.patch
patch speculative fix to RN (#9436)
7 months ago
react-native+0.81.5+005+fmt-compat-fix.patch
Add fmt patch to react-native (#10136)
3 months ago
react-native+0.81.5.patch.md
Update expo and related dependencies (#9291) * update expo + deps * reanimated patch right version * Update yarn.lock * update other rn packages
8 months ago
react-native-compressor+1.13.0.patch
patch delete audio compression for 16kb compat (#9149)
9 months ago
react-native-compressor+1.13.0.patch.md
patch delete audio compression for 16kb compat (#9149)
9 months ago
react-native-compressor.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-date-picker+5.0.13.patch
Expo 54 (#8931) * update deps * update patches * fix new arch optout * build from source, disable new arch * update to preview.14 * upgrade off of preview to release * fix lockfile lint * update patches * add back expo-location * downgrade reanimated * downgrade pagerview * use expo-file-system/legacy * try and upgrade types/react-dom * fix type of uint8array * rm @types/react resolution from bad rebase * more type errors * fix mock * bump rn-compressor * add patch of https://github.com/bluesky-social/react-native-paste-input/pull/5 * delete NativeDropdown & remove Zeego * `import React` in expo modules * bump cocoapods * rm unused picker lib * add speculative react-native-mmkv patch * revert patch, add temp debug info to error * bring back speculative patch, patch built JS code instead of source * revert patch, just do debugging part * dep update * update resolutions, dynamic-app-icon * bump node version in eas.json * update build instructions * rm atob from docs * Delete react-native-mmkv+2.12.2.patch * bump expo which might include fix * update expo patch version * bump expo patch version * wrong version oops * update expo to latest * update react-native-compressor, rm patch
10 months ago
react-native-date-picker.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-drawer-layout+4.2.2.patch
Update React Native Screens and React Navigation to latest (#9993) Co-authored-by: Eric Bailey <git@esb.lol>
4 months ago
react-native-drawer-layout.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-keyboard-controller+1.21.5.patch
Groupchats feature branch (#10181) Co-authored-by: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
react-native-keyboard-controller.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-pager-view+6.8.0.patch
Fix full-screen back gesture over PagerView on iOS 26 (#9659) Patches react-native-pager-view to handle iOS 26's interactiveContentPopGestureRecognizer, using the same logic that already exists for RNSPanGestureRecognizer: on the leftmost page, disable the scrollview's pan gesture to let the back gesture through. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
react-native-pager-view+6.8.0.patch.md
Fix full-screen back gesture over PagerView on iOS 26 (#9659) Patches react-native-pager-view to handle iOS 26's interactiveContentPopGestureRecognizer, using the same logic that already exists for RNSPanGestureRecognizer: on the leftmost page, disable the scrollview's pan gesture to let the back gesture through. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
react-native-pager-view.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-reanimated+3.19.1.patch
Patch out `PerformanceMonitor` component (#9266) * patch out perf monitor component * make PerformanceMonitor a noop * rm debug stuff
9 months ago
react-native-reanimated.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-svg+15.12.1.patch
Expo 54 (#8931) * update deps * update patches * fix new arch optout * build from source, disable new arch * update to preview.14 * upgrade off of preview to release * fix lockfile lint * update patches * add back expo-location * downgrade reanimated * downgrade pagerview * use expo-file-system/legacy * try and upgrade types/react-dom * fix type of uint8array * rm @types/react resolution from bad rebase * more type errors * fix mock * bump rn-compressor * add patch of https://github.com/bluesky-social/react-native-paste-input/pull/5 * delete NativeDropdown & remove Zeego * `import React` in expo modules * bump cocoapods * rm unused picker lib * add speculative react-native-mmkv patch * revert patch, add temp debug info to error * bring back speculative patch, patch built JS code instead of source * revert patch, just do debugging part * dep update * update resolutions, dynamic-app-icon * bump node version in eas.json * update build instructions * rm atob from docs * Delete react-native-mmkv+2.12.2.patch * bump expo which might include fix * update expo patch version * bump expo patch version * wrong version oops * update expo to latest * update react-native-compressor, rm patch
10 months ago
react-native-svg.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-uitextview+1.4.0.patch
Fix missing pixel row in text rendering on iOS (#9882) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
react-native-uitextview.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native-view-shot+4.0.3.md
temporary react-native-view-shot patch (#8383) * temp patch * fix
1 year ago
react-native-view-shot+4.0.3.patch
temporary react-native-view-shot patch (#8383) * temp patch * fix
1 year ago
react-native-view-shot.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
react-native.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago
sonner-native+0.21.0.patch
patch sonner-native to remove exit animations (#9092)
9 months ago
sonner-native+0.21.0.patch.md
patch sonner-native to remove exit animations (#9092)
9 months ago
sonner-native.patch
chore: apply patches with pnpm not however upstream did it with yarn
2 months ago