Ecosyste.ms: OpenCollective

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

github.com/react-navigation/react-native-tab-view

A fork of react-native-tab-view used by an old version of react-navigation, which we now must keep forever in this organization
https://github.com/react-navigation/react-native-tab-view

fix: add a check for ViewPager event (#4)

related to [#5713](https://github.com/react-navigation/react-navigation/issues/5713), as fixed i...

d87a5cb3ddbcb9e5ea1651450f6c12a7f41355df authored over 5 years ago by djhr <[email protected]>
Update README

36ebd834d78b841fc19778c966465d02fd1213bb authored almost 7 years ago by Brent Vatne <[email protected]>
fix: check if NativeAnimatedModule is when using useNativeDriver in TabBar (#462)

7af6b5e9a1d06d71d254c3355ca2d6958f3454e1 authored almost 7 years ago by Ron Arts <[email protected]>
fix: add stub for `TabViewPagerAndroid` to support react-native-web (#450)

62559f50c4aa3e647269edc767978d72bdc4c303 authored almost 7 years ago by Ron Arts <[email protected]>
chore: release 0.0.74

bd23c1822df5e4e36329dc0756246a065b6c03ac authored almost 7 years ago by Satyajit Sahoo <[email protected]>
refactor: don't use PureComponent

a3afef63dbbc78f899cd5b9912efec4605fe8b42 authored almost 7 years ago by Satyajit Sahoo <[email protected]>
fix: publish types

13c3a2aa1b01f189a2f78d06c7facb045adefd07 authored almost 7 years ago by Satyajit Sahoo <[email protected]>
fix: make sure layout.width is never 0

68eff09697e8417de28c5515c8490e4be6c945fc authored almost 7 years ago by Satyajit Sahoo <[email protected]>
docs: remove onPositionChange from docs

610d53cc085ee1c7c24eb2ab145023f6605312b1 authored about 7 years ago by Satyajit Sahoo <[email protected]>
chore: remove leftover

5c1771b29c8420abfb0348e27e6e42148a0367e2 authored about 7 years ago by Satyajit Sahoo <[email protected]>
chore: release 0.0.73

216b755960411cc90292f15b2a001510eeaaaddf authored about 7 years ago by Satyajit Sahoo <[email protected]>
BREAKING: drop position listeners (#403)

9aaa1f0d47525dfd5ff8aa89689b4c1168672ae0 authored about 7 years ago by Satyajit Sahoo <[email protected]>
docs: rework bottom bar example

d16f1be5be4961eea6cc8d40162556c4683152fb authored about 7 years ago by Satyajit Sahoo <[email protected]>
BREAKING: drop lazy prop

28457e6350d10bfefa49afeaa981418021181122 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: fix calculating initial offset for tab bar

8e859aeff5292c2e564bd7e4199f588fc6c7324e authored about 7 years ago by Satyajit Sahoo <[email protected]>
chore: release 0.0.72

d58427b7e05702d403096b9863af4fe8f6e884bf authored about 7 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade dependencies

90aadf809b3c26c63c83a977d4d52a5a4e5f6398 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: fix resetting isInitial

a9b70daa372c1197ee5104b5d5cb01f7e98e0385 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: fix issues with scroll based pager

bda8237e889b480347ce64a58f8e22a1524168c6 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: improve tab scrolling experience

dcfa79b2fdc5c921e64c0f94fa21b1e9e153149d authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: tweak experimental pager

7fd9aa2886211ef5040b23a29aa6167e8b7a08f2 authored about 7 years ago by Satyajit Sahoo <[email protected]>
refactor: don't depend on react-native-gesture-handler

7f2a13a8bd061244feb596971baaf788a3957d0a authored about 7 years ago by Satyajit Sahoo <[email protected]>
docs: tweak examples

6cc9a9cbcfa9b83c00aa2a7a0d0ceafeff1564c9 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: fix issues with scroll based pager

ef3aab6c5feb48fc00ae5e18e69be349c4bc617a authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: remove buggy scrollable tab behaviour

288aca19bd0685ee359e08667dc84228b8cde782 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: always add keys to scenes. fixes #399

11352da70e1ca7b563a838e1fefeba63d4c9b3b4 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: add safety check while removing listener in TabViewPagerAndroid (#394)

6f591ce88dc632a3a517d95539a332594bd456af authored about 7 years ago by Mujavid Bukhari <[email protected]>
chore: release 0.0.71-beta.0

bbbb9a8ca01a44c52061b27186851bd06629f724 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: account for existing scroll offset when animating

1b6c1d7fb3c21fadb585a468adecc2bc1172e933 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: always round the value before calling jumpToIndex

21b7dee0d6b18982ed427aa5891846d2925fe9d8 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: change keyboardShouldPersistTaps to handled on tab bar

e00bd021158a9ca6ad6f1ad0578303f0fdedb9e6 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: use Animated.Text for label

71da54586ffec276c7e3024befe8737cd8f2e311 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: skip the first scroll event on iOS

d6f5b4c505ed518bd96afabe72c2d509cc57d3f6 authored about 7 years ago by Satyajit Sahoo <[email protected]>
docs: add initialLayout to default example

896cd5a1928b7549be869400c16e7aba07d75431 authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: rework calculating tab width

f438b9900a81823799d2613864caf529363379ae authored about 7 years ago by Satyajit Sahoo <[email protected]>
BREAKING: add support for react-native-gesture-handler

This adds a pager component based on [react-native-gesture-handler](kmagiera/react-native-gestur...

73c0edd201ad4e0a2527d4066d0e8c0d34d9520b authored about 7 years ago by Satyajit Sahoo <[email protected]>
chore: switch to circle ci

d83fe5718d215a2e36b5cd5435306cf43535709f authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: persist keyboard on tab press. fixes #339

02ddf934124b7fdc0a9428305a3757c50506156e authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: improve ripple effect in tab bar (#327)

6b003c5777d7b82717f256ad4fbef8c8dba51650 authored about 7 years ago by Benjamim Sonntag <[email protected]>
BREAKING: remove deprecated APIs

e4dddd9b0694262c93b3fcde29b3f0fb2c58bcd7 authored about 7 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade dependencies

6af5701f2d0e67129eaa159aa9970ebdcd75c81a authored about 7 years ago by Satyajit Sahoo <[email protected]>
fix: add safety check to _resetListener (#365)

253ba4161baf078e59832ad18896e4a23babb339 authored about 7 years ago by Emmett Harper <[email protected]>
chore: upgrade to flow 0.53.0 & fix lint errors (#361)

a7c6ad4eca845d5892a9f6cc4c449639c3c85ae4 authored about 7 years ago by Panagis Alisandratos <[email protected]>
chore: release v0.0.69

b2ee617d9c522efc28d9c964a9abf13e5caaa9eb authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: make depreciation warning functional (#318)

ef4b76bd9c5f857bec664c75f03fe4dc647a8be4 authored over 7 years ago by ixje <[email protected]>
chore: release v0.0.68

2c5237bca2c4f07bdd133d69ca377558e8535062 authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: fix license badge

948f36677389fd1aa0fb1e4ddd187ef0cdbf37d5 authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: don't use expo's react-native fork

8b49a14480324075e2820fc3204cbb52ca84c28a authored over 7 years ago by Satyajit Sahoo <[email protected]>
feat: add onSwipeStart and onSwipeEnd props to TabViewPagerPan (#303)

4ca33a18c76bde27ee2c096ef7473f6f97f8975c authored over 7 years ago by Vlad Zhukov <[email protected]>
docs: add instructions to run the example

3d3fbc01b26c1e50aab776ef54aab9e8f8027260 authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: run prettier

0bb783e7ed096193f93d779c2f2c0a12e995f8c1 authored over 7 years ago by Satyajit Sahoo <[email protected]>
BREAKING: change some callback prop names

onChangePosition was changed to onPositionChange with a different signature
onRequestChangeTab wa...

bb74c814275d2ec2931cda2144d37831076487e4 authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade expo

055bbbb229fa6c4b800a5cd6a17c8fec58c5891a authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: fix scroll value not being correct on some phones like Xiaomi Mi5 Plus. (#300)

d624871d73e2057598cf5e0f0721c1007c4ea5db authored over 7 years ago by jiangleo <[email protected]>
chore: release v0.0.67

8ed6baaf9e1fcb118780bf1538ffafe88879ef1a authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: add issue template

c3b051f483de42364654b0f6f2bdf63ebe7490c4 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: prevent android tab view pager from entering inconsistent state (#280)

16f0b41d72fd7151d777666f2806bcc270561f14 authored over 7 years ago by Ricardo Matsui <[email protected]>
parseFloat take only one argument (#285)

930166f28cc0a64d7d6e05ce5b0e3fd5885881dc authored over 7 years ago by Liu Zhanhong <[email protected]>
chore: release v0.0.66

b464c3cfa0225dd49d65342c55d0287ac68393e2 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: disable buggy zIndex on Android

27429c9fcc7b50598732c38062b2ead270f93618 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: remove containers around header and footer

13243a2c6e048c73b089de63da58b7320fdb8bf0 authored over 7 years ago by Satyajit Sahoo <[email protected]>
docs: fix typo in documentation (#249)

6d6a31e2f5829df42e2833b39fb9407a260dfb32 authored over 7 years ago by Juan Je García <[email protected]>
Add license file (#245)

1d15b2ba185ab617f7c260596259748fe59b909b authored over 7 years ago by zalesky <[email protected]>
chore: release v0.0.65

19c3d782ed2f86521a786ad4d3f207b1bc24e31a authored over 7 years ago by Satyajit Sahoo <[email protected]>
docs: update README

b40156f96c29695bacb8a56ddf8116f226ff944b authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: jump to index only if animation finished

12c8c877c4a3f7da99e3be4c0c83607262e0adc7 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: remove all references to View.propTypes (#236)

20e2e96c0fe1c3ea00613c5c121411a29e393e9a authored over 7 years ago by Ashoat <[email protected]>
chore: release v0.0.64

900e8c5b3e654b7f2f6440622add003de15feb33 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: don't create a new component every time

6550653f38f4dbee8aaf68143e450daaf0ddf632 authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: release v0.0.63

956f1f0b9c28b633e72e9cd0d28c3593a6c1197f authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: wrap header and footer in empty view to workaround buggy zIndex

c80fdff7bdb59b281c324bb6fb0dd1f213c1aae6 authored over 7 years ago by Satyajit Sahoo <[email protected]>
breaking: pass the scene to onTabPress instead of just the route

797166debd41ff95b48ed8353ba15eec8ee9585e authored over 7 years ago by Kevin Cooper <[email protected]>
fix: fix flow errors that appear in latest React Native

b476a1588de437652c7c4f58d3de4acbdb16bd31 authored over 7 years ago by ashoat <[email protected]>
fix: call onPress in next frame

fbb32be857642cb0d1c8776444cd30eb9d8b7ac1 authored over 7 years ago by Satyajit Sahoo <[email protected]>
docs: fix scrollview example

135d759ac226c6191ad79466ec9c217d3e339338 authored over 7 years ago by Satyajit Sahoo <[email protected]>
docs: update README

066b4924b9e9cfcb50dbd5adcb4cff781fd691f1 authored over 7 years ago by Satyajit Sahoo <[email protected]>
feat: add 'SceneMap' helper to specify scenes

deb8fa71987317b4dab9a515f0ebe9270fef561c authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: release v0.0.62

6b43c5aa2da80279891fdca23c0610827390e889 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: remove unnecessary flexGrow

48741e7ea77d22e0b010a94d7985d186cf565539 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: workaround onScrollEnd not firing

92632ed9605f90a4b2bc68c60b51ce3d9421cd55 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: defer updating scroll to next frame

c5ef9a84d8b62b9ca7da34a562ab98ebb55ec4be authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: try to update scroll only when idle

10701365df2912c9a5c6d9dbd6a4969e6670c4e3 authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

2c05195b6d720f9bdd4572ada3e55427be4cf954 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: fix flow issues

d1670ad365b7698dedaef6407f55009fa0047283 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: fix broken lazy loading

a55b2984cf75d437bbe095cd38d669b61a2f7056 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: typecheck pager props passed to TabViewAnimated

86e45d985e452df95a531203483f77cf54ef7a44 authored over 7 years ago by Satyajit Sahoo <[email protected]>
refactor: move styles to bottom

e8cc82c67f65724f94c90e5f00cf753a9e4d0673 authored over 7 years ago by Satyajit Sahoo <[email protected]>
refactor: remove TabViewTransitioner

af5ebe337b00f776b8716895c3db974ce82d60c9 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: improved flowtype support

0fd81ea97158d562e234f244346adace2789b58f authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: tweak ESLint config

9114dac1df8fd64b1ae692a3282540a64cc55e43 authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

f8f40a2e7ad7bfd39ac4464ef82a734fe348590a authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: fix flow errors

0988faa79cd17e912b2576dcc7aeba13b16275bf authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: determine offset once

16c6a5539617d03bfa3598aa223fc28baa3700e3 authored over 7 years ago by Satyajit Sahoo <[email protected]>
breaking: use animationEnabled on pan pager and scroll pager to control animation

1dbb393ff3996f0ac9ead861eb206e533dd0d7bc authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: don't scroll twice

84f8e5615bb9501080aed7c7447431faf9d66f94 authored over 7 years ago by Satyajit Sahoo <[email protected]>
docs: set a width for scrollable tabs

90efebde9d4789a065807e21990efaa93a40e1d6 authored over 7 years ago by Satyajit Sahoo <[email protected]>
fix: disable overflow in tab bar

57c27026103e6623f31d7ad9e880f868eddb59f9 authored over 7 years ago by Satyajit Sahoo <[email protected]>
refactor: simplify pagers

4adc4b419174f48ef82faf16e7c10168891df231 authored over 7 years ago by Satyajit Sahoo <[email protected]>
docs: show current route in examples

4f9b57fc7e66195bc88ee9ece8f32ffdadece38d authored over 7 years ago by Satyajit Sahoo <[email protected]>
chore: error on prettier failure

8270712055d55e3f0ccb9e3dfe76e17fbe421234 authored over 7 years ago by Satyajit Sahoo <[email protected]>