# Changelog

## [v2.4.5](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.4.4...v2.4.5)

#### Fixes

- fix: pass thru index ([dfa5a2c](https://github.com/gpfunk/react-native-bottom-sheet/commit/dfa5a2c0dc6c10bf5e3efb1b32f8296fc3a7b7f5)).

## [v2.4.4](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.4.3...v2.4.4) - 2021-06-17

#### Fixes

- fix: add fn as a dep ([1b4d53d](https://github.com/gpfunk/react-native-bottom-sheet/commit/1b4d53d28954c73f1ad73b1ce9c8f864028def16)).

## [v2.4.3](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.4.2...v2.4.3) - 2021-06-17

#### Fixes

- fix: we switching it up again ([2d2dcef](https://github.com/gpfunk/react-native-bottom-sheet/commit/2d2dcefd53b5009db9f9ddd6c272ea3ca1ca9d21)).

## [v2.4.2](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.4.1...v2.4.2) - 2021-06-17

#### Fixes

- fix: add listener to pan event ([8b82634](https://github.com/gpfunk/react-native-bottom-sheet/commit/8b826347059bdd378033321d7c21afb96191190c)).

## [v2.4.1](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.4.0...v2.4.1) - 2021-06-17

#### Fixes

- fix: try this ([d080dae](https://github.com/gpfunk/react-native-bottom-sheet/commit/d080daecaa3376bc36043da7982cc7f88a6b2360)).
- fix: update name so not private package ([d1ecb18](https://github.com/gpfunk/react-native-bottom-sheet/commit/d1ecb186b6d9ea94039f77ef4ab88a5d57726b14)).

## [v2.4.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.3.0...v2.4.0) - 2021-06-16

#### Features

- feat: on pan implementation ([55c799c](https://github.com/gpfunk/react-native-bottom-sheet/commit/55c799c275f081f1563fc7666395b2230c96883d)).

#### Improvements

- chore: remove unnecessary useMemo ([`#413`](https://github.com/gpfunk/react-native-bottom-sheet/pull/413)).
- chore: updated examples & add shadow example ([`#394`](https://github.com/gpfunk/react-native-bottom-sheet/pull/394)).

#### Documentations

- docs: updated React Navigation example link ([`#400`](https://github.com/gpfunk/react-native-bottom-sheet/pull/400)).
- docs: updated website ([`#381`](https://github.com/gpfunk/react-native-bottom-sheet/pull/381)).
- docs: added adding shadow guide ([5a28241](https://github.com/gpfunk/react-native-bottom-sheet/commit/5a28241da0fcbdd91ed59630bf277e5d06e5cb7c)).
- docs: fixed website build ([224816e](https://github.com/gpfunk/react-native-bottom-sheet/commit/224816ed8dd1be6ca3e4e144f8ffef3f044d5f45)).
- docs: fix incorrect title of useBottomSheetTimingConfigs section(#455) ([d82ce16](https://github.com/gpfunk/react-native-bottom-sheet/commit/d82ce16091be9b48dad05b7a0f392ea766eda5b9)).

## [v2.3.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.2.6...v2.3.0) - 2021-03-27

#### Features

- feat: support new prop for BottomSheetBackdrop, "pressBehavior" ([`#373`](https://github.com/gpfunk/react-native-bottom-sheet/pull/373)).

## [v2.2.6](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.2.5...v2.2.6) - 2021-03-19

#### Improvements

- chore: changed all arrays to ReadonlyArray ([`#350`](https://github.com/gpfunk/react-native-bottom-sheet/pull/350)).

#### Fixes

- fix: reset isclosing variable when position changed ([5302e20](https://github.com/gpfunk/react-native-bottom-sheet/commit/5302e20dd4edadfcaeb2133f5242b1ae06890c18)).

## [v2.2.5](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.2.4...v2.2.5) - 2021-03-17

#### Fixes

- fix: update handleSnapTo on modal to use index parameter ([789b8da](https://github.com/gpfunk/react-native-bottom-sheet/commit/789b8dacd2855569bc6d12f887e086a27e2860b5)).

## [v2.2.4](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.2.3...v2.2.4) - 2021-03-13

#### Fixes

- fix: updated modal unmounting handling ([`#327`](https://github.com/gpfunk/react-native-bottom-sheet/pull/327)).
- fix: prevent crash when set index -1 with animateOnMount ([2c7b763](https://github.com/gpfunk/react-native-bottom-sheet/commit/2c7b763144bebf4c95b4d181d568a337da1d0ec7)).

#### Documentations

- docs: fix typo in contributing document ([`#325`](https://github.com/gpfunk/react-native-bottom-sheet/pull/325)).

## [v2.2.3](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.2.2...v2.2.3) - 2021-03-04

#### Improvements

- chore: export bottom sheet props ([60514b4](https://github.com/gpfunk/react-native-bottom-sheet/commit/60514b40d59ca091573720c9cbcde83a6c328fcd)).

#### Fixes

- fix: export of internal modal type ([`#309`](https://github.com/gpfunk/react-native-bottom-sheet/pull/309)).
- fix: prevent closing when sheet is out of screen ([`#322`](https://github.com/gpfunk/react-native-bottom-sheet/pull/322)).

## [v2.2.2](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.2.1...v2.2.2) - 2021-02-20

#### Fixes

- fix: reset scrollable offset when its size change ([`#301`](https://github.com/gpfunk/react-native-bottom-sheet/pull/301)).

## [v2.2.1](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.2.0...v2.2.1) - 2021-02-19

#### Fixes

- fix: bottom sheet container layout ([`#296`](https://github.com/gpfunk/react-native-bottom-sheet/pull/296)).
- fix: allow 0% snap points ([`#278`](https://github.com/gpfunk/react-native-bottom-sheet/pull/278)).

#### Documentations

- docs: updated reanimated version on installation  ([`#288`](https://github.com/gpfunk/react-native-bottom-sheet/pull/288)).

## [v2.2.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.1.0...v2.2.0) - 2021-02-09

#### Features

- feat: added bottom inset ([`#237`](https://github.com/gpfunk/react-native-bottom-sheet/pull/237)).

#### Documentations

- docs: added bottomInset description ([913ed68](https://github.com/gpfunk/react-native-bottom-sheet/commit/913ed68d44c849d5145eaef2a94e4504e80294b0)).

## [v2.1.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.7...v2.1.0) - 2021-02-07

#### Features

- feat: allow to override sheet container style ([`#265`](https://github.com/gpfunk/react-native-bottom-sheet/pull/265)).

#### Fixes

- fix: prevent duplicated close triggers ([`#257`](https://github.com/gpfunk/react-native-bottom-sheet/pull/257)).
- fix: stabilise modal un-mounting ([`#254`](https://github.com/gpfunk/react-native-bottom-sheet/pull/254)).

#### Documentations

- docs: added question issue template ([d11a889](https://github.com/gpfunk/react-native-bottom-sheet/commit/d11a88922f596a4c9baa6ee843a43c3a25ef439e)).
- docs: added style to props page ([b765973](https://github.com/gpfunk/react-native-bottom-sheet/commit/b76597304e779b20bfa8a4a3b7726d37f61bd48f)).

## [v2.0.7](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.6...v2.0.7) - 2021-01-29

#### Fixes

- fix: prevent modal crash when navigating ([`#244`](https://github.com/gpfunk/react-native-bottom-sheet/pull/244)).

## [v2.0.6](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.5...v2.0.6) - 2021-01-29

#### Fixes

- fix: prevent animation when modal is closing ([`#205`](https://github.com/gpfunk/react-native-bottom-sheet/pull/205)).
- fix: stabilise animated callback node variables ([`#239`](https://github.com/gpfunk/react-native-bottom-sheet/pull/239)).

## [v2.0.5](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.4...v2.0.5) - 2021-01-21

#### Improvements

- chore: added auto-close github action ([4451d34](https://github.com/gpfunk/react-native-bottom-sheet/commit/4451d3413de5f09d406f40e885d22baccd00241b)).

#### Fixes

- fix: removed onScroll event from BottomSheetScrollView ([`#225`](https://github.com/gpfunk/react-native-bottom-sheet/pull/225)).
- fix: fixed sheet visibility when handle provided null ([`#224`](https://github.com/gpfunk/react-native-bottom-sheet/pull/224)).
- fix: allow backdrop style prop to override internal style ([`#212`](https://github.com/gpfunk/react-native-bottom-sheet/pull/212)).

## [v2.0.4](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.3...v2.0.4) - 2021-01-16

#### Improvements

- chore: added no console eslint rule ([`#199`](https://github.com/gpfunk/react-native-bottom-sheet/pull/199)).

## [v2.0.3](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.2...v2.0.3) - 2021-01-11

#### Improvements

- refactor: updated bottom sheet layers ([`#176`](https://github.com/gpfunk/react-native-bottom-sheet/pull/176)).

#### Fixes

- fix: prevent rounding up normalised snap points ([`#177`](https://github.com/gpfunk/react-native-bottom-sheet/pull/177)).

#### Documentations

- docs: updated modal hooks docs ([`#172`](https://github.com/gpfunk/react-native-bottom-sheet/pull/172)).
- docs: updated snapPoints description example ([`#164`](https://github.com/gpfunk/react-native-bottom-sheet/pull/164)).
- docs: updated documentation website ([50a91e6](https://github.com/gpfunk/react-native-bottom-sheet/commit/50a91e6e08b617396ac999809d10dffdc291f456)).

## [v2.0.2](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.1...v2.0.2) - 2021-01-06

#### Improvements

- chore: updated auto-changelog configs ([b374a07](https://github.com/gpfunk/react-native-bottom-sheet/commit/b374a0748b30e27b3d3a1aa25e36b83b6ec8240f)).

#### Fixes

- fix: fixed shouldMeasureHandleHeight evaluation ([`#158`](https://github.com/gpfunk/react-native-bottom-sheet/pull/158)).

## [v2.0.1](https://github.com/gpfunk/react-native-bottom-sheet/compare/v2.0.0...v2.0.1) - 2020-12-22

#### Improvements

- chore: updated auto-changelog configs ([b09910b](https://github.com/gpfunk/react-native-bottom-sheet/commit/b09910b39824c264e8e18afc778f1baeff3c7468)).
- chore: fix types on ContactList example ([ebfad4c](https://github.com/gpfunk/react-native-bottom-sheet/commit/ebfad4c52d38a70ce26a287af9192f1ffde5944b)).

#### Fixes

- fix: fixed `backdropComponent` typing ([4af7d5c](https://github.com/gpfunk/react-native-bottom-sheet/commit/4af7d5c02bb83016b6935f0f392ff2dbe0fe1a86)).

#### Documentations

- docs: updated website & readme ([216432a](https://github.com/gpfunk/react-native-bottom-sheet/commit/216432a60e66d4569460610c2d8e45c95c60f1d4)).

## [v2.0.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.4.1...v2.0.0) - 2020-12-16

#### Features

- feat: add accessibility support ([`#117`](https://github.com/gpfunk/react-native-bottom-sheet/pull/117)).
- feat: added default backdrop ([`#109`](https://github.com/gpfunk/react-native-bottom-sheet/pull/109)).
- feat: added onAnimate callback ([`#91`](https://github.com/gpfunk/react-native-bottom-sheet/pull/91)).
- feat: allow control panning gestures ([`#88`](https://github.com/gpfunk/react-native-bottom-sheet/pull/88)).
- feat: allow dynamic snap points ([`#81`](https://github.com/gpfunk/react-native-bottom-sheet/pull/81)).
- feat: added animateOnMount prop ([`#78`](https://github.com/gpfunk/react-native-bottom-sheet/pull/78)).

#### Improvements

- chore: updated @gorhom/portal ([`#114`](https://github.com/gpfunk/react-native-bottom-sheet/pull/114)).
- chore: refactored modal to become a declarative component  ([`#108`](https://github.com/gpfunk/react-native-bottom-sheet/pull/108)).
- chore: updated handling container height for modals ([`#102`](https://github.com/gpfunk/react-native-bottom-sheet/pull/102)).
- chore: did major refactor and code cleanup ([`#101`](https://github.com/gpfunk/react-native-bottom-sheet/pull/101)).
- chore: updated dependencies ([`#100`](https://github.com/gpfunk/react-native-bottom-sheet/pull/100)).
- chore: updated props naming ([`#89`](https://github.com/gpfunk/react-native-bottom-sheet/pull/89)).
- chore: added useReactiveValue/s ([`#65`](https://github.com/gpfunk/react-native-bottom-sheet/pull/65)).
- chore: re-enable flipper ([1af2a55](https://github.com/gpfunk/react-native-bottom-sheet/commit/1af2a559171d20a8564ff41be90b5e9e0801ffdc)).
- chore: updated auto-changelog template ([d78f220](https://github.com/gpfunk/react-native-bottom-sheet/commit/d78f2202dec04bada348a7733ce51341493f50b8)).
- chore: remove debugging logs ([9a6a342](https://github.com/gpfunk/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740)).
- chore: updated default background & handle styling ([783642b](https://github.com/gpfunk/react-native-bottom-sheet/commit/783642ba56dd33eed75d9d312f0f45265f4b70df)).
- chore: remove debugger view ([f1dda70](https://github.com/gpfunk/react-native-bottom-sheet/commit/f1dda7022b922bca9ff378cc48cac0fa5a497215)).
- chore: adjust v1 to v2 release ([9ab44a3](https://github.com/gpfunk/react-native-bottom-sheet/commit/9ab44a3210034c9bf01f3c5fa3b691b0118f1258)).

#### Fixes

- fix: initial mounting flicker ([`#115`](https://github.com/gpfunk/react-native-bottom-sheet/pull/115)).
- fix: dynamic snap points on modals ([`#113`](https://github.com/gpfunk/react-native-bottom-sheet/pull/113)).
- fix: fixed animatedIndex interpolate node to handle one snap point ([`#92`](https://github.com/gpfunk/react-native-bottom-sheet/pull/92)).
- fix: initial snap points when it is 100% (#105) ([b6b972a](https://github.com/gpfunk/react-native-bottom-sheet/commit/b6b972a3c49d1cedc2ba4087f0a96c4083fe6ac1)).

#### Documentations

- docs: added documentation website ([`#90`](https://github.com/gpfunk/react-native-bottom-sheet/pull/90)).
- docs: updated readme file ([185f7a6](https://github.com/gpfunk/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d)).
- docs: updated readme file ([0bc1a47](https://github.com/gpfunk/react-native-bottom-sheet/commit/0bc1a479514f2d399414d18f5202c82333bba3ca)).
- docs: fixed navigator example link (by @grifotv) ([fd82d9f](https://github.com/gpfunk/react-native-bottom-sheet/commit/fd82d9f380f2912610b2de67d7321b5e5d520d5f)).

## [v1.4.1](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) - 2020-10-02

#### Improvements

- chore: updated dependencies ([f8c9a9b](https://github.com/gpfunk/react-native-bottom-sheet/commit/f8c9a9b389bb21c18efa593c885337c92dff3810)).
- chore: updated auto-changelog config ([0cd0db0](https://github.com/gpfunk/react-native-bottom-sheet/commit/0cd0db094e224e945e7e7b6551f8eb806cff63da)).

#### Fixes

- fix: add reanimated 2 compatibility to bottom sheet modal ([2d47007](https://github.com/gpfunk/react-native-bottom-sheet/commit/2d47007df64ecd0c83035136b5b882eff6d53619)).

## [v1.4.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.3.1...v1.4.0) - 2020-09-30

#### Features

- feat: introduce bottom sheet modal 🔥 ([`#37`](https://github.com/gpfunk/react-native-bottom-sheet/pull/37)).

## [v1.3.1](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.3.0...v1.3.1) - 2020-09-26

#### Fixes

- fix: updated decelerationRate per platform ([`#36`](https://github.com/gpfunk/react-native-bottom-sheet/pull/36)).

## [v1.3.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.2.2...v1.3.0) - 2020-09-24

#### Features

- feat: added enabled prop ([`#35`](https://github.com/gpfunk/react-native-bottom-sheet/pull/35)).

#### Improvements

- chore: clean up code ([8e62141](https://github.com/gpfunk/react-native-bottom-sheet/commit/8e62141fdb96a2b3e2532d16911f6e6e6cc3ccc3)).

#### Documentations

- docs: added reference to version 2 branch ([fea90a9](https://github.com/gpfunk/react-native-bottom-sheet/commit/fea90a977626e6afc9447c6b68d2f9926c1f239d)).

## [v1.2.2](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.2.1...v1.2.2) - 2020-09-15

#### Improvements

- chore: improve unstable manualSnapToPoint variable ([`#30`](https://github.com/gpfunk/react-native-bottom-sheet/pull/30)).

## [v1.2.1](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.2.0...v1.2.1) - 2020-09-10

#### Fixes

- fix: updated drop gesture if-conditions ([`#28`](https://github.com/gpfunk/react-native-bottom-sheet/pull/28)).

## [v1.2.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.1.1...v1.2.0) - 2020-08-23

#### Features

- feat: added Reanimated v2 compatibility (#15 by @sa8ab) ([`#24`](https://github.com/gpfunk/react-native-bottom-sheet/pull/24)).
- feat: added expo compatibility support ([2c3d545](https://github.com/gpfunk/react-native-bottom-sheet/commit/2c3d545a10e6125fb66829a6784069b1b62f6798)).

#### Improvements

- chore: improve content/scrollable panning handling ([`#23`](https://github.com/gpfunk/react-native-bottom-sheet/pull/23)).
- chore: updated scrollable scrollToTop event to handle empty list use case ([`#22`](https://github.com/gpfunk/react-native-bottom-sheet/pull/22)).
- chore: reset currentGesture after transition finishes ([e7b6646](https://github.com/gpfunk/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a)).

#### Documentations

- docs: updated readme file to include Reanimated v2 & expo compatibilities ([9bc30e9](https://github.com/gpfunk/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)).
- docs: updated BottomSheetView link ([14d2f0f](https://github.com/gpfunk/react-native-bottom-sheet/commit/14d2f0fb5e75e61247c4ed6b476f352e51b31c08)).

## [v1.1.1](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.1.0...v1.1.1) - 2020-08-13

#### Improvements

- chore: added funding file ([587a26e](https://github.com/gpfunk/react-native-bottom-sheet/commit/587a26e14145dea06d4515c36e1ed0fcccfdeb08)).

#### Fixes

- fix: removed disableIntervalMomentum animated value ([`#13`](https://github.com/gpfunk/react-native-bottom-sheet/pull/13)).

#### Documentations

- docs: update issue templates ([5df4c4a](https://github.com/gpfunk/react-native-bottom-sheet/commit/5df4c4a4a6e02b91bcd7502f8180c27380849b66)).
- docs: remove unused issue template ([787cf8a](https://github.com/gpfunk/react-native-bottom-sheet/commit/787cf8ac8b6fa547308ba375fb1cf495b2a98fee)).
- docs: fixed BottomSheetView link by (@remanation)

Just fixed a small issue with the link to BottomSheetView pointing to the flatlist doc instead of the view doc ([2dcab83](https://github.com/gpfunk/react-native-bottom-sheet/commit/2dcab83ca97df391987ded6b3391b1d95421aa14)).

## [v1.1.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v1.0.0...v1.1.0) - 2020-08-12

#### Features

- feat: added expand & collapse methods ([`#8`](https://github.com/gpfunk/react-native-bottom-sheet/pull/8)).

#### Improvements

- chore: added props validation ([`#6`](https://github.com/gpfunk/react-native-bottom-sheet/pull/6)).
- chore: fix exporting renimated types ([1afcc41](https://github.com/gpfunk/react-native-bottom-sheet/commit/1afcc41782965278cc7436131ae91019d8f40193)).

#### Documentations

- docs: added methods & hook to readme file ([`#5`](https://github.com/gpfunk/react-native-bottom-sheet/pull/5)).
- docs: added faq to readme file ([d6f6e44](https://github.com/gpfunk/react-native-bottom-sheet/commit/d6f6e443638bb778f705fd7437c36e1c5cb1cd57)).
- docs: fix a typo at readme file ([8446abd](https://github.com/gpfunk/react-native-bottom-sheet/commit/8446abd841b690acd4c277fc5ebf10c52bd67f25)).

## [v1.0.0](https://github.com/gpfunk/react-native-bottom-sheet/compare/v0.0.7...v1.0.0) - 2020-08-11

#### Features

- feat: rewrite bottom sheet from scratch 🎉 ([`#2`](https://github.com/gpfunk/react-native-bottom-sheet/pull/2)).

#### Improvements

- chore: added map example ([312bcd1](https://github.com/gpfunk/react-native-bottom-sheet/commit/312bcd10efc8674955f9ce1ba8974fb4bd40f43b)).
- chore: updated map example ([9a65a74](https://github.com/gpfunk/react-native-bottom-sheet/commit/9a65a7435b97c754c37049c2812c289b1e6453e6)).
- chore: added useBottomSheet hook & backgroundComponent ([069fca0](https://github.com/gpfunk/react-native-bottom-sheet/commit/069fca0473f4f801a71c71c5026a56dda587769a)).
- chore: updated animated position prop ([2a1695b](https://github.com/gpfunk/react-native-bottom-sheet/commit/2a1695b7ac6b93e6cd090a196a191916ab83e88a)).
- chore: updated renimated dependency ([dc6a38f](https://github.com/gpfunk/react-native-bottom-sheet/commit/dc6a38ff26b2ebeaab0f580c1e38e05f4c2e21de)).

#### Documentations

- docs: update branding ([`#4`](https://github.com/gpfunk/react-native-bottom-sheet/pull/4)).
- docs: update docs ([`#3`](https://github.com/gpfunk/react-native-bottom-sheet/pull/3)).
- docs: updated links in readme ([fe1b967](https://github.com/gpfunk/react-native-bottom-sheet/commit/fe1b96774938da259589ef44ee146e680683a80d)).
- docs: added docs for backgroundComponent ([7edd480](https://github.com/gpfunk/react-native-bottom-sheet/commit/7edd480fe66b94b8b2016285e82b5ec18aed101e)).

## [v0.0.7](https://github.com/gpfunk/react-native-bottom-sheet/compare/v0.0.5...v0.0.7) - 2020-08-03

#### Improvements

- chore: added script to copy types file to lib ([f48d829](https://github.com/gpfunk/react-native-bottom-sheet/commit/f48d8293d74bba97c4cf596b8f48819c2ae25a00)).

#### Fixes

- fix: fixed reattach events onfocus ([`#1`](https://github.com/gpfunk/react-native-bottom-sheet/pull/1)).

## [v0.0.5](https://github.com/gpfunk/react-native-bottom-sheet/compare/v0.0.3...v0.0.5) - 2020-07-31

#### Improvements

- chore: introduce focus hook to reset scrollable ref ([70061ec](https://github.com/gpfunk/react-native-bottom-sheet/commit/70061ec8fb57f41d54b7b9733e2fbc36b8a0f6d8)).

#### Fixes

- fix: fixed extracting paddingBottom in scrollable components ([945104a](https://github.com/gpfunk/react-native-bottom-sheet/commit/945104ab532eb3cf63ea16cec348f3ef2ad6c584)).

## [v0.0.3](https://github.com/gpfunk/react-native-bottom-sheet/compare/v0.0.2...v0.0.3) - 2020-07-31

#### Fixes

- fix: fixed extracting paddingBottom in scrollable components ([64cef61](https://github.com/gpfunk/react-native-bottom-sheet/commit/64cef618cd654486174cc6a8179a76c80ef5d497)).

## v0.0.2 - 2020-07-31

#### Improvements

- chore: clone react-native-scroll-bottom-sheet ([105cb03](https://github.com/gpfunk/react-native-bottom-sheet/commit/105cb0334e317d5c4919e77816ee03fb20069eeb)).
