-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord fork v5 #17
base: discord-fork-4.6.1
Are you sure you want to change the base?
Discord fork v5 #17
Commits on Oct 3, 2022
-
feat: rewrite gesture apis with gesture handler 2 (gorhom#1126)
* chore: updated dependencies * feat: rewrite the gesture api with gh2
Configuration menu - View commit details
-
Copy full SHA for 6a4d296 - Browse repository at this point
Copy the full SHA 6a4d296View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ec74d - Browse repository at this point
Copy the full SHA a1ec74dView commit details
Commits on Feb 19, 2023
-
feat: added web support (gorhom#1150)
* chore: updated dependencies * refactor: updated ReText view for web * chore: added cursor for handle container * chore: updated expo version for example project * feat: added scrollable component for web * feat: added gesture and scroll handler for web * chore: added getRefNativeTag for web * feat: rewrite gesture apis with gesture handler 2 (gorhom#1126) * chore: updated dependencies * feat: rewrite the gesture api with gh2 * fix(gorhom#1119): fixed race condition between onmount and keyboard animations * fix: update ref handler for web * chore: removed unused component * chore: updated expo * fix: detached example on web
Configuration menu - View commit details
-
Copy full SHA for a996b4a - Browse repository at this point
Copy the full SHA a996b4aView commit details
Commits on Mar 18, 2023
-
chore: updated reanimated to v3 (gorhom#1324)
* chore: updated react native to 71 * chore: updated reanimated to v3 * fix: added a fix for web initialization
Configuration menu - View commit details
-
Copy full SHA for 4829316 - Browse repository at this point
Copy the full SHA 4829316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f8067 - Browse repository at this point
Copy the full SHA 57f8067View commit details
Commits on Apr 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d1a464 - Browse repository at this point
Copy the full SHA 1d1a464View commit details -
chore: fixed types (gorhom#1123)(by @stropho)
* fix: react 18 types
Configuration menu - View commit details
-
Copy full SHA for b440964 - Browse repository at this point
Copy the full SHA b440964View commit details -
fix(BottomSheetScrollView): updated scroll responders props type (gor…
…hom#1335)(by @eps1lon) * fix(BottomSheetScrollView): Scroll responder types use mixin * chore: removed unused import --------- Co-authored-by: gorhom <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e42fafc - Browse repository at this point
Copy the full SHA e42fafcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1605a - Browse repository at this point
Copy the full SHA 9c1605aView commit details
Commits on Jun 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ccbefc - Browse repository at this point
Copy the full SHA 3ccbefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 949d9de - Browse repository at this point
Copy the full SHA 949d9deView commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 549e461 - Browse repository at this point
Copy the full SHA 549e461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 630f87f - Browse repository at this point
Copy the full SHA 630f87fView commit details
Commits on Jun 25, 2023
-
fix(bottom-sheet-modal): added container component prop to modal (gor…
Configuration menu - View commit details
-
Copy full SHA for 67e1e09 - Browse repository at this point
Copy the full SHA 67e1e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f69625 - Browse repository at this point
Copy the full SHA 1f69625View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1dda71 - Browse repository at this point
Copy the full SHA a1dda71View commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6f2304 - Browse repository at this point
Copy the full SHA f6f2304View commit details -
fix: updated containerOffset top value to default to 0 (gorhom#1420)(by
@beqramo) * fix: keyboard on focus * fix: updated containerOffset top value to default to 0 --------- Co-authored-by: Mo Gorhom <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b81cb93 - Browse repository at this point
Copy the full SHA b81cb93View commit details
Commits on Sep 6, 2023
-
fix(BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmount (
gorhom#1495)(by @koplyarov)
Configuration menu - View commit details
-
Copy full SHA for 81cd66f - Browse repository at this point
Copy the full SHA 81cd66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e190f4e - Browse repository at this point
Copy the full SHA e190f4eView commit details
Commits on Dec 23, 2023
-
chore: updated examples to use expo only (gorhom#1668)
* chore: updated example to use expo and removed rn bare project * chore: updated expo v50 * chore: updated map example * chore: updated view pager example * chore: updated react navigation example * chore: updated native screens example * chore: updated dependencies
Configuration menu - View commit details
-
Copy full SHA for 129611f - Browse repository at this point
Copy the full SHA 129611fView commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0ec705 - Browse repository at this point
Copy the full SHA f0ec705View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e3dc9 - Browse repository at this point
Copy the full SHA d6e3dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 227d7d9 - Browse repository at this point
Copy the full SHA 227d7d9View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7af53d - Browse repository at this point
Copy the full SHA f7af53dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8017fb6 - Browse repository at this point
Copy the full SHA 8017fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c196c - Browse repository at this point
Copy the full SHA 57c196cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f0cbc - Browse repository at this point
Copy the full SHA 95f0cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17269f1 - Browse repository at this point
Copy the full SHA 17269f1View commit details -
feat: added accessibility overrides support (gorhom#1288)(by @Mahmoud-SK
) * Added accessibility to the bottomSheet component * Accessibility changes - BottomSheetBackdrop * Accessibility changes - BottomSheetHandle * Minor adjustments after review * removed unused spread operator * fix: removed change announcement removed the change announcement part of the code, and the ..rest from the two mentioned files.
Configuration menu - View commit details
-
Copy full SHA for 6203c18 - Browse repository at this point
Copy the full SHA 6203c18View commit details -
fix: prevent updating backdrop state when unmounting (gorhom#1657)(by @…
…christophby) * fix: backdrop -> check if mounted before setting state * chore: updating code styling --------- Co-authored-by: gorhom <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d746d85 - Browse repository at this point
Copy the full SHA d746d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9bb26e - Browse repository at this point
Copy the full SHA d9bb26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b9088 - Browse repository at this point
Copy the full SHA 96b9088View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0792de - Browse repository at this point
Copy the full SHA b0792deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9475a7e - Browse repository at this point
Copy the full SHA 9475a7eView commit details
Commits on Feb 18, 2024
-
fix: added support for web without Babel/SWC (gorhom#1741)(by @joshsmith
Configuration menu - View commit details
-
Copy full SHA for d620494 - Browse repository at this point
Copy the full SHA d620494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67bc067 - Browse repository at this point
Copy the full SHA 67bc067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317ff45 - Browse repository at this point
Copy the full SHA 317ff45View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee95e5 - Browse repository at this point
Copy the full SHA dee95e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f44c0 - Browse repository at this point
Copy the full SHA a6f44c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5009085 - Browse repository at this point
Copy the full SHA 5009085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8255af6 - Browse repository at this point
Copy the full SHA 8255af6View commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6efd8ae - Browse repository at this point
Copy the full SHA 6efd8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b62dca - Browse repository at this point
Copy the full SHA 8b62dcaView commit details
Commits on Feb 26, 2024
-
fix: bottom sheet not appearing for users that have reduced motion tu…
…rned on (gorhom#1743)(by @fobos531)
Configuration menu - View commit details
-
Copy full SHA for 9b4ef4d - Browse repository at this point
Copy the full SHA 9b4ef4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f81a3 - Browse repository at this point
Copy the full SHA 88f81a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf094c8 - Browse repository at this point
Copy the full SHA bf094c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2b618 - Browse repository at this point
Copy the full SHA 8b2b618View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2784fa1 - Browse repository at this point
Copy the full SHA 2784fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330c286 - Browse repository at this point
Copy the full SHA 330c286View commit details
Commits on Mar 15, 2024
-
Squashed commit of all changes for Discord's react-native-bottom-sheet fork
Configuration menu - View commit details
-
Copy full SHA for 58f2335 - Browse repository at this point
Copy the full SHA 58f2335View commit details -
bring back provided contentHeight and handleHeight, and disable defau…
…lt dynamic sizing
Configuration menu - View commit details
-
Copy full SHA for f5369cd - Browse repository at this point
Copy the full SHA f5369cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b16f12b - Browse repository at this point
Copy the full SHA b16f12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc0b9c - Browse repository at this point
Copy the full SHA 2cc0b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44aff08 - Browse repository at this point
Copy the full SHA 44aff08View commit details -
remove deprecated reanimated apis/types
remove deprecated useWorkletCallback remove deprecated Animated.SharedValue and Animated.AnimateProps replaced with SharedValue and AnimatedProps remove deprecated easingfunction
Configuration menu - View commit details
-
Copy full SHA for 5dd6f62 - Browse repository at this point
Copy the full SHA 5dd6f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029fcf1 - Browse repository at this point
Copy the full SHA 029fcf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6713b - Browse repository at this point
Copy the full SHA 6c6713bView commit details