Commit Graph

23 Commits

Author SHA1 Message Date
Mo Gorhom
fd9ae1c0c1 fix: improve modal dismissing (#346)
* refactor: updated modal dismiss handling

* fix: prevent crash when trying to findnode when component is unmount
2021-03-15 21:04:09 +00:00
Mo Gorhom
36136e2538 chore: updated react-native to 64 and enable builds on M1 chip (#345)
* chore: updated react-native to 64

* chore: updated example patches
2021-03-14 15:30:25 +00:00
Mo Gorhom
35d172c10b chore: updated reanimated to v2 stable 2021-03-04 16:45:19 +00:00
Mo Gorhom
e204d97fd6 chore: update dependencies 2021-02-20 10:57:19 +01:00
Mo Gorhom
aea1bdf348 chore: added reanimated rc3 patch 2021-02-08 21:51:22 +01:00
Mo Gorhom
bb35274ef4 feat: updated reanimated to rc3 (#268)
* chore: updated dependencies

* chore: added useReactiveSharedValue

* chore: refactor bottom sheet

* chore: updated examples
2021-02-08 21:33:20 +01:00
Mo Gorhom
5efea0f9da chore: updated reanimated to rc2 (#200) 2021-01-16 13:55:33 +01:00
Mo Gorhom
769f9e6df6 chore: updated reanimated dependency 2020-12-22 17:07:57 +01:00
Mo Gorhom
dcd12500ea chore: updated dependencies 2020-12-17 23:27:59 +01:00
Mo Gorhom
f44c6ebd8d chore: updated reanimated to v2.rc0 2020-11-27 15:47: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
33392a35c2 chore: comment out flipper 2020-09-20 01:05:21 +02:00
Mo Gorhom
516db837ab fix: fixed native projects to allow release builds 2020-09-19 22:16:38 +02:00
Mo Gorhom
a4b385c382 chore: updated reanimated to 2 alpha 6 2020-09-14 20:32:42 +02:00
Mo Gorhom
5a594ad546 chore: added renimated babel plugin 2020-09-01 22:02:03 +02:00
Mo Gorhom
ab835953aa chore: integrate Reanimated v2 in example project 2020-08-18 22:54:03 +02:00
Mo Gorhom
0f0988657f chore: updated react-native to 63.2 2020-08-18 22:48:50 +02:00
Mo Gorhom
c372e25c02 docs: update branding (#4)
* fix: initial closed sheet

* chore: updated preview gif

* chore: updated ios icon app

* chore: updated android icon app

* chore: updated ios icon app
2020-08-11 20:41:44 +02:00
Mo Gorhom
312bcd10ef chore: added map example 2020-08-11 16:10:12 +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
105cb0334e chore: clone react-native-scroll-bottom-sheet 2020-07-31 15:13:00 +02:00