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

Update icons in playground app and add some padding to banner

github.com/react-navigation/react-navigation-4 - ff6d6f4e5e9d509acb102264d6af37a4297c67ce authored about 7 years ago
Handle translucent status bar within Expo automatically.

- Escape hatch of `ReactNavigation.SafeAreaView.setStatusBarHeight()`.
- `if (Platform.OS === 'an...

github.com/react-navigation/react-navigation-4 - 7fa0ef3aeeee8fd54be1e55cf48764c517aa45fb authored about 7 years ago
Revert "Issue #2794 - Fixing iPad iOS 11 Tab Bar Bottom Behavior (#3041)"

This reverts commit c7b73cd8b4bbcd6b9eaf8aad5fbfba9e17ec8fd4.

github.com/react-navigation/react-navigation-4 - 627c487936994ced5bd0bea88f77467f9dd50d5c authored about 7 years ago
Use stiffness/damping/mass for card stack transition on React Native >= 50 (#3261)

github.com/react-navigation/react-navigation-4 - bc75a5b7b91d31050931e4ceb451377bc59ffd65 authored about 7 years ago
Quick (incomplete) firstpass at pitch, add a poorly named "Navigation-like components" section

github.com/react-navigation/react-navigation.github.io - 26c724cb52925ded2f65a2e96ac20f8aad485d26 authored about 7 years ago
Render View with pointerEvents=box-none

github.com/react-navigation/react-native-safe-area-view - d92f5c113db7bab674445840257463e0f381f20e authored about 7 years ago
Use fork of Docusaurus for Prism syntax highlighting (better JSX support than Highlight.js, which has none)

github.com/react-navigation/react-navigation.github.io - a152feb065a54a05e93342c9ab8331c686ddf1d0 authored about 7 years ago
Docs(Readme): Fix markdown formatting

github.com/react-navigation/react-native-safe-area-view - 49b8cdbb3eb47f4e161c442ae9ab7418a5f3ae47 authored about 7 years ago
Add first term, finish moving between screens

github.com/react-navigation/react-navigation.github.io - 8f455b471701decc742d57ec2830547c3b0c23a3 authored about 7 years ago
Continuing progress, clean up sections and write some more

github.com/react-navigation/react-navigation.github.io - 9a8ff354c2355d92eb1b687beb0c1b3c44f6ed41 authored about 7 years ago
Set the default value of the DrawerNavigatorConfig correctly. (#3152)

* Set the default value of the DrawerNavigatorConfig correctly.

* update DrawerViewProps type

github.com/react-navigation/react-navigation-4 - 50d5c8bc0a2a050e9aa8264f76185560e36bbe4f authored about 7 years ago
Issue #2794 - Fixing iPad iOS 11 Tab Bar Bottom Behavior (#3041)

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

* Updating...

github.com/react-navigation/react-navigation-4 - c7b73cd8b4bbcd6b9eaf8aad5fbfba9e17ec8fd4 authored about 7 years ago
Another pass at structure, WIP

github.com/react-navigation/react-navigation.github.io - b24db022379c37bf3f401cf64872d4c0ff004c9c authored about 7 years ago
Fix drawer toggle (#3191)

* Fixed drawer toggle

* Fixed drawer toggle

* Update DrawerView.js

github.com/react-navigation/react-navigation-4 - e2e540c32d9126cbcd03d14e60ff4b22c97699bb authored about 7 years ago
Update README, bump version

github.com/react-navigation/react-navigation-4 - 7a57c4e779573a14844d99168e169114ff071373 authored about 7 years ago
If URL is just a scheme:// component without a path, default to root "/" URL (#3224)

github.com/react-navigation/react-navigation-4 - 4373544257bcab7fa01aef8621ee74a0a83149ee authored about 7 years ago
Upgrade react-native-tab-view (#3064)

github.com/react-navigation/react-navigation-4 - 8329e269b6c216386406ae708b8489bcb27993ee authored about 7 years ago
removing react-addons-test-utils (#3221)

github.com/react-navigation/react-navigation-4 - 450a1e3ba5a7a5a59eca5b661e6d76c0d73e1e58 authored about 7 years ago
refactor: don't use PureComponent

github.com/react-navigation/react-native-tab-view - a3afef63dbbc78f899cd5b9912efec4605fe8b42 authored about 7 years ago
refactor: don't use PureComponent

github.com/react-navigation/react-navigation - 0c9a8e9b9715ed895ab4ff4bbcac48202de358f0 authored about 7 years ago
Quick and incomplete first pass at migrating website to docusaurus

github.com/react-navigation/react-navigation.github.io - 0afdc414d89d432168b126e000e392fd822763fe authored about 7 years ago
fix: make sure layout.width is never 0

github.com/react-navigation/react-navigation - 33a26926d81eac4c9d032993182b1c87b6cc0ceb authored about 7 years ago
fix: make sure layout.width is never 0

github.com/react-navigation/react-native-tab-view - 68eff09697e8417de28c5515c8490e4be6c945fc authored about 7 years ago
Enable configuration of gesture direction (#3077)

* Enable configuration of gesture direction

* Fix documentation and code style

* Invert be...

github.com/react-navigation/react-navigation-4 - 41b587ca657d486a545e796e58a22e4b836d3311 authored about 7 years ago
Safe area view: support animated style values (#3124)

* Use Animated.View instead of View in SafeAreaView

This allows passing animated style proper...

github.com/react-navigation/react-navigation-4 - faed4731bcb9fbaeece1e5ae1a54bd156f738be9 authored about 7 years ago
Fix handling the Hardware Back Button link in Redux section (#3134)

github.com/react-navigation/react-navigation-4 - 7fe76fb7c65a14cf50154ea87a5f02081fdd4425 authored about 7 years ago
Update Contributors Guide link (#3133)

github.com/react-navigation/react-navigation-4 - 89a666859544f337e9b4c27b312ae6f876dcac50 authored about 7 years ago
Update Navigation-Actions.md (#3126)

github.com/react-navigation/react-navigation-4 - 9cf9e25661e354175b3af5733e1d6b1d2896dcbb authored about 7 years ago
Add support for custom header transitions (#3075)

* Add support for custom header transitions

* Use default props for header transition default...

github.com/react-navigation/react-navigation-4 - 363f93fc4d449f180dca05079b13a27c274fdd0a authored about 7 years ago
Don't use params from unrelated action when initializing nav state (#3094)

`TabRouter.getStateForAction` has some code at the start to initialize an empty nav state before...

github.com/react-navigation/react-navigation-4 - 928f632c892bb27a96665608f72638e4b8cfaf36 authored about 7 years ago
docs: remove onPositionChange from docs

github.com/react-navigation/react-native-tab-view - 610d53cc085ee1c7c24eb2ab145023f6605312b1 authored about 7 years ago
docs: remove onPositionChange from docs

github.com/react-navigation/react-navigation - 80f0c7c75bf56b0377661d074f6b92acbe822b5b authored about 7 years ago
Don't delegate inner action to child router, handle inner action when handling NAVIGATE

github.com/react-navigation/react-navigation-4 - 950d0c68772ea5fc93f6279659514e0086db71e1 authored about 7 years ago
BREAKING: drop position listeners (#403)

github.com/react-navigation/react-navigation - 77f52d256ef99075eb3fee32194d04f3168e7399 authored about 7 years ago
BREAKING: drop position listeners (#403)

github.com/react-navigation/react-native-tab-view - 9aaa1f0d47525dfd5ff8aa89689b4c1168672ae0 authored about 7 years ago
docs: rework bottom bar example

github.com/react-navigation/react-native-tab-view - d16f1be5be4961eea6cc8d40162556c4683152fb authored about 7 years ago
docs: rework bottom bar example

github.com/react-navigation/react-navigation - 2d16be2d7f4a23760edd22e4ecb5cb38b8550ae9 authored about 7 years ago
BREAKING: drop lazy prop

github.com/react-navigation/react-navigation - 5f8ae01e7f16a29481866e86f461893e441456f3 authored about 7 years ago
fix: fix calculating initial offset for tab bar

github.com/react-navigation/react-native-tab-view - 8e859aeff5292c2e564bd7e4199f588fc6c7324e authored about 7 years ago
fix: fix calculating initial offset for tab bar

github.com/react-navigation/react-navigation - 1dada0bec51b83674e1c932da6be6a2d5a935a38 authored about 7 years ago
chore: upgrade dependencies

github.com/react-navigation/react-navigation - bde578371c7be64e638892e0bf892e8429169f6a authored about 7 years ago
chore: upgrade dependencies

github.com/react-navigation/react-native-tab-view - 90aadf809b3c26c63c83a977d4d52a5a4e5f6398 authored about 7 years ago
Disable / enable swipe depending on screen. (#2906)

* Disable / enable swipe depending on screen.

react-community#1760

* Updated to master

...

github.com/react-navigation/react-navigation-4 - 5a265065953cea00b23d4bba81749cb48f110407 authored about 7 years ago
fix: fix resetting isInitial

github.com/react-navigation/react-native-tab-view - a9b70daa372c1197ee5104b5d5cb01f7e98e0385 authored about 7 years ago
fix: fix resetting isInitial

github.com/react-navigation/react-navigation - 68cc44457c9892fc86e5ee343e4c60c8a133af41 authored about 7 years ago
fix: fix issues with scroll based pager

github.com/react-navigation/react-native-tab-view - bda8237e889b480347ce64a58f8e22a1524168c6 authored about 7 years ago
fix: fix issues with scroll based pager

github.com/react-navigation/react-navigation - a671fa690c0adc7e7cdc612bbf67d4e4ac6f29b1 authored about 7 years ago
Await promise from Transitioner onTransitionStart (#2946)

* Await promise from onTransitionStart

* Review feedback

* Update docs for onTransitionEnd

github.com/react-navigation/react-navigation-4 - 5cb42bdf5d202785fd0c99cb80b88e6f18521d1a authored about 7 years ago
fix: improve tab scrolling experience

github.com/react-navigation/react-navigation - 622bd4fcef8e8ff9d9a426f51af0215c9ead1593 authored about 7 years ago
fix: improve tab scrolling experience

github.com/react-navigation/react-native-tab-view - dcfa79b2fdc5c921e64c0f94fa21b1e9e153149d authored about 7 years ago
fix: tweak experimental pager

github.com/react-navigation/react-native-tab-view - 7fd9aa2886211ef5040b23a29aa6167e8b7a08f2 authored about 7 years ago
fix: tweak experimental pager

github.com/react-navigation/react-navigation - 604be0b4e08b207d6084fac3389c2ec554b41387 authored about 7 years ago
refactor: don't depend on react-native-gesture-handler

github.com/react-navigation/react-navigation - 971946a012f3d4beebbe74c31e560c0ebf77edea authored about 7 years ago
refactor: don't depend on react-native-gesture-handler

github.com/react-navigation/react-native-tab-view - 7f2a13a8bd061244feb596971baaf788a3957d0a authored about 7 years ago
fix: fix issues with scroll based pager

github.com/react-navigation/react-navigation - 699fe6fc1c1ca15cccb383ad4f1b9067d6628455 authored about 7 years ago
fix: fix issues with scroll based pager

github.com/react-navigation/react-native-tab-view - ef3aab6c5feb48fc00ae5e18e69be349c4bc617a authored about 7 years ago
fix: remove buggy scrollable tab behaviour

github.com/react-navigation/react-native-tab-view - 288aca19bd0685ee359e08667dc84228b8cde782 authored about 7 years ago
fix: remove buggy scrollable tab behaviour

github.com/react-navigation/react-navigation - 1d4abe67ec64a4d8c0e7346c57ff2382c5565b96 authored about 7 years ago
fix: always add keys to scenes. fixes #399

github.com/react-navigation/react-navigation - 02f6a104385682ef9b0173c20b7b506bf324439b authored about 7 years ago
fix: always add keys to scenes. fixes #399

github.com/react-navigation/react-native-tab-view - 11352da70e1ca7b563a838e1fefeba63d4c9b3b4 authored about 7 years ago
Drawer Improvement, Let define a route key to open/close multiple dra… (#1803)

* Drawer Improvement, Let define a route key to open/close multiple drawer with no side effects
...

github.com/react-navigation/react-navigation-4 - d5618ebd41ec1ac53cb40301d0f71610fbbb7172 authored about 7 years ago
Set sdkVersion to 23.0.0 (#3037)

github.com/react-navigation/react-navigation-4 - 368bc615c10a886d2aad411113c0dda046a290b6 authored about 7 years ago
Add NavigationContainer and NavigationContainerProps types (#3030)

Adding types for these fixes the errors we're seeing when using `TabNavigator` and `StackNavigat...

github.com/react-navigation/react-navigation-4 - f332b6bdf7286584f7b03aba3bc9c4fd0e218ab6 authored about 7 years ago
return null if it is passed (#3021)

github.com/react-navigation/react-navigation-4 - cc355dcee9edbf5fd820dfbf54f47ee11dd32d62 authored about 7 years ago
Fix typo On "Getting Started 3." (#3022)

Browse the official example app, which will `demonstrates` various patterns with React Navigatio...

github.com/react-navigation/react-navigation-4 - 04c075c1bbb4d3a51010e4cd44f3d797decdf8bc authored about 7 years ago
Update Guide-Quick-Start.md (#3015)

github.com/react-navigation/react-navigation-4 - 7ae69084287cfa258b9ad1f201afc24561bb2362 authored about 7 years ago
revert TabBarBottom should hide itself when Keyboard is activated (#3013)

github.com/react-navigation/react-navigation-4 - 7f1fb8cdd846c5b977a3e4065ecf348b7c92d277 authored about 7 years ago
Update from react-navigation SafeAreaView.

github.com/react-navigation/react-native-safe-area-view - 12701e4e375ba794dfefc7113ad09691d711b5a0 authored about 7 years ago
Allow transition configuration between tabs (#2222)

* allow transition configuration between tabs

* we don't need to pass configureTransition to ...

github.com/react-navigation/react-navigation-4 - 0a662c983503e7cc4d30503c452626f6ab9a7a29 authored about 7 years ago
Merge pull request #1 from bosondata/master

Use peerDependencies for react and react-native

github.com/react-navigation/react-native-safe-area-view - 4945e5655b17eb37faed33b8a75be627f4e36b81 authored about 7 years ago
Update to [email protected] and [email protected] (#2998)

* Update to React Native 0.50

* Type Promise used in PlatformHelpers.web.js

* Move $FlowFi...

github.com/react-navigation/react-navigation-4 - 3cff1802243212a30edd912fcb10c0921d627482 authored about 7 years ago
Add previous scene to tabBarOnPress - fix #2787 (#2790)

* Add previous scene to tabBarOnPress - fix #2787

* Update docs for tabBarOnPress

github.com/react-navigation/react-navigation-4 - 88dfd84cf5d3e218962c491fbc4e5a99dbd865c9 authored about 7 years ago
Allow strings Component types through as screens (#2999)

In React Fiber (React 16), strings are used for intrinsics like 'div' and 'View'. As a result, i...

github.com/react-navigation/react-navigation-4 - 4e48d43f0f48b145c2b5155c2dc8fce8afde5553 authored about 7 years ago