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

Several improvements to StackNavigation Header (#3568)

* Refactor to remove unused variables, styles, and outer Animated view

* Style cleanup

* P...

github.com/react-navigation/react-navigation-4 - 065fdf61d8c92551f9f0042784fbed595b27b3aa authored almost 7 years ago
Merge pull request #61 from mrcnc/patch-1

fix broken links

github.com/react-navigation/react-navigation.github.io - eb3c8f596dc384361f43ff5ec8e0150818e09edc authored almost 7 years ago
Merge pull request #63 from sidferreira/patch-1

Fix linebreaks and indents

github.com/react-navigation/react-navigation.github.io - 51e9087b9164bdabb953a9f758bc277c6c8b36c3 authored almost 7 years ago
Merge pull request #67 from emmajam/source

fixing broken links

github.com/react-navigation/react-navigation.github.io - b8bac660d65bc8793d25f7d6d7aed6a509aa0387 authored almost 7 years ago
Merge pull request #62 from bengal75/patch-1

Typos and mdashes

github.com/react-navigation/react-navigation.github.io - e28cd8825f0c8932f2a53979ea9e80b0b709e7d1 authored almost 7 years ago
Merge pull request #21 from peterpme/improve-getting-params

Create getParam helper

github.com/react-navigation/rfcs - 9d35ce01a23269416207d9f755fbe7fed3644c85 authored almost 7 years ago
feat: add keyboardDismissMode prop to TabViewPagerAndroid (#453)

github.com/react-navigation/react-navigation - d34d79c40f7699b61500f11cee3cd6064de0dca9 authored almost 7 years ago
Bump react-native-safe-area-view dep to 0.7.0 for react-native-web support (#3553)

github.com/react-navigation/react-navigation-4 - 1d33b95c5f4c16a1de0eff4f84aef1c04ae453e0 authored almost 7 years ago
Improve `Header` performance a bit (#3556)

* Improve `Header` performance a bit

I have been investigating `<Header />` component perform...

github.com/react-navigation/react-navigation-4 - 593bc8a64847682a056124c166c7404250fd0d1a authored almost 7 years ago
Update document to reflect `getParam` decision

github.com/react-navigation/rfcs - 7bcfce65e770fd9843710f9748686560f9d9d565 authored almost 7 years ago
Fix TabRouter to support shorthand route config

github.com/react-navigation/react-navigation-4 - 0b0e9e9df5c707a6f3567b8303adc03a4b4b921b authored almost 7 years ago
Fix regression in modular back button

github.com/react-navigation/react-navigation-4 - da6a960bb1ea52563fbb472ba2e3ce7d4d7a211a authored almost 7 years ago
Fix react-native-web support for #3526 (#3546)

* MaskedViewIOS use broke react-native-web support, this fixes it.

* Fallback more gracefully...

github.com/react-navigation/react-navigation-4 - 3ca47ec778c81ff0d4fd021a2ed29d5ccd509d05 authored almost 7 years ago
fix: add stub for `TabViewPagerAndroid` to support react-native-web (#450)

github.com/react-navigation/react-navigation - a38dec66733caac54729baa39dbccb7182a2064e authored almost 7 years ago
getComponentForState made more generic (#2498)

github.com/react-navigation/react-navigation-4 - 14ee56a20d95705860d8e1cdcdd2ddf407f51d78 authored almost 7 years ago
Pass prevTransitionsProps to transitionConfig (#3304)

* Pass prevTransitionsProps to transitionConfig

* Remove flow type

github.com/react-navigation/react-navigation-4 - 9d36daf48eea8c7c2955b889a742d528c67ba76f authored almost 7 years ago
Move the back button handler subscription to the NavigationContainer constructor (#3542)

* Move the back button handler subscription to the constructor to fix precedence
- See https://...

github.com/react-navigation/react-navigation-4 - b3bf80634d20238130c700964a01c92b9c47cacb authored almost 7 years ago
Cleanup around StackRouter (#3487)

* Make StackRouter a bit easier to read, update and add some comments, add an explicit test arou...

github.com/react-navigation/react-navigation-4 - fafd0e870272037526d8313e47a4e8eca31e43d9 authored almost 7 years ago
Fix headerLeft on first screen regression

github.com/react-navigation/react-navigation-4 - f0acaddf057020ace17428c570f6c329cf68c38c authored almost 7 years ago
Remove withNavigationFocus example until it's fixed

github.com/react-navigation/react-navigation-4 - 29a29936bf2cab302ffd86f21a1872bffc7f8e00 authored almost 7 years ago
Do not use hide views when swipe or animations are enabled. Improve withNavigationFocus example

github.com/react-navigation/react-navigation-4 - 021c7e54bec4a91818ec3abf0fe7a7e892327847 authored almost 7 years ago
Properly thread through childNavigation

github.com/react-navigation/react-navigation-4 - 27538cad9432d4a54b6499ddf0cbdf3d87d5f060 authored almost 7 years ago
Revert "Revert "Add getParam navigation helper (#3510)" (#3532)"

This reverts commit 5febb81a1cdf67a1e4a7f5a4a843087d6288fa1c.

github.com/react-navigation/react-navigation-4 - 2c6dc35723552632c6ca97717d5547a62b875d2b authored almost 7 years ago
Revert "Revert "getParam docs""

This reverts commit f4c46a45a7e7fb85440c043e1c4dabdb4b1496b0.

github.com/react-navigation/react-navigation.github.io - d2dcc4f9cb0c5e7e75988acae2dd04a342394bee authored almost 7 years ago
Add documentation for new options

github.com/react-navigation/react-navigation.github.io - 780b663ec7ca02e9f13f46920bd90e86f29a5ff9 authored almost 7 years ago
Add back support for lazy tabs and use removeClippedSubviews (#3538)

* Lazy initialization of tabs and move contents off-screen when not active

* Make subview cli...

github.com/react-navigation/react-navigation-4 - 3600ecbd9bf62be4e1c0d4632bb0d8f5635c9454 authored almost 7 years ago
add withNavigationFocus HOC (#3512)

* add withNavigationFocus HOC

See:
- https://github.com/react-navigation/react-navigation/is...

github.com/react-navigation/react-navigation-4 - c74f001b1ce63243cc6e3ab3c346ea5d531319f7 authored almost 7 years ago
Several small changes related to header style commit

github.com/react-navigation/react-navigation-4 - d0ef33b12fd78592f61481867c41fb6bcc584b73 authored almost 7 years ago
Header transition presets with support for standard iOS transition style (#3526)

Header transition presets with approximate support for UIKit transition style

github.com/react-navigation/react-navigation-4 - 3c3668c95295eb34e52ccdc46824753924be1396 authored almost 7 years ago
Merge pull request #60 from react-navigation/revert-52-add-get-param-docs

Revert "getParam docs"

github.com/react-navigation/react-navigation.github.io - ee3703fb912906c0e2ab482c57d793fabc6302f5 authored almost 7 years ago
Revert "Add getParam navigation helper (#3510)" (#3532)

This reverts commit 50dcb37cd728715da4a971646127c684b5597088.

github.com/react-navigation/react-navigation-4 - 5febb81a1cdf67a1e4a7f5a4a843087d6288fa1c authored almost 7 years ago
Merge pull request #18 from Minishlink/fix/web

Fix web usage

github.com/react-navigation/react-native-safe-area-view - b84d241a8bc215ef956ff3b3a56875e2a04667c5 authored almost 7 years ago
Merge pull request #52 from peterpme/add-get-param-docs

getParam docs

github.com/react-navigation/react-navigation.github.io - a9533c2ae98f6449e7752c1c83ddd2347b14ff1f authored almost 7 years ago
Add getParam navigation helper (#3510)

* add getParam helper

* passing tests

* check for existence of param instead of just or

...

github.com/react-navigation/react-navigation-4 - 50dcb37cd728715da4a971646127c684b5597088 authored almost 7 years ago
Merge pull request #56 from heygema/source

[Typo Fix] One Word Typo.

github.com/react-navigation/react-navigation.github.io - 4eae99a2370dd440f7b45ba645c48152ece9a473 authored almost 7 years ago
Merge pull request #54 from slorber/patch-1

Improve addListener documentation

github.com/react-navigation/react-navigation.github.io - c7d03db5561028fb4a0bf892d2602fc83ccab658 authored almost 7 years ago
Fix netlify deploy command (#57)

github.com/react-navigation/react-navigation.github.io - de476cccefe1e311878a829ec4fb3d2f7549a3f1 authored almost 7 years ago
Update addListener doc after review

github.com/react-navigation/react-navigation.github.io - 074ea9e033686811f26227f17a111bd030e8e9b0 authored almost 7 years ago
Merge pull request #55 from vvo/patch-1

fix(getting-started): remove unused code

github.com/react-navigation/react-navigation.github.io - 74e012a74417fe34a6f1ae50a66fc53131b8c0e7 authored almost 7 years ago
fix(getting-started): remove unused code

This fixes https://twitter.com/EricVicenti/status/963541803537281024

Unsure you want to keep ...

github.com/react-navigation/react-navigation.github.io - afcac6bbdf7a4dc564c96a60a0d475c897b72ca5 authored almost 7 years ago
The Linking and BackHandler components are now both supported by react-native-web (#3494)

so there's no need to supply dummy replacements.

github.com/react-navigation/react-navigation-4 - 69bca191a77d162d5405547abe7a10f77850c9f1 authored almost 7 years ago
Merge pull request #51 from abhishek-raj/source

Fix links to anchors

github.com/react-navigation/react-navigation.github.io - 9ba0780c8718b5a0954650b22cc719a17f384520 authored almost 7 years ago
Revert changes to website/core/Footer.js

github.com/react-navigation/react-navigation.github.io - 6dafb6ea24546aed23d12220e1d0a8e5dc2e85bd authored almost 7 years ago
Merge pull request #47 from fson/patch-1

[docs] Update headers.md

github.com/react-navigation/react-navigation.github.io - 8c7d5bfa30997b6c12d84cd59b9d91366a99f9f5 authored almost 7 years ago
Merge pull request #49 from alexdunne/patch-1

Updated modal description

github.com/react-navigation/react-navigation.github.io - f76fa7b590e9732a4af629d6dfc2940b607eb371 authored almost 7 years ago
Merge pull request #53 from marekgoczol/patch-1

typo in props object

github.com/react-navigation/react-navigation.github.io - 3fe8a5f9e918a78526bcb903d10546076d517577 authored almost 7 years ago
Merge pull request #46 from Ashoat/source

Add section "Interface Changes & Types" to contributing.md

github.com/react-navigation/react-navigation.github.io - 5d7dae86edf471deacab4ecd1a484321f801482a authored almost 7 years ago
Improve addListener documentation

github.com/react-navigation/react-navigation.github.io - 5c9a2ddcb22580c508e7261ec36ce5f7e7487f01 authored almost 7 years ago
improve getting params wip

github.com/react-navigation/rfcs - e4dd7a862255c4907d8fb50293068ce99c8b7e2c authored almost 7 years ago
Fixes non-working footer links

github.com/react-navigation/react-navigation.github.io - 6f9b19dcfe9377490083d6d6c61a3ce172de6c99 authored almost 7 years ago
Fixes non-working footer links

github.com/react-navigation/react-navigation.github.io - 0f9a3aab009d0be34ca370d88f1a38e624181a6f authored almost 7 years ago
Run Prettier on Flow libdef on precommit (#3495)

github.com/react-navigation/react-navigation-4 - 0fc7f871737d756333f0cc97ca9cd43aae7f8fe3 authored almost 7 years ago
Better orientation layout on playground

github.com/react-navigation/react-navigation-4 - 5b4d11ab5d74d81082b8ec567895d2215fb09032 authored almost 7 years ago
Merge pull request #48 from rszalski/fix_mdash_in_modal_docs

Fixes a missing ';' in mdash entity

github.com/react-navigation/react-navigation.github.io - 25632c6801284bfae683764678a68bdbc2f413e4 authored almost 7 years ago
Fixes a missing ';' in mdash entity

github.com/react-navigation/react-navigation.github.io - 20d12eb6a54e0c7fe6879cb76e9be6f8f2b80038 authored almost 7 years ago
[docs] Update headers.md

Status bar is not black, but the status bar text color is.

github.com/react-navigation/react-navigation.github.io - 43388113cbd32e8c8f8811a3f5d32d609850ca67 authored almost 7 years ago
Add section "Interface Changes & Types" to contributing.md

github.com/react-navigation/react-navigation.github.io - 7091a58cba2fe707213b0e6416765e31cf42cdf0 authored almost 7 years ago
Merge pull request #43 from joni-/fix-broken-link

Fix broken link

github.com/react-navigation/react-navigation.github.io - 0993e4aee20a90d51f2c4f6dc4a9b69d3a10edf7 authored almost 7 years ago
Slightly improved margins on the iOS header back button

github.com/react-navigation/react-navigation-4 - 4d1cc285b90d75e5519877b23c35b0dfb98c18ab authored almost 7 years ago
Use the correct iOS back icon

github.com/react-navigation/react-navigation-4 - 41725afa8ac65e603272d46529834212880e7322 authored almost 7 years ago
Make Router({ RouteName: Component }) a valid way to configure a router (#3486)

* Make Router({routeName: Component}) a valid way to instantiate a route

* Update App.js in N...

github.com/react-navigation/react-navigation-4 - 58b77d44aef2abcc8bbde0fe9445fbcd25968005 authored almost 7 years ago
Modular Action Creators

github.com/react-navigation/rfcs - f0428ab9f0a0dc496603347db68310530eec2a34 authored almost 7 years ago
Decode URI encoded string of deep link (#3455)

github.com/react-navigation/react-navigation-4 - 1d49b6e3feb0bfa9a16cee2258c810a3d831a7b0 authored almost 7 years ago
Update snapshots for TabView/TabNavigator

github.com/react-navigation/react-navigation-4 - 58b8a08af65f6be258271b386f74b0801fde402b authored almost 7 years ago
Allow swipeEnabled be a function (#3378)

* Allow swipeEnabled be a function with state param

github.com/react-navigation/react-navigation-4 - b11ea8a1d5191d072825c0242c4cba7b7eb3875c authored almost 7 years ago
Number of lines in label for TabBarBottom is always 1

github.com/react-navigation/react-navigation-4 - 3c2b977eca9baa9aa77b583964ea0976b29dfef9 authored almost 7 years ago
Merge pull request #38 from react-navigation/react-navigation-props-mapper

document react-navigation-props-mapper

github.com/react-navigation/react-navigation.github.io - 00cd580c82ce7d0d54ddcf73bfe9263ab4614337 authored almost 7 years ago
Merge pull request #39 from bobbylee/source

Fixed typo in tab-based-navigation code

github.com/react-navigation/react-navigation.github.io - 421ece2a9866287a32141577980e84472ef2aed4 authored almost 7 years ago
Merge pull request #41 from fvsch/fix-code-selection-color

Fix invisible selection color in code blocks (Firefox)

github.com/react-navigation/react-navigation.github.io - 5a0ebad2645a73e86c14096b8adf9ec36cb7a975 authored almost 7 years ago
Fix invisible selection color in code blocks (Firefox)

Code blocks have a white background-color.
In Firefox, selected code was invisible due to ::-mo...

github.com/react-navigation/react-navigation.github.io - bb201b7bc3585e31c6c8e5b3ba2d0bb8e338b48e authored almost 7 years ago
Make it possible to go back to menu from key example and improve banner on menu screen (#3479)

* Make it possible to go back to menu from key example and improve banner on menu screen

* Fi...

github.com/react-navigation/react-navigation-4 - 95565487ec1cd209b8bcee6c962a67f85e497bb8 authored almost 7 years ago
Bump to patch version 1.0.3

github.com/react-navigation/react-navigation-4 - a26d2acfcad8d51e580b6d0c898b752b254c054d authored almost 7 years ago