Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/react-navigation/drawer

Drawer navigator for React Navigation
https://github.com/react-navigation/drawer

Update README.md

75688a4b6e50e2e884f15b290692166adb1264f3 authored almost 5 years ago
chore: release 2.3.4

2e0b8aa0f3a05dd4872790d2bf66df7930aa170d authored almost 5 years ago
fix: don't disable programmatic open/close of drawer with drawerLockMode

fixes #56

6b02d87cab50e9987581f0014f21f9d00941bbd9 authored almost 5 years ago
chore: update issue template

f9f39d9e74abc2df6f471a4166a4d33af9ea9a25 authored about 5 years ago
chore: release 2.3.3

65de34e562688a4f7f2be90459d8b710c699a96a authored about 5 years ago
fix: hide content while drawer is open from talkback (#132)

419f4a5468b709460cad0d6d4a955df857346a07 authored about 5 years ago
chore: release 2.3.2

275f7138499a245893318f55863bf2ebe37f38a3 authored about 5 years ago
fix: change type of the `navigation` field in DrawerContentComponentProps (#121)

4330382ebc7430757e9b6174799ed2af51c431ad authored about 5 years ago
fix: export DrawerLockMode, DrawerIconProps, and DrawerLabelProps

069b888d1bff7d3bb445c256ef3da1674e3c3c41 authored about 5 years ago
fix: navigation drawer sometimes not closing when pressed outside (#126)

I noticed this issue only on android devices.
After many rewrites of this component I ended up ...

22202522d5cb8b553a68a5b69167ccce07a66993 authored about 5 years ago
chore: release 2.3.1

5aca55279d0b26da502143133925b2db1db7d9bd authored over 5 years ago
fix: expose DrawerItems to maintain backward compat

1980a595cb90c4690de17767983fc1f5a30ad1d6 authored over 5 years ago
chore: release 2.3.0

f8f4ea94b25acf5be4baad9f061b9b39ab9a0853 authored over 5 years ago
feat(drawer): expose draweropenprogress via react-contextapi (#125)

03f5eb4c960749ffe53595fa8e930705e63af1a8 authored over 5 years ago
fix: add `screenProps` to DrawerNavigatorItemsProps (#100)

8d09a811bdf1386465df0777051ca38afa2f99ed authored over 5 years ago
chore: release 2.2.2

202a46f07e509a42e1952b8e693eb917aa6ff0de authored over 5 years ago
fix: set proper type for screenProps in ScreenComponent

d7559a6270249f0e1e209c893033e25605a2cb2f authored over 5 years ago
chore: release 2.2.1

bd1f8ad1c9dba7232a0fe1f068e981293433113f authored over 5 years ago
fix: fix path for declaration file. fixes #99

7409a5323e3531ffc9b79ad3fd3b205b655e3031 authored over 5 years ago
chore: release 2.2.0

654b062721953c715ff1a2ad72d3b64d0ff587bf authored over 5 years ago
feat: export types for ScreenProps amd ScreenComponent

031d947b887645092b3e551c0198ee4e48bf4016 authored over 5 years ago
chore: release 2.1.2

b9443ab1916b8cee05ad591fdf794dfd29330cc2 authored over 5 years ago
fix: fix typescript definitions (#95)

aa21205e13430e3c64a2135bf752e0b98cfc9a8b authored over 5 years ago
chore: release 2.1.1

89573a853c285edfbbdedeedff8f1eddbd8340b4 authored over 5 years ago
fix: add peer dep on react-navigation

8cc90694002fd461b0565ccf6833cf2dd5032f60 authored over 5 years ago
feat: add theme support

cc37ff4f63636e730644f5d86135e89d44f4ea98 authored over 5 years ago
chore: release 2.0.1

8b87f7474dc77470ab4e7242f58e2b30295c0138 authored over 5 years ago
chore: fix publish config

6b86dc08f2a9ff1ee29c0cae4589fefff2568336 authored over 5 years ago
fix: rename contentContainerStyle to sceneContainerStyle

f99913766048b9a21cb60c259fa145c9d46b0e55 authored over 5 years ago
fix: fix path to typescript definitions

e1dc1bbe353b91c4866673719e78bb1387395279 authored over 5 years ago
docs: remove alpha tag from package (#84)

1058783647deeec2d294fca221c781c3529c5a5e authored over 5 years ago
chore: release 2.0.0

95ba7e82f5eff5481af770969cb7f50c98af9f37 authored over 5 years ago
chore: release 2.0.0-alpha.3

ed8dcb4335f551cfdb7f6d90ba876e300740f33b authored over 5 years ago
feat: add custom GH props

7875b72e51d1ee04191226e3a3fd0003a3f38b94 authored over 5 years ago
docs: update GitHub urls

8210c5e7ef5daccd47d2efeeb952d18079df676d authored over 5 years ago
docs: update README to mention reanimated and gesture-handler

c54c0519b420494800612a00ab75b2ecc0f5a6a4 authored over 5 years ago
chore: release 2.0.0-alpha.2

5fb664ea67cb213bf95664a1da0f5422637f61cf authored over 5 years ago
fix: tweak spring config for animation

bdc1df4d648aaace012a2904a9baef7499c5ec05 authored over 5 years ago
docs: add alpha to readme

1adc363bf4ee35e307110416416bd0863e3283e6 authored over 5 years ago
fix: reset this.gestureX on manual setting

758b726b9650b757a42054f56116431dc2f179a4 authored over 5 years ago
fix: rewrite tap callbacks to native calls

741c12a5ef621de87e8165608017027229a62901 authored over 5 years ago
chore: release 2.0.0-alpha.1

de36819354d8ba6ee834fb788c5090e3120fd975 authored over 5 years ago
fix: get rid of random red screen on iOS on opening drawer (#68)

fa8017e5930d0a9d992328ab7f31d98aa5cb678c authored over 5 years ago
fix: spring was not triggered sometimes on tap (#67)

Co-Authored-By: Satyajit Sahoo <[email protected]>

6bd22fe1395a06ddac4cc0adbd04e5c17dab127e authored over 5 years ago
fix: immediate closing drawer of fully opened

db93ab46bdcccebdfca9ff0d073d2ba8873ed18d authored over 5 years ago
chore: release 2.0.0-alpha.0

fc0f41a7b99cb59a32a3f925348100d3962fd42c authored over 5 years ago
chore: configure release-it

b0e60ea32b342909ee81724eff4b501afe1dbbf8 authored over 5 years ago
chore: fix npm badge

384cd82d76d211f26a341ed2ff171f85f9e0b548 authored over 5 years ago
chore: fix circleci badge

3ade728287f9bc97e180af0b3c8a9aeab46aa84e authored over 5 years ago
chore: fix yarn.lock in example

f19953d099b0a3af748307845e40ea2eb9b64795 authored over 5 years ago
refactor: use private keyword for private methods

c5954d744f463e7f1c67941b8eb6914c0101e56c authored over 5 years ago
fix: fix "DrawerActions" typo (#65)

d119106f3e7c56dfe0ac3a1172daf17b7208754e authored over 5 years ago
refactor: rewrite drawer layout with reanimated (#60)

ec5e99cd401eb47626b773816070487df772a3cf authored over 5 years ago
fix: use compiled files for react native

b9711861134ba399cf86a234bb50898f04fcd1ac authored over 5 years ago
refactor: migrate code to typescript (#59)

b14b3030cb47dae7d69b0bc8ac55fb8d3fd4bc5b authored almost 6 years ago
Release 1.2.1

da0a3a689e51be6742be654cb734e120ccabe909 authored almost 6 years ago
Expose drawer container style

41c9b34797ab0bd7443ed8a87c0b76ece7e0cfb1 authored almost 6 years ago
feat: Move itemStyle to SafeAreaView (#55)

In order to add a custom style like borderRadius to the drawer item, it's necessary to pass a pr...

86bb8830821212dd7c9ed672c08b15be76e42bd0 authored almost 6 years ago
Release 1.2.0

0a3e535be5ee1e429365d45df630054553c6a79e authored almost 6 years ago
Add dev script

cdce5bafd61dada27ba8dd717205673c0d52feda authored almost 6 years ago
Pass drawer open progress through as a prop (#40)

c9522809600b40204ea77bc55a92f3629f293879 authored almost 6 years ago
Add information about development workflow to README

887ffc4fb951ef0027ff8791472afb625e59e746 authored almost 6 years ago
Update devDependencies

1465d8cce26fab7b1e3fa86afc90a09f64cdc8ac authored about 6 years ago
Update react-navigation/native dependency (#41)

* Update RNGH and remove rn-cli.config.js from example

* Update example

4d528f44365ca3c658b00e7f6ab70c9f70b8cc1c authored about 6 years ago
Release 1.0.5

7a7f1b113d6d36256c5f8a0715eb2d0bd890eacc authored about 6 years ago
Release 1.0.4

91203fb39c54c7bd355dd48931521e6ed71d4b51 authored about 6 years ago
fix: only pass accessibility label if it is a string. fixes #36 (#38)

b29c72ba918f84afc6a4ab062a820b7ec92a292e authored about 6 years ago
Merge pull request #30 from akiwarheit/master

Adding accessibility

1a094736926bef210180d90b268c02aca57bbacf authored about 6 years ago
Release 1.0.3

524d578075865fe0248b9a14d4bb1c22524dc31c authored about 6 years ago
Fix RTL layout

b8588e70652e1fda8054380b61045475834e58e8 authored about 6 years ago
Add example to test RTL

Modified from example provided in https://github.com/react-navigation/react-navigation/issues/5279

b278fa53e3047d84ad8df47056150410615b03be authored about 6 years ago
Merge pull request #35 from mhdnet/patch-1

support RTL

10b8a4d314d11c232fca762b509cac0d72cb928e authored about 6 years ago
Release 1.0.2

708cc6e91c8ba11b7b55c1983b7708879556d4e4 authored about 6 years ago
Implement drawerLockMode

9fb3b1d7c3206726f51fb423e80f634da494e6ae authored about 6 years ago
Add drawerLockMode to example

512eba418280250bafc041f25d1e0da73c070702 authored about 6 years ago
support RTL

d5c056e906e6ad92bc7718bdfc20595ab1fd03f1 authored about 6 years ago
Release 1.0.1

318614a140930241da8cae51bedbbc9e6f3ef213 authored about 6 years ago
Release 1.0.0

a11e13818d0d3d128194e3b336bfe631f22f0de4 authored about 6 years ago
Adding accessibility

980e054cddb9e1ad54956c69a8fc08434b07a7c8 authored about 6 years ago
Release 1.0.0-alpha.7

bf4bdba7f6a4fbc12192f5d5ba2285f6280431b7 authored about 6 years ago
Track the settling direction to make better decisions about how to respond to actions

d3512ef631befdf2a79a66a3842ce380b94bd4a3 authored about 6 years ago
Release 1.0.0-alpha.6

7763570ccb4b7dd44004329a95cd1f60242d328a authored about 6 years ago
Close the drawer when you tap on an active item

2a6e7b6cefa9cf784126d453ce7ce09989c42b2a authored about 6 years ago
Add back old drawer behavior with unmountInactiveRoutes config

198d2e03c58778151209ad6df7147a2fabddc93a authored about 6 years ago
Merge pull request #16 from seanmorton/@seanmorton/no_more_stack_actions_reset

Don't use a reset sub-action for drawer items

ba4db1f58253cae4e12549a17b5ba1213cc542df authored about 6 years ago
Merge pull request #28 from react-navigation/@brent/persistent-scenes

Use react-native-screens and keep inactive screens in memory

ace25c8ab287c615fd65643d049cbb8bb80f31ee authored about 6 years ago
Merge pull request #26 from xianglinhe/master

Added DrawerLayout contentContainerStyle props back.

e496b7c7f22d7f9201d3531b1985e7ea1b886bbc authored about 6 years ago
Bump circle node image

eceeedb0beb1cc3713101cfd2942537681b60c7b authored about 6 years ago
Fix lint and test

d27e822c43b5f99b7c79d08ed3feeb995942a91c authored about 6 years ago
added contentContainerStyle.

8d75e408fb52a2eeb14e642c4e8b26ebe0a06421 authored about 6 years ago
Use react-native-screens and keep inactive screens in memory, like with tabs

fdb56a5df534d1715fe30c36818ea7cb225f9946 authored about 6 years ago
Default keyboardDismissMode to on-drag for drawer, also make it configurable

0d2ad64d2117a903b67aa451220991bfe40dd03d authored about 6 years ago
Handle back button properly when the drawer is open

581fed7c107f0afc2fdec88366f4bdbdae0437e3 authored over 6 years ago
Move core and native to peerDependencies

2811ee3b20121f051c49b4e3e1c2adf57d13b474 authored over 6 years ago
Back to list in example goes directly to list, go back uses null

377ce123a9281cc2da64020d25cd1823f665a680 authored over 6 years ago
Change to stack on example

d1767a9394b898c7110a747f88dd243229afcf1b authored over 6 years ago
Update README.md

a254a44a68207f31d2c1e6afc1dc12d43edff2fe authored over 6 years ago
move to react-nav core and native deps

4d302ef474b071d0b45c76dd1f64e6fa3258bec5 authored over 6 years ago
Badge should reflect master

bfda329b718bf6dbb462d345e13729b1bfaef203 authored over 6 years ago
Bump version

bdb83e69b1e143f785cf17e00e99e1150dbf503e authored over 6 years ago