Ecosyste.ms: OpenCollective

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

React Navigation

Routing and navigation for your React Native apps
Collective - Host: opensource - https://opencollective.com/react-navigation - Website: https://reactnavigation.org - Code: https://github.com/react-navigation

No need to have a conditional around slicing the routes array

github.com/react-navigation/react-navigation-4 - a1b3d2213d5071e8478cb977484b311003d04d89 authored almost 7 years ago
Prevent navigation from getting in bad state when navigating back to route by key (#3478)

github.com/react-navigation/react-navigation-4 - eb39df507e10ba462f5f24059f3bed5bee794d07 authored almost 7 years ago
Do not use contentInsetAdjustmentBehavior on iOS in ModalStack example

github.com/react-navigation/react-navigation-4 - cca06bb53028d1963c8c5dd3bed1df498c9406e6 authored almost 7 years ago
Consistent treatment of route keys (#3474)

This problem was found and fixed by @matthargett and @jayphelps in #3397. I’m just rebasing and ...

github.com/react-navigation/react-navigation-4 - 2187d8fe660a35a579e971cf237634a3bfb60afb authored almost 7 years ago
Simpler implementation of withNavigation (#3476)

This will allow for refs with onRef (fixes #3461), and will avoid all these warnings from throwi...

github.com/react-navigation/react-navigation-4 - 67f98b69eb141d9adbc579fb5256914fd5b66ccc authored almost 7 years ago
Bump to patch version 1.0.2

github.com/react-navigation/react-navigation-4 - c0c5c86f6305a8d4436dc01c1b23319ad947b8d0 authored almost 7 years ago
Remove console logs from published version of navigation playground

github.com/react-navigation/react-navigation-4 - 4388b6403cc7102836ce300501cb92e599a4c817 authored almost 7 years ago
Only initialize the CardStack PanResponder if gestures are enabled

github.com/react-navigation/react-navigation-4 - 2cb740fbf66ac6f1e9f8103cd6630fcaa1eef694 authored almost 7 years ago
Remove extra scene in floating header if it hasn't been evicted due to transition yet

github.com/react-navigation/react-navigation-4 - ac741a703b32047dfa85cb33f8d17a1230e7f89a authored almost 7 years ago
Revert "StackRouter block actions while transitioning (#3469)"

This reverts commit 858a0d7a5354fcdafaf76d3a179ce070ed66e468.

github.com/react-navigation/react-navigation-4 - 5641b42975f6c50135fc75c0e4a8bc1cb5b0fa6c authored almost 7 years ago
Bump to minor version 1.0.1

github.com/react-navigation/react-navigation-4 - ea19ceaa6a10337153b3f25c002f13a99726b5d1 authored almost 7 years ago
Make TabRouter handle COMPLETE_TRANSITION in a child router without switching active index (#3473)

github.com/react-navigation/react-navigation-4 - 57ae6e4736176b540ab897e8a49e45fea299c698 authored almost 7 years ago
document react-navigation-props-mapper

similar to https://github.com/react-navigation/react-navigation.github.io/pull/36, I'd like to d...

github.com/react-navigation/react-navigation.github.io - 06d4a1e8e5579cd5c61646abdd41cb60d7ce5792 authored almost 7 years ago
StackRouter block actions while transitioning (#3469)

The most straightforward fix for two issues is to block all navigation actions while mid-transit...

github.com/react-navigation/react-navigation-4 - 858a0d7a5354fcdafaf76d3a179ce070ed66e468 authored almost 7 years ago
Sync and switch SafeAreaView with standalone (#3452)

* add react-native-safe-area-view npm package

* remove local SafeAreaView, import from packag...

github.com/react-navigation/react-navigation-4 - cf36f22e68fe4a7f475d714590f665dfc29e3e25 authored almost 7 years ago
Merge pull request #36 from react-navigation/react-navigation-header-buttons

document react-navigation-header-buttons

github.com/react-navigation/react-navigation.github.io - 95cb4997d3152de64c34a7facca4dbee37695967 authored almost 7 years ago
Merge pull request #35 from react-navigation/editButton

add edit link

github.com/react-navigation/react-navigation.github.io - afb501ea19145d0620ccba112770aa86784db98b authored almost 7 years ago
document react-navigation-header-buttons

So I wrote this package for rendering header buttons that should make people's life easier: http...

github.com/react-navigation/react-navigation.github.io - 6b8178fe5ddbbcba8f1e6e184d1c0af9c72fac4d authored almost 7 years ago
Add custom back button example

github.com/react-navigation/react-navigation-4 - 7385c244b75d20d5e271c44edac18a0ad87fde45 authored almost 7 years ago
Prevent push from bubbling up (#3454)

github.com/react-navigation/react-navigation-4 - 20af8c688ec32e85be36a4e95e00e3a03e754f3a authored almost 7 years ago
Prevent pop and popToTop from bubbling up to parent stack (#3453)

github.com/react-navigation/react-navigation-4 - b0dccd7e889b4770ca45a9efa898e860cb8c7a8f authored almost 7 years ago
Return result of next action

github.com/react-navigation/redux-helpers - 50c6e92afe4dc97bbeada3c0eb2eb7ab3ff9dab2 authored almost 7 years ago
Return result of next action

github.com/react-navigation/redux-helpers - 3d0cea9b04f1cad0ae0031abd8ba573d4287bbf8 authored almost 7 years ago
Add replace to NavigationActions

github.com/react-navigation/react-navigation.github.io - 80c72eb0c5eb2781336900a96fdcf0514d6fe5be authored almost 7 years ago
Fix issue with StackRouter popToTop (#3451)

Previously the state was getting squashed, in this case it would destroy the routeName of the st...

github.com/react-navigation/react-navigation-4 - 43a1c5ddbd84eccfd07bb1546e57b32faf2bb836 authored almost 7 years ago
add babelrc, add react, react-native to devDependencies

github.com/react-navigation/react-native-safe-area-view - 797dd6ce3e81ddc018e0321fdef433e4bed7448f authored almost 7 years ago
Add stub for lifecycle events, commit en.json

github.com/react-navigation/react-navigation.github.io - c245c864b8d6ab6aecd826777efe8c1a71616ed1 authored almost 7 years ago
Add addListener to navigation prop docs

github.com/react-navigation/react-navigation.github.io - 6a0981407e5c69e14247ad051f19fdd8e61fa23b authored almost 7 years ago
Add replace action docs and withNavigation

github.com/react-navigation/react-navigation.github.io - 49b6fb596a757fc54c8010710a223b90c1a36b15 authored almost 7 years ago
Bump version and update description

github.com/react-navigation/react-navigation-4 - e97d41cccf7f8f4a51269123a73037d75be6c474 authored almost 7 years ago
Remove Header.HEIGHT deprecation warning, no good alternative solution available yet

github.com/react-navigation/react-navigation-4 - 3e4ddc685acf223f978284f7a5cc6cd7e33e3026 authored almost 7 years ago
Fix StackRouter Replace Key Behavior (#3450)

Replace should actually provide new keys on the replaced route, use ‘newKey’ on the action if yo...

github.com/react-navigation/react-navigation-4 - 616f9a56f2be36fe4af0320df8d940c682822c3a authored almost 7 years ago
StackNavigator Replace Action (#3440)

* Navigation replace action

The long awaited action to replace the a route in StackNavigator
...

github.com/react-navigation/react-navigation-4 - 333b2e4b6817681ad4bdf6511ef16b087150fa24 authored almost 7 years ago
Add adaptive to TabBarBottom flow interface

github.com/react-navigation/react-navigation-4 - 8432f67529ade324e5ca07f6d1eb557a3986a10a authored almost 7 years ago
Fix focus event for initial screen (#3448)

github.com/react-navigation/react-navigation-4 - c72b44ce104e5fbeb67624c44b792eca82285119 authored almost 7 years ago
Fix #2795 - Not reducing header height in landscape on iPad (#3251)

* Adding tablet check for small header

* Switching to Platform.isPad

* Moving fully to Pla...

github.com/react-navigation/react-navigation-4 - 149f5f5c66a1b14efe3abff80096cf7416ce11b2 authored almost 7 years ago
Issue #2794 - Tab bar fix - Continued from #3041 (#3267)

* Fixing iPad iOS 11 Tab Bar Bottom Behavior with changing widths via Multitasking

* Adding w...

github.com/react-navigation/react-navigation-4 - 85f77fe903bc1d1c02c38ad1b9b2b3bed460636c authored almost 7 years ago
remove $FlowFixMe comments left over, as flow is no longer used (#3439)

github.com/react-navigation/react-navigation-4 - d4b759606d001b3ca8a8f791eccfc8ef7b7f20e1 authored almost 7 years ago
remove unuseful SafeAreaView component

sync with react-navigation:
https://github.com/react-navigation/react-navigation/commit/154aa85f...

github.com/react-navigation/react-native-safe-area-view - 70705508376239d291577934d396e6fb5e1b4a51 authored almost 7 years ago
style padding and inset collapse

sync with react-navigation:
https://github.com/react-navigation/react-navigation/commit/a62ad18b...

github.com/react-navigation/react-native-safe-area-view - 91c2a261a1f7c43ff565aab33c94c8f32e8bbdf5 authored almost 7 years ago
Handle translucent status bar within Expo automatically.

sync with react-navigation: https://github.com/react-navigation/react-navigation/commit/7fa0ef3a...

github.com/react-navigation/react-native-safe-area-view - b622743eb61e136d191771c27d4d6383118db24f authored almost 7 years ago
support animated style values

sync with react-navigation: https://github.com/react-navigation/react-navigation/commit/faed4731...

github.com/react-navigation/react-native-safe-area-view - ac384223ac1805d358f07e21522d8e923ee7b426 authored almost 7 years ago
Use a stack inside of drawer

github.com/react-navigation/react-navigation-4 - 4d2609f4a87a390fcfb845af469fbc146cb46707 authored almost 7 years ago
Key for completion action, to prevent eager didFocus (#3435)

The completion action would previously change the isTransitioning of any state, but this will en...

github.com/react-navigation/react-navigation-4 - fae1f71fb3f3fcbf7ad8ffdb9e0f5f1a840bf660 authored almost 7 years ago
Fix more links to type definition

github.com/react-navigation/react-navigation.github.io - b8b672697d158f7ae62af9bec85c8e6acad69c9d authored almost 7 years ago
Merge pull request #23 from kendaganio/some-typos

Fix some typos

github.com/react-navigation/react-navigation.github.io - d8efd6439ccc23d84c4c82e4c774fa3d767b771e authored almost 7 years ago
Fix Transitioner race condition (#3434)

This code was added during the events implementation, but I think we should be able to manage th...

github.com/react-navigation/react-navigation-4 - 03fbd98ce4a49eab19bd9a46c2cd48da6325aa88 authored almost 7 years ago
Fix incorrect easing functions for CardStack (#3381)

* Fix invalid easing functions for CardStack

1. `timing` function accepts `TimingAnimationCon...

github.com/react-navigation/react-navigation-4 - 63a6565afa737fa5e1b2ade39157fc75ae574afe authored almost 7 years ago
remove unuseful SafeAreaView component (#3428)

github.com/react-navigation/react-navigation-4 - 154aa85f70ef4339cb1751c4797550df20a1cc39 authored almost 7 years ago
Merge pull request #19 from steve-prod/patch-2

fix typos in headers.md

github.com/react-navigation/react-navigation.github.io - 1072a19244e8b41993220c8efb396d4b191737be authored almost 7 years ago
Update headers.md

Fix typos:
"...across many screen." -> "...across many screens."
"objexct" -> "object"

github.com/react-navigation/react-navigation.github.io - 2547d0684d5f5dc21c7309ef6b0cbeafb95411c3 authored almost 7 years ago
Merge pull request #18 from fiber-god/source

Point footer GH link to react-nav repo

github.com/react-navigation/react-navigation.github.io - ba560bb99f52b8208800532b6cc9482b6bdf5673 authored almost 7 years ago
Update link to React Navigation docs

github.com/react-navigation/redux-helpers - 2cf002618bf5c0d0257fe79254995e812ddfa3e2 authored almost 7 years ago
point GH link to react-nav repo

github.com/react-navigation/react-navigation.github.io - 32941ddba0543d1ef8a3e030e9aff81dfbdc2f8d authored almost 7 years ago
Fix events issue when swiping back (#3420)

github.com/react-navigation/react-navigation-4 - 98cfd7a53120b490e590237ee7f78168a2c5b06e authored almost 7 years ago
Better public example point under help

github.com/react-navigation/react-navigation-4 - 282e5abac22b2799f0ed6d92904cbfca9d0e2c50 authored almost 7 years ago
Clarify the "how can I help?" section

github.com/react-navigation/react-navigation-4 - d6d1dd279dd44a58e0d31de8b800840f54dd70af authored almost 7 years ago
Update the web section of README

github.com/react-navigation/react-navigation-4 - b0b7b556a383e86752fc0aa09d7f4ea3e4840f22 authored almost 7 years ago
Add a link to the website repository

github.com/react-navigation/react-navigation-4 - 56d233be8b530b60a7d15acca96f7ad0f5b73f8b authored almost 7 years ago
Update README again to improve wording of documentation section

github.com/react-navigation/react-navigation-4 - cfda9b290ba72c632976a527dc3933b7b2a454a8 authored almost 7 years ago
Remove website, docs and related commit. (#3419)

- This now lives at https://github.com/react-navigation/react-navigation.github.io

github.com/react-navigation/react-navigation-4 - 33c6ac9ae7bb1419876bdee14e7f9f1564740d79 authored almost 7 years ago
Call for ideas for what terms to cover

github.com/react-navigation/react-navigation.github.io - 85b6cd25fe3c289fcca577cf70686ff5ec15e97f authored about 7 years ago
Fill in remaining missing content for first release, I believe

github.com/react-navigation/react-navigation.github.io - 5b93a593ca6978b6acd5fd1ae14142caf3110f0a authored about 7 years ago
Merge pull request #14 from react-navigation/@ericvicenti/actions

Document new navigation actions and helpers

github.com/react-navigation/react-navigation.github.io - 70d8f2d8c6faa829c4c3f51246d98233156b10c1 authored about 7 years ago
Add more content, hide some temporarily to get initial release out

github.com/react-navigation/react-navigation.github.io - c5b6e9b75c5362eb433a30b029295a5e90152f20 authored about 7 years ago
Document new navigation actions and helpers

github.com/react-navigation/react-navigation.github.io - 9efd5f1dfd4bbf5e0d0b8eb6c1c0e0653cce81c7 authored about 7 years ago