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

feat: add ref to get current options in `ServerContainer` (#8333)

User can pass a `ref` to the container to get current options, like they can with `NavigationCon...

dac62abf858680d5996a23ae226a235f5f782e7e authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: allow HeaderBackground's subViews to be touchable (#8317)

07ebb6532a7e4a7d37b91754625cccb840f70706 authored about 2 years ago by Bright Lee <[email protected]>
chore: tweak SSR output

cc884f91a2a58dd9457648b05ee9ed53f9627f6b authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: improve caching of yarn on gh actions

6f9ccccaf9ee5158f39ae6663abda9defc47b89d authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: improve caching of yarn on circleci

3e3a57461d7901eb16b01d393ed85f004ed50b42 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: add an example for SSR (#8298)

<img width="740" alt="Screen Shot 2020-05-20 at 16 31 30" src="https://user-images.githubusercon...

e16aca5b20f204c3189f9fbba95809287b630852 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix type of style for various options

4757dfbea854cb55aab71a51e793b36f7bbab45a authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: export types from /native

944a0e2a08998feedd9e0eedae9a31054798b51d authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: don't ignore previous header heights on layout update

fe040d6a4a49cfae957e5cccc6639f884986297e authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: tweak metro config

a33dab0ee0edb9b7170341e40d8d3e48326cc829 authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: simplify bottom tab bar

9efc614a578146d1ed050fcb9dda422f355c7947 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: ignore __tests__ in prod builds (#8307)

The tests are being bundled and shipped in prod, this adds a bit of unneeded weight to npm insta...

6bf4f47d920c53571cc907eded72337c9fa67d22 authored about 2 years ago by Evan Bacon <[email protected]>
feat: animate changes to tabBarVisible in BottomTabBar (#8286)

## Motivation

Some designs call for custom keyboard inputs, or other bottom-aligned views mea...

3b5941cd0a10afc386bede7375dc768f69f87596 authored about 2 years ago by Ashoat Tevosyan <[email protected]>
feat: add a `ServerContainer` component for SSR (#8297)

When doing SSR, the app needs to be aware of request URL to render correct navigation state.
Th...

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

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

bd502f47ec768b2321841cd164c8a97a42c87b53 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: allow HeaderBackground's subViews to be touchable (#8314)

When you're using the following options on `Stack`, the touch event goes to the behind of the He...

ed05e7d4ec34ae6e918fbd0b249b83e628cb358b authored about 2 years ago by Bright Lee <[email protected]>
Revert "fix: allow HeaderBackground's subViews to be touchable" (#8316)

96d4745aad13a982541748150f7a0b7861626302 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: add linking prefix for expo to slience the warning

d6ad19d3a4126cb29a417395343e216cc31f337a authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: update react-native-safe-area-context to 1.0.0 (#8182)

I made sure 1.0 is backwards compatible with react-navigation, which means using rn-safe-area-co...

2a6667fe55eca9db436eb18fdde447a3a143bb7e authored about 2 years ago by Janic Duplessis <[email protected]>
chore: add example to hide and show bottom tab bar

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

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

59638daf476837cf1335855126ed36223934f3b7 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: don't use Object.fromEntries

a22b8e1daf6695253aec5467327f2b60c9233719 authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: extract NavigationStateContext (#8304)

7ac84724d6a9ac511e14d817e14e50755b3fdbdc authored about 2 years ago by Michał Osadnik <[email protected]>
chore: publish

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

72832a7486a4ad97af882369b7dd4f9e4dad4eee authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add getCurrentOptions (#8277)

88f002d5353fcc59436dc991dcfbf8f366c8cd10 authored about 2 years ago by Michał Osadnik <[email protected]>
refactor: memoize initializedState in useNavigationBuilder (#8281)

7f75065310e8cb96995558eac753a1eb7c5f32c9 authored about 2 years ago by Ashoat Tevosyan <[email protected]>
chore: publish

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

c3bc8f28e582b3842d73f2e85b16b2d54f7fcc2c authored about 2 years ago by osdnk <[email protected]>
chore: upgrade bob

beb57b1319a5d435c28850b1a36ea95d24f5daf3 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add getCurrentRoute (#8254)

316c5f618d2ceefb63aa642c71e4ea41a69086d0 authored about 2 years ago by Michał Osadnik <[email protected]>
chore: limit height of material top tabs example

4fb942d43f1e3e9a971a9fd996db3bbe89e3a541 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: center icons in material tab bar. fixes #8248

586c72c23f27078a40809bcb12d6efe50ab8de09 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: tweak master-detail example

6e0183ae5926169618bf729455adbc998d47c0f5 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add a PathConfig type

6fd67ced8ebf5238631dad93b7a94e22db411ac9 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: tweak linking config in the example

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

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

c34313bad6b299694b99e3f8ecdf870689035647 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix types for linking options

5afb6ded2abc7141214169cc5080b5d0168e450a authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: don't use flat since it's not supported in node

9411da5441a5d1e1775639da9e9334e795f01cf6 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: reduce header title margin. fixes #8267

533221c620113335649750963a391d491031b971 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix repo url in readme (#8235)

1fdd4ada7144d9b4b1a3043905ca8279f94d141d authored about 2 years ago by Janic Duplessis <[email protected]>
chore: publish

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

69f329ad33f1454d667fe73854642823eccb4ae8 authored about 2 years ago by Satyajit Sahoo <[email protected]>
test: fix integration tests

50c0e280a33c1970bf9f7abb2259c0b538d7bd92 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: ignore state updates when we're not mounted

closes #8226

cb04b981b3d8a70c6daa2fe1ad6ae12aedaf84ca authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix the links in the example

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

- @react-navigation/[email protected]

3f8c14d061dfac6b3c4b3229778c5ee5f737ba75 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix ios transitionspec settle time (#8028)

# Why

When using the stack navigator on iOS, it takes a (too) long time before the `didFocus...

23ec5d9a456b2d6af6a62045e0313330bc3ceaf8 authored about 2 years ago by Hein Rutjes <[email protected]>
fix: ignore extra slashes in the pattern

51f4cc1ac62f410809f41fd035e7ca873031da63 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: use links in bottom navigation tabs

5a31331876f8341fb56587376086f475aac7cc1b authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: add source key to package.json

322479f78d8a07af6cc08adc641d121d5a89a7c0 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix building typescript definitions. closes #8216

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

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

cd2111202ca98e87dfc65ca01347e8ecb0c2b6a1 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: initialState should take priority over deep link

bdf5e112c9dba9dbe2522765f6275f2c51436daf authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade depenendecies

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

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

e2596040d7349eb7920d930e9e0e490038c26d33 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: merge path patterns for nested screens (#8253)

Currently, when we define path patterns in the linking config, they ignore the parent screen's p...

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

- @react-navigation/[email protected]

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

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

d19bb2fa6ab01968fad67fff15f39935aab45f78 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: avoid cleaning up state when a new navigator is mounted. fixes #8195

9404abbe9c0f47990cf07958d441244f5a83e6f6 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add generic type aliases for screen props

closes #7971

04e662088d5f2a032497e8d62dc009db6a6de222 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: update circleci config

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

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

2677752fbcb6c49f2cd8629e01bc1a7ac0bb3877 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade depenendecies

4ccb674759c9619858751e5e6fe91819da33a591 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add support for optional params to linking (#8196)

0a5413aab142f88d1034e9d5731b38b17838791a authored about 2 years ago by Wojciech Lewicki <[email protected]>
feat: support params anywhere in path segement (#8184)

ad4bd544c38641d24a402c8ddf1434f82cb4745d authored about 2 years ago by Wojciech Lewicki <[email protected]>
fix: include safe are insets in title's margins

6deb893355b43b6bebe4e71bee13ec45b3cbc477 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: add proper margins to the header title

b896262b4982de7ed81231e9ba7a3b7aa56c6d98 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: return undefined for buildLink if linking is not enabled

c2c1f079104daf804bb5e004f7cbb21179db5ed8 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: return a promise-like from getInitialState (#8210)

251e36b79af2acb623a6528dc5c047e410c67721 authored about 2 years ago by Linus Unnebäck <[email protected]>
chore: publish

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

403dbbb9cb5696a2c7d8a303b2edee34aa51f059 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: don't throw when using 'useLinking'. fixes #8171

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

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

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

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

cda4aa9e9182a86e6596d731c0c1eb560fe8235b authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: add missing methods to container navigation prop

0496d424ca36997952828c0810dd5232d64aa77c authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: default linking enabled to true

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

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

521ba3329fab06e673fc24b2f4637a0826fad737 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: create _redirects for netlify deploy (#8160)

1cbacee514a1253ee80afbe490a4a69148bb04fb authored about 2 years ago by Evan Bacon <[email protected]>
fix: make sure the address bar hides when scrolling on web

This commit adds a check to detect if the screen content fills the available body, and if yes, t...

1c22c417cf95596c4f7a08fb47dd559c5c4cc467 authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: make history type-checked

8bcd9bc9f665b7a0f616fd340dd226a2d9684450 authored about 2 years ago by Satyajit Sahoo <[email protected]>
chore: fix scrolling in web examples (#8020)

d06627dc1b53ae0ec19aa58c6b4f0036aa1b5bb1 authored about 2 years ago by Evan Bacon <[email protected]>
fix: render fallback only if linking is enabled. closes #8161

09cd33df1ceac8c2798ba08cd9e6fb0ff8449b39 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix closing drawer on web with tap on overlay

ea775b6890c047987d3bdc21e547dfda948f1b89 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: handle empty paths when parsing

55ef4fc1d52ebd62ecdfa7b6e5e1cc11497a1b7d authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: return onPress instead of onClick for useLinkProps

9b96e46bab0966c0deb959c72ed7fcad73bd6e32 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add a useLinkProps hook

ef4776d700bfd2adee14ba51de9b6fb3da2ccfdc authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: simplify resolving the thenable

9c34c7efb65ec0ef3b64439cbfdec14b903e11ca authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: stub gesture handler on web

Gesture handler doesn't work great on Web and causes issues such as disabling text selection eve...

171fd12d1948dff39b73b6008ef7025dd50e6333 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add action prop to Link

7d51b9e3b672a3fca659791bbcb9c9fa3f912df3 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: parsing url

6d2a789f4f21eca5e1183d6d8ace2bab1c50532b authored about 2 years ago by WoLewicki <[email protected]>
chore: replace AsyncStorage with localStorage on web

406ec9ae62cf68e881d7b985846eb455a171e53b authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: remove onLink prop for now

da1c3f38258dc6fff4f9a9ba3df2cc2e666e5ed9 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: fix backBehavior with initialRoute (#8110)

cf4d46704aa52954c1df8f7686adcf65a5aba197 authored about 2 years ago by ainar <[email protected]>
fix: add catch to thenable returned by getInitialState

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

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

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

- @react-navigation/[email protected]

1877bc14cb6b3f0b4664ce740d910386f4d4de1a authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: don't add back the route being replaced

ba01b92144d49ea8c8b38ece80ee509f9bf8b06b authored about 2 years ago by Satyajit Sahoo <[email protected]>
refactor: simplify API for useLinkBuilder

ad29aedd80a44ffe264eb26655705f15619539a5 authored about 2 years ago by Satyajit Sahoo <[email protected]>
feat: add Link component as useLinkTo hook for navigating to links

The `Link` component can be used to navigate to URLs. On web, it'll use an `a` tag for proper ac...

1d6773c9cbfde8747c4be1830013b8fb35f190c8 authored about 2 years ago by satyajit.happy <[email protected]>
fix: fix typo in navigationOptions

a70644fe2bb398f3649be0edd99eca8d44a95473 authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: spread parent params to children in compat navigator

fixes #6785

bbfeb8668d7da25109e24590688edf610f2c7936 authored about 2 years ago by Satyajit Sahoo <[email protected]>
test: add more tests for TabRouter and history

776df245efbe3340703768705dba878ebd2347ab authored about 2 years ago by Satyajit Sahoo <[email protected]>
fix: add config to enable redux devtools integration

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