Ecosyste.ms: OpenCollective

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

github.com/react-navigation/tabs

Tab navigators for React Navigation
https://github.com/react-navigation/tabs

More loose peer dependency

341c240fcb015591e203d2ba2feb52b81d5e13ab authored over 6 years ago by Brent Vatne <[email protected]>
Move react-native-screens to a peer dependency

c69f37fa7b8bf1d0e9105d0aa99c0eedeeedb9c0 authored over 6 years ago by Brent Vatne <[email protected]>
Release 0.8.0

403564085f5dc74bd01b289b719d0b6db5814bc9 authored over 6 years ago by Brent Vatne <[email protected]>
Use react-native-screens when available (#54)

This change adds support for react-native-screens. Screens package makes it possible to use nati...

01ad3f96b57f9e50c4b942a451fdceb86ef4d177 authored over 6 years ago by Krzysztof Magiera <[email protected]>
Release 0.7.0

bf7a822458535d35ea9f90dc25ac5a22030cb2c8 authored over 6 years ago by Brent Vatne <[email protected]>
Upgrade react-native-safe-area-view (#44)

* Update react-native-safe-area-view

* import SafeAreaView from react-navigation

d19990bfab20563204089c7cb2336149c45ef4a7 authored over 6 years ago by Jonny Burger <[email protected]>
Pass horizontal prop into tabBarIcon for bottom tabs, fix default background color, fix text sizes

03178605ca8532e090ffc47fda5729681a17fcd6 authored over 6 years ago by Brent Vatne <[email protected]>
Release 0.6.0

f5e4fdc5c1c165233dfada78f01f83f9e430774b authored over 6 years ago by Brent Vatne <[email protected]>
Fix formatting and flow errors

78c8cefd61b56d3db88fb14f7825fecc4a30704f authored over 6 years ago by Brent Vatne <[email protected]>
feat: lazy initialized MaterialTopTabNavigator routes (#9)

Routes in `MaterialTopTabNavigator` are now lazy initialized like in `MaterialBottomTabNavigator...

a4ea2bcce0f50905258eccb582cd2472175cb9ab authored over 6 years ago by Nicolas Charpentier <[email protected]>
Update BottomTabBar.js (#41)

817437ead9eda1c3c03c06e17ca441909902f641 authored over 6 years ago by Vojtech Novak <[email protected]>
refactor: remove unused getLabel method

7a21afd3b6e18a4bbdae176f1e5760dc137284c1 authored over 6 years ago by Satyajit Sahoo <[email protected]>
Allows use of custom safe area inset (#32)

99d478518db98f3a8ec5ffa79a4e99b67fc564f6 authored over 6 years ago by Loch Wansbrough <[email protected]>
chore: release 0.5.1

7a562d7c17eeff82d1f6e3a8367984a9b9568826 authored over 6 years ago by Brent Vatne <[email protected]>
fix: remove tab icon wrapper to fix adaptive icons

f5a06adba13edac437f915f1708c844e858ead46 authored over 6 years ago by Brent Vatne <[email protected]>
chore: release v0.5.0

5237bdd78d08536387fcea31e5a215983d8f9d26 authored over 6 years ago by Brent Vatne <[email protected]>
fix: change prepublish to prepare to fix warning

8aace7830e616fab8d090326a5201b522a595264 authored over 6 years ago by Brent Vatne <[email protected]>
feat: add an option to swap out TouchableWithoutFeedback for another component (#27)

37ecd11bc32f11fad5ddc5c4db5d179386307d37 authored over 6 years ago by Brent Vatne <[email protected]>
chore: release v0.4.1

d1b5c080cb6a925a1e4c32226f74c61e96925ef7 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: typo in accessibilityLabel

d3322c94d1c316a68503bce3d10e8f10eb527566 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: release v0.4.0

bf4df5a376082f65c66f9ee1a9dfa92e746a8ad6 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: add a precommit hook

bdffbe5e477b63b8b9add3fd8eb227efd91e5936 authored over 6 years ago by Satyajit Sahoo <[email protected]>
feat: add accessibilityLabel and testID options (#26)

6337769c8346ad217ac746ddcafdc5babbdc14e1 authored over 6 years ago by Daniel Basedow <[email protected]>
chore: upgrade to latest react-native-tab-view

c4405435a26814a20ecbf37a4a8a293d75410947 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: improve the example app

daf68b1717490bffc6cd7a417e01a864b6ddba56 authored over 6 years ago by Satyajit Sahoo <[email protected]>
Release 0.3.0

e257d5db7cac861317d4de574902ceaa24f13b33 authored over 6 years ago by Brent Vatne <[email protected]>
Merge pull request #24 from react-navigation/@satya164/on-press

feat: add defaultHandler argument to tabBarOnPress. fixes #22

4f6d896a744b4eeac322bded6dc4ada502dad50b authored over 6 years ago by Brent Vatne <[email protected]>
feat: add defaultHandler argument to tabBarOnPress. fixes #22

ef168a6cdfa81d3979eb93aa48cebb87aee4360d authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: fix flow

50323dab8255c36b4c67f4467da532aee3980d19 authored over 6 years ago by Satyajit Sahoo <[email protected]>
feat: add lazy option. fixes #23

d5eaf7cba95a42b4da15c50ef2af07d7e9874ab6 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: use react-lifecycles-compat for async mode compatibility

f2fe6aa554d5dd6ca1143376a75da401f343830a authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: fix tabBarOnPress with MaterialTopTabs and fix isFocused (#21)

* Hook up tabBarOnPress

* Move onTabPress logic to createTabNavigator

* Use old logic for ...

abadc7a0706e2ee29b202225e4a7951b94979cce authored over 6 years ago by Ashoat Tevosyan <[email protected]>
feat: put material bottom tabs in another repository

d2aa789109ed0df61c0c0ac7b759ac386a720804 authored over 6 years ago by Brent Vatne <[email protected]>
chore: release 0.1.0-alpha.8

18c0d5bae8e8f862e2fcdab2a3fa933665261bc2 authored over 6 years ago by Brent Vatne <[email protected]>
fix: import SceneView from react-navigation default export

4ea35764edb4519f2be97ef5dda9fa10a4082427 authored over 6 years ago by Brent Vatne <[email protected]>
chore: release 0.1.0-alpha.7

34db1d4155fdce20ccb9ac7708645f917de28270 authored over 6 years ago by Brent Vatne <[email protected]>
Merge pull request #12 from ericvicenti/@ericvicenti/navigate-fix

Fix tab action in for react nav v2

877c282fafaa38c528298b1f0947a45a7106b1ce authored over 6 years ago by Brent Vatne <[email protected]>
Fix tab action in v2

The action helpers may not be available at the navigator level, they will be there inside the sc...

daffb1cfad070cb01f183f368c86086cbeba6218 authored over 6 years ago by Eric Vicenti <[email protected]>
chore: upgrade react-native-paper

dab8ef75064d92f97c55f1c88ba44878965baab9 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 0.1.0-alpha.6

abd86e9dad7371cdc92c7d748a33196a7985d6f2 authored over 6 years ago by Brent Vatne <[email protected]>
fix: iPad / horizontal layout works as expected in BottomTabBar

9447b53ba9e5c5928c7d9a52bc0659eb76d348a0 authored over 6 years ago by Brent Vatne <[email protected]>
chore: release 0.1.0-alpha.5

791624ccdd3a088cf611cf232804908c5fec7de7 authored over 6 years ago by Brent Vatne <[email protected]>
chore: update lockfile

3426478f72d1aa33a880684e64bf9de275a82322 authored over 6 years ago by Brent Vatne <[email protected]>
fix: NavigationActions.popToTop no longer exists, belongs to StackActions now

5446e2e585b27b206ee33687ab053ab1c9c271dc authored over 6 years ago by Brent Vatne <[email protected]>
chore: release 0.1.0-alpha.4

6aa67f8a8277207e3483f5eb23b187a4b78b9b58 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: update dependencies and fix flow

6b534efedf78c97c804fcd5a60c00465a33f7e3b authored over 6 years ago by Satyajit Sahoo <[email protected]>
feat: use resource saving view for scenes. fixes #3

6594594c32fcd078c6d1c3e2a09f20df941eca20 authored over 6 years ago by Satyajit Sahoo <[email protected]>
docs: fix badges

e999a524fd8157e862bcf0a3268a878ba5732533 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: add the missing babel-cli (#6)

ae5c0f5cffafe45a824bb3e0f003a96bbba26c32 authored over 6 years ago by Grzegorz Gawrysiak <[email protected]>
fix: remove extra extension. fixes #5

e439b4489745f800f43f2e3fc9469826b5bcb8cd authored over 6 years ago by Satyajit Sahoo <[email protected]>
docs: update README

7c5d022a635924bd45892b1a8dba9fb14da18c4b authored over 6 years ago by Satyajit Sahoo <[email protected]>
feat: export tab bars

d6af654a9e9f95ce49722f82d3df4ac529e6b808 authored over 6 years ago by Satyajit Sahoo <[email protected]>
refactor: upgrade react-native-tab-view

f1806426bc282409d1cd7b221dac4734ac247109 authored over 6 years ago by Satyajit Sahoo <[email protected]>
feat: export individual navigators separately. fixes #2

f3cc8e168d09a4b50ea9341fea09f99b16b31bfb authored over 6 years ago by Satyajit Sahoo <[email protected]>
Fix incorrect method name and release 0.1.0-alpha.3

b4ab7f9709e26906e0c0e050079e839ce6a71ad6 authored almost 7 years ago by Brent Vatne <[email protected]>
Release 0.1.0-alpha.2

04385ab6e9546b44a7a9f08f5aacd7fc36526ca8 authored almost 7 years ago by Brent Vatne <[email protected]>
Fix tab style in horizontal layout

59c378f1540e9f70639e6c21963aa47b052bb878 authored almost 7 years ago by Brent Vatne <[email protected]>
Remove wrapper around tab bar

2a78e2213ce313e78b842659eb6e9226440bb413 authored almost 7 years ago by Brent Vatne <[email protected]>
chore: release v0.1.0-alpha.1

457c2f69a86d1a6f53c49f3c48b66052ec998f3d authored almost 7 years ago by Satyajit Sahoo <[email protected]>
feat: initial commit

4142604ddb14ff18e750550ec7a345ce09bcd6e4 authored almost 7 years ago by Satyajit Sahoo <[email protected]>