Ecosyste.ms: OpenCollective

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

github.com/react-navigation/react-navigation

Routing and navigation for your React Native apps
https://github.com/react-navigation/react-navigation

fix: fix drawer in RTL and when on right. fixes #10335

d4353654767e17e351c8a61ed397ab37345c0b66 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: don't force legacy implementation on chrome debugger

Reanimated 2 now supports chrome debugging, so we don't need to force legacy implementation.

4a5a2029723722232f0e66de11e4d0a20665b849 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]

908aee222f2b20c9aa07bfc4dab859e0ed5e9711 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix checking whether reanimated 2 is configured

b7e1f10193e32a71cd53320d249cabbb7085de6c authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: rename drawerPress to drawerItemPress

a0bb0294d1def75e379b565791d685e0d10af005 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]
- @react-navigation/[email protected]
- @react-navigation/el...

b355a57a2ebea95ec90ea6ddc819110231e1efd2 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add search bar to native-stack on Android

As per `react-native-screens` version 3.10, the search bar is now implemented in Android.

9b94f2c02b10b94e923317b258f4598457535e5a authored about 2 years ago by Chris Edson <[email protected]>
chore: publish

- @react-navigation/[email protected]

27576e99c1a4e34e9cdf30085f3fca2d5aa3ca35 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add customAnimationOnGesture & fullScreenSwipeEnabled props to native-stack (#10321)

**Motivation**

<!--
Explain the **motivation** for making this change. What existing probl...

e114cbaf67d2d70b074290b69312d6caa0fea608 authored about 2 years ago by Kacper Kapuściak <[email protected]>
fix: correctly set header to translucent

40919ce8af41119d0983bb04fe2ab84a809f274a authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: rename PULL_REQUEST to PULL_REQUEST_TEMPLATE

64ab0f32fb6cc60dca3d02050d5f5190edfc0e44 authored about 2 years ago by Kacper Kapuściak <[email protected]>
chore: publish

- @react-navigation/[email protected]

a11fc2510bac1c21824dcbcf85d5c253b10c6efd authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade gesture-handler dep

3c4ad5f66aa6cbc3d8af34995580d20f50642653 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: set header to translucent when using searchbar or large title

8df0c4714e3ea5762b2eb1ced4b24b44639d5530 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix(drawer): fix drawer when changing `drawerType` (ex: front -> permanent) (#10304)

fixes #10305

a689580e662820eb30df8c2dbba2f773582673ed authored about 2 years ago by Shrief Mohamed <[email protected]>
fix: removal of non-existing listener should not break updating ref (#10067)

Calling `removeListener` on event that doesn't have any listeners will add new key for that even...

769a06016bb0a527b4b06059e849bceb4f1e0850 authored about 2 years ago by Henri Lahtinen <[email protected]>
fix: broken history items index when items reset (#10312)

2ecbeca057627123a6c30509825b5f78435aee82 authored about 2 years ago by Vadim Vasciuc <[email protected]>
chore: fix prettier issue

440ec072f17fe720a591971efac84dc92f54d558 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]
- @react-navigation/[email protected]
- @react-navigation/devt...

422cc402ec211cfb0acd2e5eb8517d8465db705f authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix package.json

cf5bda098c58ef6a8a6705ad111ddf31d22828da authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add prop for new container (#9772)

Added new prop `tabsOrDrawer` for `ScreenContainer` which makes `react-native-screens` on `iOS` ...

19a047592371fe4b5a52effcbc7d77338c4ab317 authored about 2 years ago by Wojciech Lewicki <[email protected]>
fix: fix transparent modal when another screen is pushed on top

Fixes #10298

97efa7b56859eccb6dbec4f3cdbe136525690ee8 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add the 'drawerPress' event (#9529)

46d52cafe5915e246ab14dc18d1fc9c75ee4af81 authored about 2 years ago by Germán Adolfo Celaya <[email protected]>
refactor: remove unnecessary conditions in the Badge component (#9412)

a98c5feef7f7d0b02a5c911251dfc7bd027c1d65 authored about 2 years ago by Stanislav <[email protected]>
feat: add drawerAllowFontScaling prop to drawer package (#10041)

Add `drawerAllowFontScaling` to the drawer options, so consumers can enable or disable font scal...

cdd0567229acedc83f0058f1d1d25738b8642dfa authored about 2 years ago by Kyle Edgette <[email protected]>
chore: upgrade react-native & other dependencies

3dcaadea34d00eb20c6360b608cfe7c95863f543 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix typescript errors

ab24310e9b785e7e46cea83c2c74e8d7774555fb authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: don't run e2e on webkit due to flaky tests

e411a285900a92e9d54d8025df46fbafb7c2b986 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix unit tests

32ba2537292101fe2c8cf953f96f70e2f1bae518 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: make native stack background transparent when using transparentModal

cf6687b08cd0cc125baa6291de907fa12c404f42 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: hide header shadow for transparent header

a3b2e29a0ce035cba2175829628417139844a687 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix CocoaPodsError invalid Podfile in example (#10031)

- Causing pod install to abort
- Match https://github.com/facebook/flipper/blob/main/react-nati...

f9dd26373438885175d05ba1d7d63c9e25c4800c authored about 2 years ago by LeoTM <[email protected]>
fix: fix drawer disappearing on web when switching drawerType

Reanimated has a bug where it doesn't update the `transform` property from what was set before i...

7eb47e6e418b70f525aece3cbc7409ced57cb198 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix example for transparent modal

4aecf13e2aa338e480f0814a798199f594819568 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix useRoute & useNavigation in custom header in native stack

61f8c50aa975fefd7fe95c443ead3f5971d35326 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: warn for components starting with lower case names

While passing a component with an uncapitalized name works, it can mean that the user is trying ...

331600fa367dcd02765a9212b144b9386e70d5a3 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix button styling in example app

c4a7a005f5cfc8f226e11c609a6ed4f13c7e4f19 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix exposing custom header height with modals

111d16172c6dba86e19c7b6cbb634a3d6c7b05d8 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix useDrawerStatus typings (#10163)

closes #10066

09b6705cf0a48db76cb3af8c08f5f2a4d2410204 authored about 2 years ago by Rony <[email protected]>
fix: fix crash in useLinking on Web (#10262)

Hello 👋

We've been seeing [this crash](https://github.com/react-navigation/react-navigation/...

03656f708bdd1f3782647f8408bd558ce04fce09 authored about 2 years ago by Rory Abraham <[email protected]>
fix: update URL on web when params change. fixes #10046

6b01b21f70a2ae402a8979e5834200ef8e8642bf authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat(native-stack): export NativeStackView to support custom routers on native-stack (#10260)

Currently, there is no way to create a custom navigator and router on top of **Native-Stack**

...

614c41aef00ef7dfb35e45e0cda6d6d6310a4dc6 authored about 2 years ago by Aditya Pahilwani <[email protected]>
chore: run example in expo managed workflow by default

6d1bc1c7c49c39b06390e9b696c651ac766ab24f authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat(native-stack): expose custom header height (#10113)

a0400c7e64731317cdefad7d5aaf232d064c67db authored about 2 years ago by Thibault Malbranche <[email protected]>
feat(native-stack): add support for header background image

bc174a8c545ce3baabc9904ddac2debf69e0febf authored about 2 years ago by Johan-dutoit <[email protected]>
docs: correct typos on line 75 (#10198)

Oddly enough the Contributing markdown file had two documentation typos on the commit guide for ...

207a3dee179a7d551bc9df4969679ffdc58c93cd authored about 2 years ago by mlynchdev <[email protected]>
fix(web): avoid passing undefined root state in web (#10186)

this avoids an uncaught exception from getPathFromState
it appears root state is undefined duri...

df37817b5132a8a2d64695e8614d57605757fcd8 authored about 2 years ago by Mike Hardy <[email protected]>
chore: publish

- @react-navigation/[email protected]

3266fa4bdecb6d994ea37804d4820d7fc747c7a9 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: don't make the overlay touchable if drawer isn't open

b03f39ec813111bea898e2c73192573454f91093 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix default for animationTypeForReplace to match with JS stack

a9927977a2b6fadde2265b74e6010b8f86bc3846 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]
- @react-navigation/[email protected]
- @react-navigation/devt...

3da2176684aed830491e916a76247331cfcd78d5 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: add some a11y props to drawer overlay

089089587d7393b54905701a645e7f2ec5a1d81e authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: move @ts-expect-error to body to avoid issue in type definitions

1803111c2b7dab76476598d67e0fbe83a057191c authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: pass canGoBack to headerRight

1d387e5e9a32932e6c9b00e99a29f1fc5f393dde authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix type errors in generated declaration file of bottom-tabs (#10033)

closes #10032

6e1bb6f008f312545dd4c189d8505287c4de006d authored about 2 years ago by Henry <[email protected]>
feat: add a `navigationKey` prop to Screen and Group

Currently we recommend conditional rendering when implementing auth flow. However there are scen...

f75ffacac63baddaa0d6d6ac7bfd3ef6ec03df20 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: wrap native stack with NavigationContent (#10288)

This pull request fixes #10287.

## The Story
When we use `Link`, we actually use `useLinkPro...

b3e7a00bee8e0a1f2e61f6b37f155ba3cdaf1eb7 authored about 2 years ago by Yusuf YILDIRIM <[email protected]>
chore: add a checkbox to confirm that people remove the packagesthat they don't use

d57dc9bb1c239a330bbc245083e0d8a81e924085 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: make stack navigator work with latest gesture handler (#10270)

With the release of Gesture Handler 2 some gesture handlers have been updated to follow state-fl...

a81cfc2f3bd8bc07a22c601de856c914679e764c authored about 2 years ago by Jakub Piasecki <[email protected]>
fix: properly handle history if drawer is open by default

c24dc928fff5cf2f2c08316aa3acb13d707bce49 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix parsing stack trace on hermes in devtools (#10006)

70bab75ca8110e4bfd7fac0b2b2da1da42139872 authored about 2 years ago by ReactONE <[email protected]>
chore: deduplicate yarn.lock

96c380570f3b9cb12208b6ae9c83f8cff8e75ef4 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]
- @react-navigation/[email protected]
- @react-navigation/devt...

f0520e3ef7cb02b3db744029f5dddbbc098e0078 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]
- @react-navigation/[email protected]
- @react-navigation/devt...

217aea1cb34b2b6498b2b7dfc84ef6659676af2c authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix building link with useLinkProps

ec813fb426615e8d2de780322f366346ed71d761 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]

b149f8e5d013fe313a07ec426f3cc0ffd08ed848 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]
- @react-navigation/[email protected]
- @react-navigation/el...

982c0986e97041866a430f46b2f6caf43a5e412e authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix invalid headerTintColor in native-stack (#9972)

eb0f1f0bcb31f211c4e5318821a51297609968c8 authored about 2 years ago by 刘力瑞 <[email protected]>
chore: bump react-native-screens in the repo

4223056e56b8ba8e2ab96a51b52c74c9150b6354 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add a headerShadowVisible option to header

c082becbdfdb3c0362fc05ff8433f682911618b3 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add headerBackButtonMenuEnabled prop (#9881)

Thanks to https://github.com/software-mansion/react-native-screens/discussions/1071#discussionco...

c3b10dd321a3544905db0084b3d8dc5783d29cda authored about 2 years ago by Kacper Kapuściak <[email protected]>
fix: in cases where the drawer type is set to be permanent, do not apply any transformations

This PR removes `transform` style from container and drawer views when the drawer type is set to...

dc7e2f2376b6a07e7502a6f13cc876ed7a13a44e authored about 2 years ago by Chris Zelenak <[email protected]>
fix: flipper error. closes #9850 (#9959)

af919545be88633d08020073d0034b27a754e9f0 authored about 2 years ago by Zhigang Fang <[email protected]>
fix: resized view never re-appears on macos. fixes #9889 (#9904)

0c3e09783955904d2a47a7250c0a165782c8a3da authored about 2 years ago by Nik Graf <[email protected]>
feat: pass more props to header left in native-stack

2b250485cefd622262d7f53e235f0e4a285e9229 authored about 2 years ago by Yusuf <[email protected]>
fix: fix href with useLinkProps. fixes #9930

9ec089e7d4014a48e07e12c4b607fa363aeb9b22 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: make useScrollToTop work with react-native-largelist (#9960)

c044ad8ee60e0a6b5daff2194605465820b8d5a9 authored about 2 years ago by doomsower <[email protected]>
fix: support same styles in centered title in native stack

b46754b82e697fc4eaf864a076834a7349c65b37 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: use console.error for linking conflicts instead of throwing

5175b18ac18c580845811096a200e76a6629cc55 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix navigation when going back and forth in history on web (#9970)

closes #9408
fixes #9128

602fc1a33dd1073977b7dc4cc07b170a3e45b861 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix missing babel generator

494a348c9ff8a7359e5e46b1383a6ae1b8c66aa9 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: export header props for other navigators

closes #9965

7ea471776e5ececaad36c7f8901029dfd63da262 authored about 2 years ago by Thibault Malbranche <[email protected]>
feat: add headerTitleAlign prop in native stack. closes #9829

0e7a41ef7bd95e43dd059711045bc287d7831f19 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]

4f2df1cb1a837cef66982be1442d23333785f52f authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: change description in package.json

d0ca3ed561a745166ee1d11d54520e45a4495c1b authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: stop animations on unmount/cleanup

cf1434f77cde0ba777be42e26d74da03b557cb5a authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: update the error message for registering navigators

ecf0cf848241964ce6b7e5f5995e25ac07924dbf authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: change error when using React Navigation 4 API

97c34bda9ae10395fa6c550a11a685dbf8603157 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: publish

- @react-navigation/[email protected]
- @react-navigation/[email protected]
- @react-navigation/el...

adfe006d0fcc8d54f293a10e7c98e892509748fb authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix status bar handling with modal presentation

8df1accdc275d57da85ceb27bce98702ce4d5a6f authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: pass title style to <HeaderTtitle />. fixes #9885

ac983977a09f7dd7125ccc5a98c3d383337c998b authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: content container in native web stack should fill parent (#9832)

`flex: 1` needs to be set on the `View` container sits between the `Screen` component and screen...

09d69cbee59ab936c76bd3153cab9aede8e34ddd authored about 2 years ago by Brent Vatne <[email protected]>
fix: automatically queue listeners when container isn't ready

7feeec6357c8751664da6ed0d4577b3a558a3d6b authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix adding label for native-stack

96a8f6fe232a6415aefe70e2142890ffe4b5bf87 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: update issue template

73d6a6d62329c554f93b36cba3db33f136784df3 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat(elements): add style to SafeAreaProviderCompat props (#9793)

df0d6e2f9f182e3e4f704b63741f36eeac4e3f68 authored about 2 years ago by Emad Aldeen Hajjar <[email protected]>
fix: add check when accessing next descriptor (#9824)

888b79cd0338ea57799ecb85b0abda5fac448ffb authored about 2 years ago by Ted de Koning <[email protected]>
chore: publish

- @react-navigation/[email protected]

ce58e8298301e7dcc01dfaa6aca7bda9c12a7561 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix headerTransparent not working outside stack navigator

02ab54e8a376ef39d4605786072fed7312b48e30 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: handle statusbar height for stack nested in modal. closes #9790

f14b818c0bf0e296082bda782cdda84af20e6638 authored about 2 years ago by Satyajit Sahoo <[email protected]>