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

Fix tabbar bottom issue on Android. (#2774)

github.com/react-navigation/react-navigation-4 - 642af12ecb7247a41029e71dc9a5b4cbd589ab10 authored over 7 years ago
Fixes default drawerWidth to match Material UI patterns. (#2773)

* Fixes default drawerWidth to match material ui patterns.

Previously: calculated based on de...

github.com/react-navigation/react-navigation-4 - 3e37ee6d0cb565e789386f6e2715ff9c5a7c9420 authored over 7 years ago
[iOS 11] Handle landscape tabbar correctly. (#2676)

* Handle the ios11 tabbar correctly

* Fix an issue when showLabel is false

* Add a basic t...

github.com/react-navigation/react-navigation-4 - 36ffc4f31a6c9e3a87ff808eba66e0020f7c16b1 authored over 7 years ago
Issue-2662: Add support for testID and accessibilityLabel for tab bar items (#2684)

github.com/react-navigation/react-navigation-4 - 82c2cdbe0979595a314326fc5590a84038258955 authored over 7 years ago
Updating the README (#2752)

* update the README

* Fixing a couple formats

* rephrase intro

* reordering and relinki...

github.com/react-navigation/react-navigation-4 - 3ae4b31a9db77f01f2fc43a4ef2fc8e4b8193e56 authored over 7 years ago
Add `allowFontScaling` option for TabView and `headerTitleAllowFontScaling` for HeaderTitle (#2377) (#2721)

github.com/react-navigation/react-navigation-4 - f84fe152721f0f6f80f799dbcd9bcbf5f42d61d0 authored over 7 years ago
Update Routers.md (#2750)

Added import line to code example.

github.com/react-navigation/react-navigation-4 - 5576b84d8a7f20fae1bb14a1b366cccbb42bb169 authored over 7 years ago
added drawerBackgroundColor for documentation (#2723)

* added property inside drawerConfig to backgroundColor (drawerBackgroundColor)

* Adjusting d...

github.com/react-navigation/react-navigation-4 - 09e396002ff21a408483218556fcf0bfe8950310 authored over 7 years ago
Typo: 'create' was written twice 😂 (#2727)

github.com/react-navigation/react-navigation-4 - 2dca5b2135ad02fba78d9690fd588f96a5d0ebc8 authored over 7 years ago
Fix Querystring params not set for nested URI (issue #2251) (#2695)

* fix issue #2251 by including queryString to get nested action

* only use nested query strin...

github.com/react-navigation/react-navigation-4 - 27d496c26809c799b28a9e86f5d7191458c70efc authored over 7 years ago
added property inside drawerConfig to backgroundColor (drawerBackgroundColor) (#2698)

github.com/react-navigation/react-navigation-4 - df788fd9ac22ee93df27f87ec21958234fa97d76 authored over 7 years ago
remove ineffective invariant usages, fixes #2258 (#2693)

* remove ineffective invariant usages

* fix flow err

* fix tests

* fix tests

* use t...

github.com/react-navigation/react-navigation-4 - e4a7b7e073302bf970f1f1112b46a36873f7fc4a authored over 7 years ago
Suggest flex: 1 for embedded navigator (#2639)

github.com/react-navigation/react-navigation-4 - c08be7fb43ff3fa0553a30e02fa5a4686591e36e authored over 7 years ago
add doc for transitionConfig (#1827)

* add doc for transitionConfig

* address review

github.com/react-navigation/react-navigation-4 - 81d8d910853db426bf5ed78c9e77b88b537c4bb5 authored over 7 years ago
Fix "drawerLockMode" terminology for screenProps (#2667)

Should be "drawerLockMode" instead of "lockMode"

github.com/react-navigation/react-navigation-4 - 5e001155fbce26ad1676f89a908193cddbcf0d35 authored over 7 years ago
Fixing Intro Guide (#2679)

* Fixing Intro Guide

Fixes #832 - the code in this page was wrong, that export default was ca...

github.com/react-navigation/react-navigation-4 - c1d181eccd520eb43406b46672f3e9b051b045db authored over 7 years ago
Improve StatusBar/Header Behavior (#2669)

* Track orientation change

* Add tests for withOrientation

* Better variable naming

github.com/react-navigation/react-navigation-4 - a8556b0df2d47b448d8ea095f390691d72b3c629 authored over 7 years ago
Updates examples to react-native 0.48.4 and expo sdk 21. (#2675)

github.com/react-navigation/react-navigation-4 - c4541f44af65ebccbda0d561f2a2894902615489 authored over 7 years ago
Update ISSUE_TEMPLATE.md (#2668)

the problem I see with many bug reports in this repo is that people write a very vague descripti...

github.com/react-navigation/react-navigation-4 - ef82f1b5ffe538dc89d74d842c58e1d89ff20b65 authored over 7 years ago
Remove RelativeImageStub providesModule

github.com/react-navigation/react-navigation-4 - 1a62bf7955acc0319390960c10e44a5dc83f1ca3 authored over 7 years ago
Remove @providesModule declarations in src/utils to avoid Flow conflicts with fbjs package (#2665)

github.com/react-navigation/react-navigation-4 - a79d86b1529674326003995b0439ddd422331bf6 authored over 7 years ago
updated CircleCI badge in README

github.com/react-navigation/bot - 6a06d76b8a862c5c1bd720d4232e6d1e2012b8a0 authored over 7 years ago
Added link to Probot docs

github.com/react-navigation/bot - 4d9c352b25912d39f9725e882008105583f86dd8 authored over 7 years ago
Adding search to docs website (#2606)

* Adding search to docs website

* fix eslint errors

github.com/react-navigation/react-navigation-4 - 4202892a5d9c388aa791d672d4ff543c41d32346 authored over 7 years ago
Added js highlighting (#2610)

github.com/react-navigation/react-navigation-4 - 2f0e386a2493d3d786bc466ea3e05a29d69bfd23 authored over 7 years ago
Make GESTURE_RESPONSE_DISTANCE_* configurable. (#2172)

* Make gestureResponseDistance configurable.

* Fix format.

* Set vertical and horizontal d...

github.com/react-navigation/react-navigation-4 - 69397af74d3f36715b6e1a8fbc30a0bfd9c75778 authored over 7 years ago
Fix Flow types (and update RN version) (#2619)

* Fix .flowconfig to stop ignoring modules and properly include React Native libraries

Curren...

github.com/react-navigation/react-navigation-4 - b759d3136e4c3d69fb72816819c66f50ecebf8d1 authored over 7 years ago
fixed typo in deploy.sh

github.com/react-navigation/bot - 80ea87be971e40fa7b3f8241ccb21812a4379b8d authored over 7 years ago
fixed deployment scripts

github.com/react-navigation/bot - 502f7a38f8af15c486a02c247992da17be29c1f9 authored over 7 years ago
updated deploy script

github.com/react-navigation/bot - fa6b2ab04e1822aab092815963a470ba64265e16 authored over 7 years ago
fixed deployment config

github.com/react-navigation/bot - 0deca7c35418126374ffa93df102a5f1f3c8ac73 authored over 7 years ago
fixed deployment config

github.com/react-navigation/bot - c7a5fef8586035ff55e85bc40c31fcdbab42beaf authored over 7 years ago
updated now deployment

github.com/react-navigation/bot - e5a0d0d21ea78724fbcc8cabde4b4cd00753b1c0 authored over 7 years ago
updated deployment script

github.com/react-navigation/bot - 2ed3f3e4f28437773a6045c4b1404d4e81be171e authored over 7 years ago
fix deploy script

github.com/react-navigation/bot - da23f8eec0a548c7b3add0a5aa7f877bc15cda66 authored over 7 years ago
updated CI config

github.com/react-navigation/bot - 0fa3076d9af7546584f814fd85e280aa77feb375 authored over 7 years ago
updated now deploy config

github.com/react-navigation/bot - be3ccf0d568d6a086fa31cbdb1c7977a6e602e05 authored over 7 years ago
fixed circle ci config

github.com/react-navigation/bot - 8c9fe16e6f8823399153adfdc33bbb0d655fc942 authored over 7 years ago
updated deploy script

github.com/react-navigation/bot - 5d8e5abd8b89e26cc24fab0a08930a981058b906 authored over 7 years ago
:tada: initial commit

github.com/react-navigation/bot - de35bddffc1dbe3dbbe4fd7054658cf478358c68 authored over 7 years ago
drawerLockMode (#1377)

* added drawerLockMode with cabilities to update it on the fly

* fixed incorrect name on mark...

github.com/react-navigation/react-navigation-4 - 17c910fb5d69e02ef4015dfbf6a83d07019f4d03 authored over 7 years ago
Reverting last commit (#2626)

github.com/react-navigation/react-navigation-4 - 2b40182cd72861691956f059e56535c1994abd57 authored over 7 years ago
Merge branch 'master' into master

github.com/react-navigation/react-navigation-4 - 7832ed72c00934f7a34fa2d8cf1b59ca03695f2e authored over 7 years ago
Refactor .eslintrc to be more readable. (#2595)

- Replace 0, 1 and 2 with "off", "warn" and "error" because strings seem more readable than numb...

github.com/react-navigation/react-navigation-4 - 365eec8efae2d6d56bc4bb24c41af47ed0156af7 authored over 7 years ago
Employ pre-commit hook for formatting code. (#2597)

This change comes thanks to @plasticine's great idea (https://github.com/react-community/react-n...

github.com/react-navigation/react-navigation-4 - 98cb493449ca4929c6a403bc5022d7e52d785e12 authored over 7 years ago
Doc Improvement: goBack key doc improvement (#2035)

* chore(Doc Improvement): goBack key doc improvement

* chore(Doc improvement): fix wording

...

github.com/react-navigation/react-navigation-4 - 500c8a07ac3ce42c24ae687c05fbb64c66ec973c authored over 7 years ago
Update documentation on Title. (#2092)

github.com/react-navigation/react-navigation-4 - 3ad142b81895a8c545e77a8841e0846907fa2110 authored over 7 years ago
Add Syntax highlighting to Redux-Integration.md (#2355)

* Add Syntax highlighting to Redux-Integration.md

* Update Redux-Integration.md

github.com/react-navigation/react-navigation-4 - 44a65fc5a129209267e1cbc5f66f80c0a230d6b7 authored over 7 years ago
Add RNNavigation Links Repo to README (#2586)

* Add RNNavigation Links Repo to README

* Changed = to -

github.com/react-navigation/react-navigation-4 - 627bb369959d5b63bb087fea6d8b11ce44a22dd5 authored over 7 years ago
Merge branch 'probeadd-master'

github.com/react-navigation/react-navigation-4 - 4262b8a736a9d09f04aba5c691b735bf55d458c3 authored over 7 years ago
Fix code block and add export default.

github.com/react-navigation/react-navigation-4 - 6efca5d2ddeb1ab83435187bd8a54e35e3695257 authored over 7 years ago
Merge branch 'master' into master

github.com/react-navigation/react-navigation-4 - 65313ab52336153f9d9cc723d05d75ead7452a54 authored over 7 years ago
Add documentation for `useNativeAnimations` option in DrawerNavigator (#2593)

github.com/react-navigation/react-navigation-4 - 73cf08744ea37ccafe2c104764beb35db66f4d3b authored over 7 years ago
Trivial: cleanup warnings in test suite (#2581)

* Mock and verify console warnings to prevent noise in the test output.

* Tighten up expectat...

github.com/react-navigation/react-navigation-4 - b7768d12e63c5f931c9c126c489e02c9553ee357 authored over 7 years ago
Trivial: Ignore the jest setup file when calculating test coverage. (#2579)

* Ignore the jest setup file when calculating test coverage.

* Actually collect coverage from...

github.com/react-navigation/react-navigation-4 - ee2e27c24bc1f0b2d5076ffe8385b39943de7e65 authored over 7 years ago
Blog: A (Renewed) Path to React Navigation V1

github.com/react-navigation/react-navigation-4 - 2716fe4fead624606237ce9abeb1c3ef547951c1 authored over 7 years ago
Expose useNativeAnimations for Drawer navigator (#2568)

* Expose useNativeAnimations for Drawer navigator

* Default useNativeAnimations to true

github.com/react-navigation/react-navigation-4 - 23da6aebffcb5677fd3441b4043755350cbee3ed authored over 7 years ago
Accept a `tabBarOnPress` param (#1335)

* Accept a 'tabBarOnPress' param

* Make tabBarOnPress a navigationOption

github.com/react-navigation/react-navigation-4 - fe4b1e2379244da8b4909a707760417c06b04452 authored over 7 years ago
Update top-level component nav documentation (#2543)

The code example listed in the current documentation results in a deprecation warning. This upd...

github.com/react-navigation/react-navigation-4 - eeda63fb3e088753bf243d1d32cd4900c96d7246 authored over 7 years ago
Fix actually remove openURL event listener (#2235)

Previously, we were creating an anonymous function as the event listener handler. This means we ...

github.com/react-navigation/react-navigation-4 - 70785d635aa14cd8ee8db5d51f0640e782776be5 authored over 7 years ago
Upgrade the ReduxExample app (use CRNA) (#2171)

* [ReduxExample] Delete android and ios dirs

* [ReduxExample] Upgrade using create-react-nati...

github.com/react-navigation/react-navigation-4 - 312b68790ad18384acc3b693b2a5143db977ee04 authored over 7 years ago
Add custom transitioner example to NavigationPlayground (#2412)

github.com/react-navigation/react-navigation-4 - af53b0e5b8abbe9d2c43d99d0aa2f80427c22927 authored over 7 years ago
Use token when running 'now alias'

github.com/react-navigation/react-navigation-4 - b5d3ff0aae6682e3a65e106281b41a9858a8e123 authored over 7 years ago
Deploy website using NOW_TOKEN

github.com/react-navigation/react-navigation-4 - 22b26ff6af9d7b54b86eb5f24ced399fa0637b1c authored over 7 years ago
Fix Website Build (#2526)

* Update .eslintrc to allow compile.

* Resolve .web.js extension

* Look for __DEV__ on glo...

github.com/react-navigation/react-navigation-4 - ba3fb1a7ee8956c89983a0702b5804a7aa018fca authored over 7 years ago
Revert changes to yarn.lock (#2545)

* Rollback changes to yarn.lock

* Update react-native-tab-view in yarn.lock

github.com/react-navigation/react-navigation-4 - 0c62701ddc21ba99c320e0ef5d6d83916798c0eb authored over 7 years ago
Fixed issue with tab navigation (#2527)

github.com/react-navigation/react-navigation-4 - c815626020d1e20ccf40bd3185126d51341a44ae authored over 7 years ago
Fix the NavigationPlayground example! (#2170)

* [Playground] Commit auto-changes to package.json, yarn.lock

* [Playground] Rerun create-rea...

github.com/react-navigation/react-navigation-4 - 19babadf38510cf253d251a127795d73a625ea0a authored over 7 years ago
pin react-native-tab-view with ~ instead of ^ (#2348)

Because react-native-tab-view insists on sticking at 0.0.*,
the caret version pinning won't in...

github.com/react-navigation/react-navigation-4 - 2e1624e97693f0d0e60b65a7af21edceb03c70c6 authored over 7 years ago
Add documentation to help handling Hardware Back Button in Android (#2486)

github.com/react-navigation/react-navigation-4 - 024297b0141ce63626846fac888d15811d4e5ed7 authored over 7 years ago
Corrected broken links. (#2374)

Updated links for Card.js, CardStack.js and Header.js

github.com/react-navigation/react-navigation-4 - a71fd99cd406369308c53b6920d54b90ad24d6ff authored over 7 years ago
Feature/toggle (#2492)

* add toggle functionality

* add documentation

github.com/react-navigation/react-navigation-4 - 8fdfc6d7a6e7695d5440b615d75696257005ef69 authored over 7 years ago
Merge branch 'master' of https://github.com/probeadd/react-navigation

github.com/react-navigation/react-navigation-4 - d99f1fc07ce6b958b52b4fdb896b9b756fb1a39f authored over 7 years ago
Fix ActiveScreen in custom navigation (#2354)

github.com/react-navigation/react-navigation-4 - aa92bcb0dda980a54308c1bd941cbc7b2bad123a authored over 7 years ago
Update TabNavigator.md (#2482)

tabNavigatorConfig doc improvements

github.com/react-navigation/react-navigation-4 - ae9d49f1ab03f120b41be56dda8b144831ed2bed authored over 7 years ago
Add more props and a X to clear on android

github.com/react-navigation/search-layout - 33d3701876a6525326003ed27433cff9fe8d6598 authored over 7 years ago
Add a note about expo env

github.com/react-navigation/search-layout - 842fa2792ccd4d61c82315ba1fa31114fcfced5f authored over 7 years ago
Fix style variable in docs. (#2451)

github.com/react-navigation/react-navigation-4 - 3336022279d8d3f087aaa4c053874fd2f70d709a authored over 7 years ago
Add additional guidance information to the GitHub issue template. (#2428)

* Add additional guidance information to the GitHub issue template.

- Provides links to best ...

github.com/react-navigation/react-navigation-4 - f172ade4ae2e7ee0a916343d4e494ef78c0ac64e authored over 7 years ago
#Provide intro for create-react-native-app and react-native init

github.com/react-navigation/react-navigation-4 - d95f01f552245877bbcdb6cde7f7876b96a1a5cb authored over 7 years ago
[assets] Optimize back-icon PNGs (#2341)

Ran the images through `optipng -o7 -strip all`. In some cases got the images down from > 1 TCP ...

github.com/react-navigation/react-navigation-4 - ae9fb10e60d2735cd2debaae34483510aa9ab3e9 authored over 7 years ago