Ecosyste.ms: OpenCollective

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

github.com/react-navigation/react-navigation-4

Code of React Navigation 4 for archiving
https://github.com/react-navigation/react-navigation-4

Fix react-native-web support for #3526 (#3546)

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

* Fallback more gracefully...

3ca47ec778c81ff0d4fd021a2ed29d5ccd509d05 authored almost 7 years ago
getComponentForState made more generic (#2498)

14ee56a20d95705860d8e1cdcdd2ddf407f51d78 authored almost 7 years ago
Pass prevTransitionsProps to transitionConfig (#3304)

* Pass prevTransitionsProps to transitionConfig

* Remove flow type

9d36daf48eea8c7c2955b889a742d528c67ba76f authored almost 7 years ago
Release 1.1.0-rc.4

055fdb2ffc13b4389ead56a4a02681170bad07f7 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://...

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...

fafd0e870272037526d8313e47a4e8eca31e43d9 authored almost 7 years ago
Release 1.1.0-rc.3

d94045817c07bbd4937c3a981904da67b0c9cedc authored almost 7 years ago
Fix headerLeft on first screen regression

f0acaddf057020ace17428c570f6c329cf68c38c authored almost 7 years ago
Update snapshots

9beb32ecaca56f7a8df3443002b5b73ee6a415a2 authored almost 7 years ago
Remove withNavigationFocus example until it's fixed

29a29936bf2cab302ffd86f21a1872bffc7f8e00 authored almost 7 years ago
Bump version

8961fef00b4524c0dcfb14faaf1d46c34ed6505d authored almost 7 years ago
Do not use hide views when swipe or animations are enabled. Improve withNavigationFocus example

021c7e54bec4a91818ec3abf0fe7a7e892327847 authored almost 7 years ago
Properly thread through childNavigation

27538cad9432d4a54b6499ddf0cbdf3d87d5f060 authored almost 7 years ago
Release 1.1.0-rc.0

9a8a50ef1d43b360dc4edaf7d44368455104e930 authored almost 7 years ago
Revert "Revert "Add getParam navigation helper (#3510)" (#3532)"

This reverts commit 5febb81a1cdf67a1e4a7f5a4a843087d6288fa1c.

2c6dc35723552632c6ca97717d5547a62b875d2b 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...

3600ecbd9bf62be4e1c0d4632bb0d8f5635c9454 authored almost 7 years ago
add withNavigationFocus HOC (#3512)

* add withNavigationFocus HOC

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

c74f001b1ce63243cc6e3ab3c346ea5d531319f7 authored almost 7 years ago
Update snapshots

7f4706e4ccacb83740fdff7b48050219484879fc authored almost 7 years ago
Several small changes related to header style commit

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

3c3668c95295eb34e52ccdc46824753924be1396 authored almost 7 years ago
Revert "Add getParam navigation helper (#3510)" (#3532)

This reverts commit 50dcb37cd728715da4a971646127c684b5597088.

5febb81a1cdf67a1e4a7f5a4a843087d6288fa1c authored almost 7 years ago
Add getParam navigation helper (#3510)

* add getParam helper

* passing tests

* check for existence of param instead of just or

...

50dcb37cd728715da4a971646127c684b5597088 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.

69bca191a77d162d5405547abe7a10f77850c9f1 authored almost 7 years ago
fix doc link (#3513)

4df91989794d7d349787b44bc29cfba65fd0ed4f authored almost 7 years ago
Run Prettier on Flow libdef on precommit (#3495)

0fc7f871737d756333f0cc97ca9cd43aae7f8fe3 authored almost 7 years ago
Better orientation layout on playground

5b4d11ab5d74d81082b8ec567895d2215fb09032 authored almost 7 years ago
Slightly improved margins on the iOS header back button

4d1cc285b90d75e5519877b23c35b0dfb98c18ab authored almost 7 years ago
Use the correct iOS back icon

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...

58b77d44aef2abcc8bbde0fe9445fbcd25968005 authored almost 7 years ago
Decode URI encoded string of deep link (#3455)

1d49b6e3feb0bfa9a16cee2258c810a3d831a7b0 authored almost 7 years ago
Update snapshots for TabView/TabNavigator

58b8a08af65f6be258271b386f74b0801fde402b authored almost 7 years ago
Allow swipeEnabled be a function (#3378)

* Allow swipeEnabled be a function with state param

b11ea8a1d5191d072825c0242c4cba7b7eb3875c authored almost 7 years ago
Number of lines in label for TabBarBottom is always 1

3c2b977eca9baa9aa77b583964ea0976b29dfef9 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...

95565487ec1cd209b8bcee6c962a67f85e497bb8 authored almost 7 years ago
Bump to patch version 1.0.3

a26d2acfcad8d51e580b6d0c898b752b254c054d authored almost 7 years ago
No need to have a conditional around slicing the routes array

a1b3d2213d5071e8478cb977484b311003d04d89 authored almost 7 years ago
Prevent navigation from getting in bad state when navigating back to route by key (#3478)

eb39df507e10ba462f5f24059f3bed5bee794d07 authored almost 7 years ago
Do not use contentInsetAdjustmentBehavior on iOS in ModalStack example

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 ...

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...

67f98b69eb141d9adbc579fb5256914fd5b66ccc authored almost 7 years ago
Bump to patch version 1.0.2

c0c5c86f6305a8d4436dc01c1b23319ad947b8d0 authored almost 7 years ago
Remove console logs from published version of navigation playground

4388b6403cc7102836ce300501cb92e599a4c817 authored almost 7 years ago
Only initialize the CardStack PanResponder if gestures are enabled

2cb740fbf66ac6f1e9f8103cd6630fcaa1eef694 authored almost 7 years ago
Remove extra scene in floating header if it hasn't been evicted due to transition yet

ac741a703b32047dfa85cb33f8d17a1230e7f89a authored almost 7 years ago
Revert "StackRouter block actions while transitioning (#3469)"

This reverts commit 858a0d7a5354fcdafaf76d3a179ce070ed66e468.

5641b42975f6c50135fc75c0e4a8bc1cb5b0fa6c authored almost 7 years ago
Bump to minor version 1.0.1

ea19ceaa6a10337153b3f25c002f13a99726b5d1 authored almost 7 years ago
Make TabRouter handle COMPLETE_TRANSITION in a child router without switching active index (#3473)

57ae6e4736176b540ab897e8a49e45fea299c698 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...

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...

cf36f22e68fe4a7f475d714590f665dfc29e3e25 authored almost 7 years ago
Add custom back button example

7385c244b75d20d5e271c44edac18a0ad87fde45 authored almost 7 years ago
Bump to 1.0.0

8bd25cf3720604a5a137e8c1cf357a67aaa90c6d authored almost 7 years ago
Prevent push from bubbling up (#3454)

20af8c688ec32e85be36a4e95e00e3a03e754f3a authored almost 7 years ago
Prevent pop and popToTop from bubbling up to parent stack (#3453)

b0dccd7e889b4770ca45a9efa898e860cb8c7a8f authored almost 7 years ago
Bump version

c69a22f10e7462b2468bef67a92a33493e21b32e 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...

43a1c5ddbd84eccfd07bb1546e57b32faf2bb836 authored almost 7 years ago
Bump version and update description

e97d41cccf7f8f4a51269123a73037d75be6c474 authored almost 7 years ago
Remove Header.HEIGHT deprecation warning, no good alternative solution available yet

3e4ddc685acf223f978284f7a5cc6cd7e33e3026 authored almost 7 years ago
Bump version

f62c72859335eb97a6eeb7b2e99f425e4fd7756e 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...

616f9a56f2be36fe4af0320df8d940c682822c3a authored almost 7 years ago
Bump version

3b93faa0fc9be118bf67e674b67fa888bdae9d49 authored almost 7 years ago
StackNavigator Replace Action (#3440)

* Navigation replace action

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

333b2e4b6817681ad4bdf6511ef16b087150fa24 authored almost 7 years ago
Bump version

7f50173cf1405177354c37409240a38826be7b20 authored almost 7 years ago
Add adaptive to TabBarBottom flow interface

8432f67529ade324e5ca07f6d1eb557a3986a10a authored almost 7 years ago
Fix focus event for initial screen (#3448)

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...

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...

85f77fe903bc1d1c02c38ad1b9b2b3bed460636c authored almost 7 years ago
remove $FlowFixMe comments left over, as flow is no longer used (#3439)

d4b759606d001b3ca8a8f791eccfc8ef7b7f20e1 authored almost 7 years ago
Use a stack inside of drawer

4d2609f4a87a390fcfb845af469fbc146cb46707 authored almost 7 years ago
Bump version

0766ec963e30d14f217a9a3abbe297065d766667 authored almost 7 years ago
Fix tests

0759e8cc8f3692c3ffd4b153121e529a12f25b41 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...

fae1f71fb3f3fcbf7ad8ffdb9e0f5f1a840bf660 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...

03fbd98ce4a49eab19bd9a46c2cd48da6325aa88 authored almost 7 years ago
Fix incorrect easing functions for CardStack (#3381)

* Fix invalid easing functions for CardStack

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

63a6565afa737fa5e1b2ade39157fc75ae574afe authored almost 7 years ago
remove unuseful SafeAreaView component (#3428)

154aa85f70ef4339cb1751c4797550df20a1cc39 authored almost 7 years ago
Bump version

a14002084fac9e677d7172f7dbf92137d2d10a8e authored almost 7 years ago
Fix events issue when swiping back (#3420)

98cfd7a53120b490e590237ee7f78168a2c5b06e authored almost 7 years ago
Better public example point under help

282e5abac22b2799f0ed6d92904cbfca9d0e2c50 authored almost 7 years ago
Clarify the "how can I help?" section

d6d1dd279dd44a58e0d31de8b800840f54dd70af authored almost 7 years ago
Update the web section of README

b0b7b556a383e86752fc0aa09d7f4ea3e4840f22 authored almost 7 years ago
Add a link to the website repository

56d233be8b530b60a7d15acca96f7ad0f5b73f8b authored almost 7 years ago
Update README again to improve wording of documentation section

cfda9b290ba72c632976a527dc3933b7b2a454a8 authored almost 7 years ago
Update README

bce5fde5cb72b28a04e32db8abdc4298fc184f48 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

33c6ac9ae7bb1419876bdee14e7f9f1564740d79 authored almost 7 years ago
Bump version

189e7ee53906e6e2bf692f4b2f7a003d3f41ae52 authored almost 7 years ago
Update yarn.lock

dc06c509662b40472ad82ddd3cd0423434a5f005 authored almost 7 years ago
Redux middleware for new event system (#3399)

* Add Redux bindings for new event system

* construct -> create

* react-navigation-redux-h...

b013cc98bee654414755506169bb1d8865636af8 authored almost 7 years ago
Clean up old build process and Babel config (#3406)

37c3a357fced685e14c8a3d9d210af11a32e699d authored almost 7 years ago
New StackRouter Push Action (#3401)

836a164693d8b2a092fba0ab52173784aad54d06 authored almost 7 years ago
StackRouter PopToTop Action (#3403)

a9582c5dd3540bcb833e190cc45cae9bb952af8f authored almost 7 years ago
StackRouter PopN Action (#3404)

fe4079c4954bca51932f611c2a1bcefcbcb6beec authored almost 7 years ago
StackRouter Reset Action should match state key (#3400)

ed0306587cdfcc452b4564a5b429aa535e73c009 authored almost 7 years ago
Fix and actually understand event emitter (#3367)

c88ec60fe36379cb0aa14c0e0c7464db6c775b61 authored almost 7 years ago
Add Flow libdef (#3391)

* Add Flow libdef

* Move libdef to flow folder in root

* Update libdef with some refinemen...

d0da40fa32b7e247653dc6880b285220e7f02186 authored almost 7 years ago
Add key support to StackRouter navigate (#3393)

7141f66efd4f9682fe9b971bf418ae3dab27ddef authored almost 7 years ago
metro-bundler -> metro (#3396)

ffcf1798838b5333766c98711eada532d70b6c66 authored almost 7 years ago
Add NavigationPlayground Flow test to CI (#3385)

In order to make sure that contributors don't making breaking changes to our Flow types without ...

441b9ffe104f12ae74c79d472b91ec20b3a75eae authored almost 7 years ago
Fix NavigationEvent types (#3384)

* Fix SimpleTabs types

dca37627a243b191fda5856aa6ce9eb1ee4957cf broke the types, but it wasn'...

0d3d83bd90eea5f15ad00c92cfa5285a37a637bd authored almost 7 years ago
Update to RN 0.52 and Expo 25 (#3383)

* Update to RN 0.52 and Expo 25

* Rerecord snapshots for failing Jest tests

* jest-expo@25...

d1d81d7033baa748e822a7c87dfcdc4b80429d32 authored almost 7 years ago
Support initialRouteParams for TabRouters (#3352)

a1fc5666793396a59c08dd42dab844f71fb5e7b9 authored almost 7 years ago
rely on defaultProps in TouchableItem (#3374)

088e9e82adc7604eb0bb4ee46676c5000176511f authored almost 7 years ago