Commit Graph

40 Commits

Author SHA1 Message Date
Mo Gorhom
34a9460f57 chore: release v3.1.1 2021-01-12 20:46:44 +01:00
Mo Gorhom
903ea38d18 chore: release v3.1.0 2021-01-09 17:13:48 +01:00
Mo Gorhom
61a3841ae2 chore: release v3.0.2-alpha.3 2021-01-07 22:24:23 +01:00
Mo Gorhom
e282500ac0 chore: release v3.0.2-alpha.2 2021-01-06 17:14:57 +01:00
Mo Gorhom
05fec5082d chore: release v3.0.2-alpha.1 2021-01-05 09:13:59 +01:00
Mo Gorhom
d007c88686 chore: release v3.0.2-alpha.0 2021-01-03 20:12:45 +01:00
Mo Gorhom
b31ba23a73 chore: release v3.0.1 2020-12-23 00:07:08 +01:00
Mo Gorhom
769f9e6df6 chore: updated reanimated dependency 2020-12-22 17:07:57 +01:00
Mo Gorhom
fdf8c4c7ba chore: release v3.0.0 2020-12-21 15:05:33 +01:00
Mo Gorhom
4fe2f39a8d feat: added bottom sheet modal (#125)
* chore: added BottomSheetModal component

* chore: updated BottomSheet to handle modal usage

* chore: added @gorhom/portal

* chore: updated examples

* chore: updated exmples screens

* fix: updated useLayoutEffect in BottomSheet for Android
2020-12-20 22:49:32 +01:00
Mo Gorhom
dcd12500ea chore: updated dependencies 2020-12-17 23:27:59 +01:00
Mo Gorhom
e7a1c5bae5 chore: release v3.0.0-alpha.0 2020-11-27 15:50:20 +01:00
Mo Gorhom
f44c6ebd8d chore: updated reanimated to v2.rc0 2020-11-27 15:47:53 +01:00
Victor Malov
162a6f6f60 chore: install and configure lint-staged (#80) 2020-11-22 14:13:09 +01:00
Mo Gorhom
71fe17de14 chore: release v2.0.0-alpha.1 2020-11-19 20:28:53 +01:00
Mo Gorhom
f9f4ea181a chore: updated reanimated to v2 alpha9 (#69)
* chore: updated reanimated 2 alpha 8

* chore: updated reanimated to v2.alpha9
2020-11-19 20:18:00 +01:00
Mo Gorhom
4af6851c3d chore: updated dependencies 2020-10-01 21:56:02 +02:00
Mo Gorhom
dbb1df6c83 chore: release v2.0.0-alpha.0 2020-09-20 13:31:37 +02:00
Mo Gorhom
c71c2d225e chore: updated redash 2020-09-19 22:37:22 +02:00
Mo Gorhom
a4b385c382 chore: updated reanimated to 2 alpha 6 2020-09-14 20:32:42 +02:00
Mo Gorhom
789800ad89 Merge branch 'master' into feature/rewrite-in-reanimated-v2
# Conflicts:
#	example/ios/Podfile.lock
#	example/src/screens/BasicExample.tsx
#	src/components/bottomSheet/BottomSheet.tsx
#	src/components/bottomSheet/useTransition.ts
#	src/components/draggableView/DraggableView.tsx
#	src/constants.ts
#	src/contexts/internal.ts
#	src/hooks/useScrollable.ts
#	src/hooks/useScrollableInternal.ts
2020-09-05 22:51:59 +02:00
Mo Gorhom
e359b130b8 chore: release v1.2.0 2020-08-23 20:45:20 +02:00
Mo Gorhom
0f0988657f chore: updated react-native to 63.2 2020-08-18 22:48:50 +02:00
Mo Gorhom
d68ff635c1 chore: release v1.1.1 2020-08-13 10:06:08 +02:00
Mo Gorhom
17a3da96be chore: release v1.1.0 2020-08-12 12:19:48 +02:00
Mo Gorhom
20f008bf19 chore: added props validation (#6) 2020-08-12 10:36:37 +02:00
Mo Gorhom
9c92c719e9 chore: release v1.0.1 2020-08-11 21:08:38 +02:00
Mo Gorhom
e9899db570 chore: release v1.0.0 2020-08-11 21:02:27 +02:00
Mo Gorhom
dc6a38ff26 chore: updated renimated dependency 2020-08-11 21:01:50 +02:00
Mo Gorhom
fdef2a92f0 docs: update docs (#3)
* docs: updated readme file

* docs: updated scrollables docs

* docs: added custom-handle, react-navigation & touchables docs

* chore: remove unused dependencies
2020-08-11 16:05:16 +02:00
Mo Gorhom
a58a29fc0f feat: rewrite bottom sheet from scratch 🎉 (#2)
* chore: added utilities functionalities

* chore: added default handle

* chore: rewrite the whole bottom sheet into a functional component

* chore: added basic example WIP

* chore: extract content pan gesture

* chore: updated flatlist implementation

* chore: updated scrollview implementation

* chore: updated sectionview implementation

* chore: improve snapping by clamping velocity

* chore: extract scrollable functioanlites and introduce removeScrollableRef

* chore: added snapTo and close public methods

* chore: updated basic examples

* chore: added draggable view

* chore: revert clampedVelocity

* chore: fixed issue with manual animation

* fix: fixed android issue with scrollables

* chore: updated dependencies

* chore: extract handle pan gesture from content

* chore: updated examples

* chore: persist scrollable content offset per view

* chore: rename scrollable components

* chore: revert initial screen

* chore: added touchables

* chore: updated examples

* chore: added animatedPosition & animatedPositionIndex callback nodes

* chore: added custom handle & shadow overlay examples

* chore: support initial closed state

* chore: allow user to modify animation configs

* chore: updated navigator example

* chore: added loadash.isequal
2020-08-11 11:00:09 +02:00
Mo Gorhom
0c255e54ca chore: release v0.0.8 2020-08-03 17:31:11 +02:00
Mo Gorhom
b8954d201d chore: release v0.0.7 2020-08-03 13:02:15 +02:00
Mo Gorhom
87f7e803a5 chore: release v0.0.6 2020-07-31 17:39:18 +02:00
Mo Gorhom
f48d8293d7 chore: added script to copy types file to lib 2020-07-31 17:38:30 +02:00
Mo Gorhom
a0a59a6a38 chore: release v0.0.5 2020-07-31 16:50:07 +02:00
Mo Gorhom
0a7ed418a8 chore: release v0.0.4 2020-07-31 15:33:05 +02:00
Mo Gorhom
62ec5f61a8 chore: release v0.0.3 2020-07-31 15:27:25 +02:00
Mo Gorhom
4c57b9f582 chore: release v0.0.2 2020-07-31 15:15:33 +02:00
Mo Gorhom
105cb0334e chore: clone react-native-scroll-bottom-sheet 2020-07-31 15:13:00 +02:00