Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
123 commits
Select commit Hold shift + click to select a range
6a4d296
feat: rewrite gesture apis with gesture handler 2 (#1126)
gorhom Oct 3, 2022
a1ec74d
fix(#1119): fixed race condition between onmount and keyboard animations
gorhom Oct 3, 2022
a996b4a
feat: added web support (#1150)
gorhom Feb 19, 2023
4829316
chore: updated reanimated to v3 (#1324)
gorhom Mar 18, 2023
57f8067
chore: release v5.0.0-alpha.0
gorhom Mar 18, 2023
1d1a464
fix: fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @j…
janicduplessis Apr 30, 2023
b440964
chore: fixed types (#1123)(by @stropho)
stropho Apr 30, 2023
e42fafc
fix(BottomSheetScrollView): updated scroll responders props type (#13…
eps1lon Apr 30, 2023
9c1605a
chore: release v5.0.0-alpha.1
gorhom Apr 30, 2023
3ccbefc
fix: crash on swipe down (#1367)(by @beqramo)
gorhom Jun 4, 2023
949d9de
chore: release v5.0.0-alpha.2
gorhom Jun 4, 2023
549e461
chore: updated react native and other deps (#1412)
gorhom Jun 23, 2023
630f87f
fix: updated scrollables mocks with ReactNative list equivalent (#139…
gkueny Jun 23, 2023
67e1e09
fix(bottom-sheet-modal): added container component prop to modal (#13…
magrinj Jun 23, 2023
1f69625
fix: resume close animation when container gets resized (#1374) (#1392)
gorhom Jun 4, 2023
a1dda71
chore: release v5.0.0-alpha.3
gorhom Jun 25, 2023
f6f2304
chore: updated expo and react native deps (#1445)
gorhom Jul 15, 2023
b81cb93
fix: updated containerOffset top value to default to 0 (#1420)(by @be…
beqramo Jul 15, 2023
81cd66f
fix(BottomSheetTextInput): reset shouldHandleKeyboardEvents on unmoun…
koplyarov Sep 6, 2023
e190f4e
chore: release v5.0.0-alpha.4
gorhom Sep 6, 2023
129611f
chore: updated examples to use expo only (#1668)
gorhom Dec 23, 2023
f0ec705
fix: fixed position x index sequencing with container resizing (#1675)
gorhom Jan 1, 2024
d6e3dc9
fix(web): use absolute positioning for BottomSheetContainer in web (#…
viljark Jan 1, 2024
227d7d9
chore: updated typescript
gorhom Jan 1, 2024
f7af53d
chore: updated example app background colour
gorhom Jan 3, 2024
8017fb6
feat: added default dynamic sizing (#1513)(with @Eli-Nathan & @ororsa…
gorhom Jan 3, 2024
57c196c
fix: allowed content max height be applied for dynamic sizing
gorhom Jan 3, 2024
95f0cbc
chore: updated examples
gorhom Jan 3, 2024
17269f1
fix: dismiss all action for modals (#1529)(by @david-gomes5)
david-gomes5 Sep 17, 2023
6203c18
feat: added accessibility overrides support (#1288)(by @Mahmoud-SK)
gorhom Jan 3, 2024
d746d85
fix: prevent updating backdrop state when unmounting (#1657)(by @chri…
gorhom Jan 3, 2024
d9bb26e
chore: updated release-it
gorhom Jan 3, 2024
96b9088
chore: release v5.0.0-alpha.5
gorhom Jan 3, 2024
b0792de
fix: fixed the backdrop tap gesture on web (#1446)
gorhom Jan 3, 2024
9475a7e
chore: release v5.0.0-alpha.6
gorhom Jan 3, 2024
d620494
fix: added support for web without Babel/SWC (#1741)(by @joshsmith)
joshsmith Feb 18, 2024
67bc067
chore: updated expo to v50
gorhom Feb 18, 2024
317ff45
docs: updated documentation link
gorhom Feb 18, 2024
dee95e5
fix: added BottomSheetTextInput to the mock file (#1698)(by @ghorbani-m)
gorhom Feb 18, 2024
a6f44c0
fix: added missing mock of Touchables (#1700)(by @jaworek)
gorhom Feb 18, 2024
5009085
fix: added footer height to content height when using dynamic sizing …
gorhom Feb 18, 2024
8255af6
chore: release v5.0.0-alpha.7
gorhom Feb 18, 2024
6efd8ae
fix: fixed the mount animation with reduce motion enabled (#1560, #1674)
gorhom Feb 25, 2024
8b62dca
fix: added error message when dynamic sizing enabled with a wrong chi…
gorhom Feb 25, 2024
9b4ef4d
fix: bottom sheet not appearing for users that have reduced motion tu…
fobos531 Feb 26, 2024
88f81a3
chore: updated animate method parameter default value
gorhom Feb 26, 2024
bf094c8
chore: fixed typescript issue with external interfaces
gorhom Feb 26, 2024
8b2b618
chore: release v5.0.0-alpha.8
gorhom Feb 26, 2024
2784fa1
revert: updated animate method parameter default value (#1757)(by @je…
jeongshin Feb 27, 2024
330c286
chore: release v5.0.0-alpha.9
gorhom Feb 27, 2024
b9a47f9
chore: updated the logger to include category
gorhom Apr 1, 2024
697f7b7
refactor: rewrite the snap points reactions and improve snapping sequ…
gorhom Apr 21, 2024
5714c1c
revert(8b62dca): added error message when dynamic sizing enabled with…
gorhom May 19, 2024
28fe84d
chore: updated expo to v51
gorhom May 19, 2024
ccd6bb5
fix(BottomSheetContainer): cannot add new property 'value' (#1808)(by…
MoritzCooks May 19, 2024
2142eb1
chore: release v5.0.0-alpha.10
gorhom May 19, 2024
02673b1
chore: updated dependencies
gorhom Jul 22, 2024
919be39
chore: updated the keyboard layout mode for example project
gorhom Jul 22, 2024
08db4ab
fix(1887): updated the keyboard handling for Android with keyboard in…
gorhom Jul 28, 2024
866b4ee
fix: replace getRefNativeTag with findNodeHandle (#1823)(by @AndreiCa…
AndreiCalazans Jul 29, 2024
d8d34fa
chore: release v5.0.0-alpha.11
gorhom Jul 29, 2024
5af3e80
fix: replaced deprecated reanimated Extrapolate with Extrapolation (#…
gorhom Aug 17, 2024
997d794
feat: added a new bottom sheet stack behaviour `replace` (#1897)(with…
gorhom Aug 17, 2024
ed2ec1f
docs: updated the readme preparing for the release
gorhom Aug 17, 2024
59ab3c6
chore: updated the auto-changelog starting version for v5
gorhom Aug 17, 2024
a93aed9
chore: replaced eslint & prettier with biome
gorhom Sep 14, 2024
cb750f6
docs: added documentation website
gorhom Sep 15, 2024
2962a2d
fix: updated the enable content panning gesture logic
gorhom Sep 22, 2024
e4f3fe3
fix: updated animation sequencing to respect force closing by user (#…
gorhom Oct 2, 2024
d2b959c
fix: updated the scrollable locking logic while scrolling (#1939)
gorhom Oct 2, 2024
fef1a18
docs: updated URLs in README (#1951)(by @mihnea-popescu)
mihnea-popescu Oct 3, 2024
b6e405b
chore: fixed linting issues
gorhom Oct 3, 2024
d1226b7
fix: addressed an edge case with scrollview content sizing on initial…
gorhom Oct 5, 2024
b7d0064
docs: updated the default value for enableDynamicSizing types
gorhom Oct 13, 2024
672293e
chore: added a strict bug template
gorhom Oct 13, 2024
074dde7
docs: updated the modal stackBehavior description
gorhom Oct 13, 2024
cb0a629
docs: updated dynamic sizing page
gorhom Oct 13, 2024
033c024
docs: updated blog authors and tags
gorhom Oct 13, 2024
c941c83
chore: updated issue template
gorhom Oct 13, 2024
9bf39ed
feat: added flashlist as a scrollable
gorhom Oct 13, 2024
30fad37
docs: added flashlist page
gorhom Oct 13, 2024
4aad658
docs: added v5 blog post
gorhom Oct 13, 2024
7d84d07
chore: release v5.0.0
gorhom Oct 13, 2024
3ffc7f7
fix: removed redundant dependency
gorhom Oct 14, 2024
fab8cb6
chore: release v5.0.1
gorhom Oct 14, 2024
2a1b2d4
chore: updated the auto close script
gorhom Oct 14, 2024
ab33e21
fix(#1968): moved the flashlist optional import into the component body
gorhom Oct 14, 2024
1cf3e41
fix(#1035,#1043): updated default animatedNextPositionIndex to INITIA…
dfalling Oct 14, 2024
896ecda
docs: updated link to `NavigatorExample` in docs (#1954)(by @rustyglo…
rustygloves Oct 14, 2024
12d0cca
chore: release v5.0.2
gorhom Oct 14, 2024
b542482
docs: added migration section to v5 blog post
gorhom Oct 14, 2024
83fe8ae
docs: fixed apple map example url (#1976)(by @TwanLuttik)
TwanLuttik Oct 15, 2024
203e52f
fix: added children type to containerComponent prop type (#1971)(by @…
Nodonisko Oct 15, 2024
72f7922
docs: updated `snapPoints` prop description (#1980)(by @pvinis)
pvinis Oct 19, 2024
9fe8294
docs: updated a typo in react-navigation.md (#1978)(by @pvinis)
pvinis Oct 19, 2024
0bb284b
docs: updated theme config to respect users' preferredd color scheme …
xoyseau Oct 19, 2024
9468c9b
chore: updated dynamic sizing example
gorhom Oct 19, 2024
ace0da7
fix: fixed dynamic scrollables content size with footer in place
gorhom Oct 19, 2024
2628425
docs: added gesture handler view to examples
gorhom Oct 19, 2024
1ef05c7
fix: updated reduce motion handling, to respeact user setting and all…
gorhom Oct 20, 2024
b72e275
fix: dynamic sizing with detached static views
gorhom Oct 20, 2024
d1c74c5
chore: release v5.0.3
gorhom Oct 20, 2024
4c8ae25
fix(#1987): updated provided style handling for bottom sheet view
gorhom Oct 20, 2024
ae41b2d
fix(#1983): updated shared values access as hook dependancies
gorhom Oct 20, 2024
b7277d3
chore: release v5.0.4
gorhom Oct 20, 2024
331dafa
fix:(web) fixed scroll handler hook to pass provided onScroll (#1993)…
hirbod Oct 26, 2024
13c7d47
fix: added BottomSheetFlashList mock (#1988)(by @Fadikk367)
Fadikk367 Oct 26, 2024
9757bd2
fix(#1983): updated shared values access as hook dependancies (#1992)…
pinpong Oct 26, 2024
3541b00
docs: updated the modal usage example (#1991)(by @vins13pattar)
vins13pattar Oct 26, 2024
4f26c78
chore: release v5.0.5
gorhom Oct 26, 2024
398e711
chore: updated testing mocks for new reanimated functions (#2008)(by …
JorenVerbaandert Oct 30, 2024
e898859
fix: updated useStableCallback to set callback in ref without useEffe…
pavel-krasnov Nov 17, 2024
e7abc77
chore: updated expo 52 and other dependencies
gorhom Oct 30, 2024
87a73c5
fix: useStableCallback implementation
gorhom Nov 17, 2024
1f4cac3
chore: updated reanimated types
gorhom Nov 17, 2024
61473b5
fix: removed keyboard height setting from hide event
gorhom Nov 17, 2024
2320a81
fix: clipped views when keyboard is closing
gorhom Nov 17, 2024
07f7f3c
chore: updated pull to refresh example
gorhom Nov 17, 2024
886d21b
docs: updated detached prop typo (#2022)(by @metehandemir)
metehandemir Nov 17, 2024
3733862
refactor: added generic type for data modal (#2029)(by @maximpostnikov)
maximpostnikov Nov 17, 2024
5db1d89
chore: updated internal types
gorhom Nov 17, 2024
7bfe7ae
chore: release v5.0.6
gorhom Nov 17, 2024
e455d0b
fix: adjust animated index appear logic
rtturner Aug 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 0 additions & 34 deletions .all-contributorsrc

This file was deleted.

27 changes: 0 additions & 27 deletions .auto-changelog

This file was deleted.

15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

8 changes: 0 additions & 8 deletions .eslintrc.js

This file was deleted.

57 changes: 0 additions & 57 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

95 changes: 95 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!

⚠️ **Please note that issues that do not follow the template will be closed.**
## Environment Info
- type: dropdown
id: version
attributes:
label: Version
description: What version of the library are you using?
options:
- v5
- v4 (deprecated)
- v2 (deprecated)
default: 0
validations:
required: true
- type: dropdown
id: ra-version
attributes:
label: Reanimated Version
description: What version of React Native Reanimated are you using?
options:
- v3
- v2 (deprecated)
- v1 (deprecated)
default: 0
validations:
required: true
- type: dropdown
id: gh-version
attributes:
label: Gesture Handler Version
description: What version of Gesture Handler are you using?
options:
- v2
- v1 (deprecated)
default: 0
validations:
required: true

- type: dropdown
id: platform
attributes:
label: Platforms
description: What platform\s this bug is occurring on?
multiple: true
options:
- iOS
- Android
- Web
validations:
required: true

- type: textarea
id: what-happened
attributes:
label: What happened?
description: Please provide a clear and concise description of what the bug is? Include screenshots or gifs if needed.
placeholder: Tell us what happened?
validations:
required: true

- type: textarea
id: repo-steps
attributes:
label: Reproduction steps
description: You must provide a clear list of steps and code to reproduce the problem.
placeholder: ex. - drag the bottom sheet...
value: "- "
validations:
required: true

- type: input
id: snack
attributes:
label: Reproduction sample
description: You must provide a reproduction sample code using **Expo Snack** [issue reproduction template](https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template)
placeholder: ex. https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template
validations:
required: true

- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
28 changes: 28 additions & 0 deletions .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Auto Close Issue Workflow

on:
issues:
types:
- opened
- reopened
- edited

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUMBER: ${{ github.event.issue.number }}
USER: ${{ github.event.issue.user.login }}
REPO: "gorhom/react-native-bottom-sheet"

jobs:
autoclose:
if: ${{ !contains(github.event.issue.body, 'snack.expo.dev') && !contains(github.event.issue.body, 'gorhom.dev')}}
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Close Issue
run: gh issue close "$NUMBER" --comment "Hello @$USER :wave:, this issue is being automatically closed and locked because it does not follow the issue template." --repo "$REPO"
- name: Label Issue
run: gh issue edit "$NUMBER" --add-label "invalid" --repo "$REPO"
- name: Lock Issue
run: gh issue lock "$NUMBER" -r "spam" --repo "$REPO"
56 changes: 0 additions & 56 deletions .github/workflows/documentation.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/main.yml

This file was deleted.

Loading