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: fix onSwipeEnd never called (#477)

github.com/react-navigation/react-navigation - 07a5ac5d036c0e83a8a27e34467817899a55d0d1 authored almost 7 years ago
Fixed TypeScript definitions file

Some of definitions in the index.d.ts file were incorrect.
Closes #4

github.com/react-navigation/redux-helpers - d8a5e04978dfc316af472cb6a714413c54d09ab9 authored almost 7 years ago
Add lifecycle polyfill and change away from componentWillMount where possible without too much refactoring

github.com/react-navigation/react-navigation-4 - 3f837c895e823de4d528b55fd70ee7ba167480d8 authored almost 7 years ago
Add dismiss helper, made possible by also adding carefullyGetParent (#3669)

* Add dismiss action, made possible by getParentState

* Add dismiss to flow interface

* Do...

github.com/react-navigation/react-navigation-4 - 9a6e0bbd98d76a849ab017b9d91509464656f636 authored almost 7 years ago
Merge pull request #85 from react-navigation/navigatorRef

document the top-level navigator ref

github.com/react-navigation/react-navigation.github.io - ee178b6286126ded323afc0dd10c27414bdf5842 authored almost 7 years ago
Implement "less pushy navigate" RFC

github.com/react-navigation/react-navigation-4 - 7a978b1087ff3acc7dd71267bd900d15c932d7cc authored almost 7 years ago
Fix tab icon height on horizontal / ipad

github.com/react-navigation/react-navigation-4 - a92ed833020ecd8a0bda63c59413794c6bf7495c authored almost 7 years ago
Make push, pop, and popToTop bubble like navigate (#3617)

github.com/react-navigation/react-navigation-4 - 0c31bc44eaed1e45baa59eaefcad8ba2cee06e22 authored almost 7 years ago
Use arrow function for isFocused

github.com/react-navigation/react-navigation-4 - 8e5ee4d312057c3bfa495dddc2c5b8895bd7a7dc authored almost 7 years ago
Added TypeScript definitions file

index.d.ts file was missing
Closes #4

github.com/react-navigation/redux-helpers - 6bd399d582e25af304a0d79b78099859eecf3b1c authored almost 7 years ago
Merge pull request #83 from JavierMartinz/patch-1

Add missing props to AuthLoadingScreen

github.com/react-navigation/react-navigation.github.io - a2e1cb2421dc6db2bd53f825b5e3e29532794b7b authored almost 7 years ago
Add missing props to AuthLoadingScreen

Otherwise this.props.navigation will not be available in _bootstrapAsync

github.com/react-navigation/react-navigation.github.io - caf75b6c9e829053d1e13effff6abfd29257edfb authored almost 7 years ago
Pass initialRouteKey into StackRouter (#3540) (#3702)

github.com/react-navigation/react-navigation-4 - 4bb8987ab77233326312e35e19752aa1b16a5a7d authored almost 7 years ago
Swap addListener out for isFocused prop on ResourceSavingSceneView (#3700)

github.com/react-navigation/react-navigation-4 - 81a86fa091b34d3b7f349596eb00cee924d1d31f authored almost 7 years ago
Add SwitchNavigator to 2.x

github.com/react-navigation/react-navigation-4 - bdda6fa5be2cbdef2a1f4f5b3a65fa4518003c27 authored almost 7 years ago
[Flow] Some updates, mostly from flow-typed (#3682)

1. Remove `NavigationComponent` from `NavigationScreenRouteConfig`. The only context `Navigation...

github.com/react-navigation/react-navigation-4 - b097136f744eada38e46586f7382210071f7b430 authored almost 7 years ago
Allow passing null to onNavigationStateChange prop (#3683)

As seen here: react-navigation/react-navigation#360, we need to be able to pass null to turn off...

github.com/react-navigation/react-navigation-4 - c9b0219cec661ae30831eca3439b44ab27b155bf authored almost 7 years ago
- Updated "headerBackImage" navigation prop description.

github.com/react-navigation/react-navigation.github.io - edff033910b8fe328288de89d0ae91359d6d6734 authored almost 7 years ago
fix: use internal currentIndex instead of the one from props (#475)

index from props might be out of sync due to async nature of setState

github.com/react-navigation/react-navigation - 43113ea5e6163e4c1c597a19fa5dae4ad423f687 authored almost 7 years ago
Fix issue in drawer actions (#3667)

* Fix issue in drawer actions

* Update DrawerView.js

github.com/react-navigation/react-navigation-4 - ac83cf804c9ece7a92ee78f1d93ed4b5868559c2 authored almost 7 years ago
Merge pull request #78 from mtt87/patch-1

withNavigationFocus typo (missing Focus)

github.com/react-navigation/react-navigation.github.io - 2e300b237e537e5ac782f65222acefd18692b391 authored almost 7 years ago
Flow type: SafeAreaView doesn't require children (#3670)

`children` prop should be optional.

github.com/react-navigation/react-navigation-4 - cf635215169b88ef63829ac6fc31cfeaaad28a0e authored almost 7 years ago
Add activeLabelStyle and inactiveLabelStyle for DrawerItem (#3559)

* Add activeLabelStyle and inactiveLabelStyle

Adding activeLabelStyle, so that active items c...

github.com/react-navigation/react-navigation-4 - 7c488c8d4974028f85a4c5171d27209fa099170f authored almost 7 years ago
More specific injected Navigation props (#3645)

github.com/react-navigation/react-navigation-4 - 9005494e64fb7a9fb12f8745a0ccc5edbb787924 authored almost 7 years ago
Add isFocused helper to navigation and fix withNavigationFocus

github.com/react-navigation/react-navigation-4 - 0daab8c55b2b8aafed2b71d9c67e8da5cb185ebd authored almost 7 years ago
Cache event subscribers and clean up after unmounting (#3648)

* This caches "child event subscribers" by key and removes them when they're not needed anymore....

github.com/react-navigation/react-navigation-4 - ae9808933715979c77a231f4b43d093d22bed6c8 authored almost 7 years ago
Fix typespec of back action creator (#3659)

github.com/react-navigation/react-navigation-4 - 57e37a878352aabda60911affc11196bf4f1a73d authored almost 7 years ago
Fix NavigationEventPayload.lastState type (#3664)

Should be nullable, since it is initially called as `null` in `src/createNavigationContainer.js`...

github.com/react-navigation/react-navigation-4 - b7994d28db4cae9124a5fb8053a2d4efa4780304 authored almost 7 years ago
Fix: tabBar icons are not visible. (#3650)

* Fix: tabBar icons are not visible.

* Fix: tests.

github.com/react-navigation/react-navigation-4 - f1bfdeee46369cc52e89603d44c297254110fc36 authored almost 7 years ago
withNavigationFocus typo (missing Focus)

github.com/react-navigation/react-navigation.github.io - 4f23feecc0fbc3018c9741187040bcfec3889a80 authored almost 7 years ago
add activeLabelStyle and inactiveLabelStyle to docs

github.com/react-navigation/react-navigation.github.io - c3702e0e97800b3c7e7ae51638c0f93faa3e696e authored almost 7 years ago
Add initialRouteKey for StackRouter (#3540)

* use initialRouteName as key when initializing StackRouter

* fix null headerLeft

* merge ...

github.com/react-navigation/react-navigation-4 - c6301abaed51ef7ac2aa370ed18d66e39ca9e15d authored almost 7 years ago
Merge pull request #75 from samouss/patch-1

docs(AuthFlow): fix typo in component name

github.com/react-navigation/react-navigation.github.io - 3f5e1eb9647b50743121384a37e18c57e538e486 authored almost 7 years ago
Merge pull request #76 from jerolimov/source

Fix twitter link in the first blog post

github.com/react-navigation/react-navigation.github.io - 9bce83eeeef992e81f975cc20f66dd3e4027ff4a authored almost 7 years ago
Fix regression in error message for route config validation

github.com/react-navigation/react-navigation-4 - 4569ad49f9224d7a980dafe3c3798fa2384aa788 authored almost 7 years ago
docs(AuthFlow): fix typo in component name

github.com/react-navigation/react-navigation.github.io - ecb3a1aa90a9ba82c2acc54286fb899c3e79225d authored almost 7 years ago
Introducing initializeListeners

github.com/react-navigation/redux-helpers - 4613a9ea4fa92dd44e0861a1dafda3a32875c085 authored almost 7 years ago
Don't return initialState if router returns null

github.com/react-navigation/redux-helpers - ffa602a785ba3f2984f884968c80c38e2a20f100 authored almost 7 years ago
Move middleware to separate file

github.com/react-navigation/redux-helpers - 2494e1a6ea63bb7cc64bd20927c1a344f599c565 authored almost 7 years ago
Add navigation reducer

From @yordis #5

github.com/react-navigation/redux-helpers - 95cab875a9c30acc2396ec15cc1f9bed2e666976 authored almost 7 years ago
Add SwitchNavigator reference and Authentication Flows guide

github.com/react-navigation/react-navigation.github.io - de40e8a33f8e002ad1f63859f2abfd67879eedef authored almost 7 years ago
Merge pull request #70 from ArsenyYankovsky/source

Added safeAreaViewProps documentation

github.com/react-navigation/react-navigation.github.io - 98aa2d5838fe953cc3df7e6c08c3b554826807d7 authored almost 7 years ago
Merge pull request #73 from lustigdev/patch-1

Remove errant 'a'

github.com/react-navigation/react-navigation.github.io - e4dd164b8289e079851000ba65ac52fa49b831cd authored almost 7 years ago
Allow modification of SafeAreaView props (#3496)

* SafeAreaView fix

* Updated to only allow modification of forceInset property of SafeAreaView

github.com/react-navigation/react-navigation-4 - 214eeb13fba1a26d47165b3cf21958e3e414fef3 authored almost 7 years ago
Move contributing guide to CONTRIBUTING.md (#3631)

github.com/react-navigation/react-navigation-4 - 416fe58cab3b95e8c9b61fcb913d042d9d0c0e3f authored almost 7 years ago
First draft of shallow navigation options

github.com/react-navigation/rfcs - 22a4f552d9be6293a510a10ffbd2e3ede71de980 authored almost 7 years ago
fix: get pager's layout instead of the whole component, related to #418

github.com/react-navigation/react-navigation - dd8237955e3b266aac93728bf76afbe25dfd4da9 authored almost 7 years ago
Assign number to less pushy navigate

github.com/react-navigation/rfcs - c53e34995e082d9756140bcb83ee73724c35f7bb authored almost 7 years ago
Merge pull request #25 from react-navigation/less-pushy-navigate

Less pushy navigate

github.com/react-navigation/rfcs - b4236e02e6a9f577a35aee5bd047eec049d63949 authored almost 7 years ago
docs: add documentation for keyboardDismissMode (#459)

github.com/react-navigation/react-navigation - 777ce95272a0dad17a0840090cbc6c8b3f2163ec authored almost 7 years ago
docs: remove unsupported prop from docs

github.com/react-navigation/react-navigation - c168969318b83e0ddc56a138bcec0c69f34ec0ab authored almost 7 years ago
fix: check if NativeAnimatedModule is when using useNativeDriver in TabBar (#462)

github.com/react-navigation/react-navigation - 0eac55a5be9e53eef716b385848051717685fbb7 authored almost 7 years ago
Update 0001-back-behaviour-for-tabs.md

github.com/react-navigation/rfcs - 4b69b3a7e9a2c111c1677bced48579bfd39b7b7e authored almost 7 years ago
[BREAKING] New createNavigator API (#3392)

* New createNavigator and View API

See the RFC here:
https://github.com/react-navigation/rfc...

github.com/react-navigation/react-navigation-4 - e27ad22c57444fadb827bf3bd3a75e3b2ca38041 authored almost 7 years ago
Added headerForceInset documentation

github.com/react-navigation/react-navigation.github.io - c45aa7e67106bd266852632e5de5c2d53c7ebb3b authored almost 7 years ago
Merge pull request #71 from asdullahsiddique/patch-1

Removed unused component importing

github.com/react-navigation/react-navigation.github.io - 4d47741c02ff62e43b961e610d510ee9dd8fac27 authored almost 7 years ago
Update RFC for adding bubbling to StackRouter actions

github.com/react-navigation/rfcs - b4d7bc37edea3b1315802072893cd7b95b735667 authored almost 7 years ago
Removed unused component importing

Importing of TabBarBottom removed because it is not used in the example

github.com/react-navigation/react-navigation.github.io - 38758224bf38cad23157e58f33bcbb52aacabd6c authored almost 7 years ago
Clarify that people should not report Redux or MobX related integration issues here

github.com/react-navigation/react-navigation-4 - d3b6e70d1679ef290fb4ef602b543a8dc9e2d783 authored almost 7 years ago
Apply StyleSheet.flatten properly to headerStyle. Fixes #3608

github.com/react-navigation/react-navigation-4 - d5a0b5912bec33383625f9f012b3102b99b0f4b6 authored almost 7 years ago
Fix bug #3279 “Action within RESET doesn't trigger” (#3593)

https://github.com/react-navigation/react-navigation/issues/3279

github.com/react-navigation/react-navigation-4 - 8fc8f3b8f78cf80248ddcb1847d78b830a33eb2c authored almost 7 years ago
Add headerTransparent and headerBackground to docs

github.com/react-navigation/react-navigation.github.io - eac670ab5b34d0460793ec2aec5d0433a30ca445 authored almost 7 years ago
Improve crossfade configuration for header

github.com/react-navigation/react-navigation-4 - 23eb0839cb5be16059f98bc49dec3a1efed52595 authored almost 7 years ago
Use a closer-to-correct spring animation when releasing a gesture in CardStack (#3601)

github.com/react-navigation/react-navigation-4 - e84473db788373bb41c0f0eac70016a28c686cfb authored almost 7 years ago
Pop to top on TabNavigator when tapping already focused tab icon (#3589)

* Pop to top when tapping the tab icon for an already focused tab

* Dispatch popToTop with ke...

github.com/react-navigation/react-navigation-4 - c8531d0f38c9c8bdc74f59762df778e877a00789 authored almost 7 years ago
Added safeAreaViewProps documentation

github.com/react-navigation/react-navigation.github.io - 8a8b11aeedf0bcdb0057719c96e8ffc5b5e316f7 authored almost 7 years ago
Merge pull request #69 from LastxTemplar/patch-1

Added missing 'from'

github.com/react-navigation/react-navigation.github.io - da85e92a7e4541cb8630617adf73bbf9bb7d956e authored almost 7 years ago
remove support for deprecated navigation actions (#3595)

* remove support for deprecated navigation actions

* remove deprecated action from flow defin...

github.com/react-navigation/react-navigation-4 - 276fb8f7b39214c3bd78bad485160f53810151a7 authored almost 7 years ago
docs: update issue template

github.com/react-navigation/react-navigation - 03c9fd81bef66a90e0404b59a327fdd91c4c67e0 authored almost 7 years ago
add navigation reducer

github.com/react-navigation/redux-helpers - 8a8c3ad3a53ffe52d04b7b908aff0e08aa362642 authored almost 7 years ago
Add RFC for less pushy navigate

github.com/react-navigation/rfcs - 0e225096ca6fe14483e929960ce5ca8b757c0d45 authored almost 7 years ago
Update getting params rfc

github.com/react-navigation/rfcs - 462aad0d969f8ca8aa38eb2076eaa73d1e553c32 authored almost 7 years ago
adding createNavigationReducer redux doc

github.com/react-navigation/react-navigation.github.io - 9d56c600d9f6cd2d3c2668f1df3efa6c707d6836 authored almost 7 years ago
Updated README (#3567)

Changed wording in the Web Support section of README to reflect priority for previous 1.0 release.

github.com/react-navigation/react-navigation-4 - 2bb91a6740e2f1ade012906dc03c972ba6375cc3 authored almost 7 years ago
First crack at publish from circle (#3574)

* First crack at publish from circle

* s/publish/deploy

* Update snapshots

* Try instal...

github.com/react-navigation/react-navigation-4 - ffa3a92534f391e15ce0f3461aea7d5e20ae9864 authored almost 7 years ago
Fix colors for card and header border on iOS

github.com/react-navigation/react-navigation-4 - 6dda8c30a9cef1b977139e34d676152c1c155906 authored almost 7 years ago
Fix error: Dimensions.addEventListener is not function

github.com/react-navigation/react-native-safe-area-view - a84333f3b7eea510b7e6596ec7216964d0ebf490 authored almost 7 years ago