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

Update README.md

4a8500662c0aed0a8f9879a3edf12c763aa7a202 authored about 8 years ago by Satyajit Sahoo <[email protected]>
feat: add a onTabItemPress prop

8f954f35ddabdc0ff63f5cef26bbbc62e0c7fd01 authored about 8 years ago by Satyajit Sahoo <[email protected]>
breaking: remove panHandlers prop from TabViewPage and add a swipeEnabled prop

e9f34edd16e74a964b9c49be65d9a4e2379067a8 authored about 8 years ago by Satyajit Sahoo <[email protected]>
breaking: replace configureAnimation with configureTransition

7f7ac211614d274188074286a1390a8f88046065 authored over 8 years ago by Satyajit Sahoo <[email protected]>
feat: add a shouldOptimizeUpdates prop to customize shouldComponentUpdate behaviour (#28)

27db4815cdb0dfd7a41f56e0d3c3816d2654c30f authored over 8 years ago by Satyajit Sahoo <[email protected]>
Make the example app run with Exponent (#25)

8f03ccb3f02bcbbaf4c8e7f422537d41fe18b0c7 authored over 8 years ago by Brent Vatne <[email protected]>
chore: bump version number

1e25e031ac8ca1a134bb0cc6b7ca16928e0adcf0 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: hide overflow in TabViewAnimated

We render tabs as sheets next to each other by default. So the inactive tabs are visible outside...

6d71440c535c2c53a7fd196ee7d09f9ae40180ae authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: allow swiping when approaching end of transition

When at the end of transition, gestureState.dx will be 0 and/or index will be 0 or routes.length ...

259252ffbb7d61d9d40d5dfb03be38d1e1b9b22c authored over 8 years ago by Satyajit Sahoo <[email protected]>
refactor: uset setValue to respond to gesture

eb47def4db84671782599ceba0d5eaafe9845ebf authored over 8 years ago by Satyajit Sahoo <[email protected]>
Update README.md

ccdf8d1f4961a330a2962bc1cfc42116a464293a authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

e9244e108bf91729f220dbef7c1f50aa2f8a80ab authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: set pan handlers on mount. fixes #18

645f0888fcbb7d0bdc3da1e188fb51e1ffb2b561 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: use this.state instead of this.state.navigation

122a6a82fb93ad573386b35df7387820da825de2 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: added a 'Caveats' section

292698a73496206c5aaf16180adbda3b51088990 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

a81024f93b4b80bf9a3669ef1808c7f56c3699d5 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: fix flow errors

88a53fc357af05905f081713810fcab1b5ee0a69 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: add 'react-addons-shallow-compare' to installation instructions

5154aa76d73c180f5b642c6ce5347f50a8591331 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

c58ed956be63a8a8018127cb13de526dc23bd911 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: maintain a single panResponder and manually call method from passed panHandler (#15)

22a95a887b13ddbee589e7c0e8bedb5bfa47f9b3 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: simplify storing navigation state

d01bc7738aafc045fcb45e1a80b61ebb9ae0bdb6 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

c0012420b8ab7501d4b5e87a700c1734ba34c0f3 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: add a comment about updating panHandlers

717a0f6701f44d606081db17cca7ac084f3171b8 authored over 8 years ago by Satyajit Sahoo <[email protected]>
Revert "fix: update pan handlers in IntercationManager callback"

This reverts commit e2e28269a8f5b3700ff35273ec38ce6fec0b1f56.

856734dc9348ca37017956af38a90a5dad7e3c2f authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

89db9fd82e24a0e8ae80274a0c8abffe8a0000f2 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: update pan handlers in IntercationManager callback

if the panResponder gets recreated during an interaction (e.g. - swipe gesture), it never clears ...

e2e28269a8f5b3700ff35273ec38ce6fec0b1f56 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

cabf93517082cdcfcececbe61e7e26afdef7f023 authored over 8 years ago by Satyajit Sahoo <[email protected]>
refactor: use StyleSheet.absoulteFill

051d4d0eaa4a86150a71374eee420df3bc142deb authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: fix updating panHandlers

56488e31a5f94123f7d01c92a8b6b24b0605b557 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

b5bc93d82a65397002499d6f08c56a35ec1bfc3d authored over 8 years ago by Satyajit Sahoo <[email protected]>
lint: fix eslint errors

72b926e907356432bca969d620bb1c3d5c64be7e authored over 8 years ago by Satyajit Sahoo <[email protected]>
feat: add `labelStyle` prop to `<TabBarTop />` (#14)

affd62b1e8b9fb6cc0b36f4d903f90dd2cbbcfed authored over 8 years ago by Mateusz Zatorski <[email protected]>
typo: fix typo in readme

136518756fe80e7c431f441d0c4b37305d5ed82c authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: update pan handlers only when state changes

e50c008b16d1c8ea794798b4cb7bec9a98595c32 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: fix flow errors

4a91883ad50ac2a081d563b43430f079e92d32a8 authored over 8 years ago by Satyajit Sahoo <[email protected]>
refactor: use Animated.event instead of calling 'setValue' directly

32b729ac238b152f83dd80d2292ed3fb670c3575 authored over 8 years ago by Satyajit Sahoo <[email protected]>
feat: add ability to lazily load pages

7744f59b3d1f047f0ba7d8925c1eb4067e2edc3f authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

18665124e23e1989ea08afeefa5f48139f756443 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: link to the type definitions

2c75e03ad91ad37de861d0e0809a5522034c04c5 authored over 8 years ago by Satyajit Sahoo <[email protected]>
feat: add a 'onChangePosition' callback

83800e7e8941a15f015443a6e329433b83643ba0 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: fix flow errors

0121d1b7047df530f586bd7ca1c0efe9944f5c27 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

2c7f523aad0e5eec3cb3c9aea343ed8734bc5307 authored over 8 years ago by Satyajit Sahoo <[email protected]>
package: change 'react-addons-shallow-compare' to a peerDependency

1ce5e4b032bca67837cced81f7ed006ab6cea7f9 authored over 8 years ago by Satyajit Sahoo <[email protected]>
Merge branch 'master' of github.com:satya164/react-native-tabview

592c28894c94fe02fded149a7182ceb88efd213c authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: improve TouchableItem press animation (#12)

Fixes #11

a40e35c93ac1d0cf9765bd53f41ee863be96c0b0 authored over 8 years ago by Felipe Matos <[email protected]>
chore: bump version number

c338b07b2bba01af738862c04b95c70e1a79c505 authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: change buttom tabbar background

527c997b324c1eb817a397359c8f48dba010d25c authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: tweak tab labels to be closer to guidelines

a97b5481d0a1721919d50db42ec1b86ef276b681 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: add a description in README

f2d54e6cf16b017dcc6b311f531c538519ba8b26 authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: fix button alignment on ios

e69b56a1f73c8d9c8ed042f6171c9f6c919a0fcc authored over 8 years ago by Satyajit Sahoo <[email protected]>
package: update to RN 0.29

266e8ed18efc590603d2c8bf364afe7bf5b448da authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: use ScrollView in example list

e2edc037e0939f28819fc5828d6b126f1fd75c32 authored over 8 years ago by Satyajit Sahoo <[email protected]>
Merge branch 'master' of github.com:satya164/react-native-tabview

5265744554cdc8e1f3aa9c33115a89ef05bb0b62 authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: enable persistence for example

307ec90bbfb4784e3d50289a440f280fed24e3f6 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

b5a8158ea7919ea549114116d8f3d00e2033c8a7 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: fix flow errors

9c5c0fe74adc2aba746a284c959cb803c4eb135a authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: add optimization tips (#8)

93b2898b3d3953a935358a19f0ade69b5db34d4a authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

8863f8e6a4899d881717aac028b73537f5ff77d8 authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: add coverflow example

92c98343bb2d3176ca990808b6ab2655333a2282 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: remove style proptype due to wrong warning about position

6ef5bc2844c35a95409f0f52e21dce5ec14ee6aa authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix(proptypes): remove style proptype due to wrong warning about position

97eac020de5f24efc1123873281a1bafb8ddc113 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: update demo gif

7e6a4d937b1ce10110244951821a8ffb094c2d68 authored over 8 years ago by Satyajit Sahoo <[email protected]>
docs: fix typo in README

665660de5ab545ae01450c9cc0abf7798a2fad7d authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

14a4c58e4fae0c14d6fc52daad64ab4932e43737 authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: tweak example styling

9484db7997b70288db72db1b25c7aa9eab316c4e authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: use a helper to track position

Attaching a listener in the 'forHorizontal' function means we never clean it up, and since this f...

d1611a07e17366494e1f65741cbe62f92c33cbbb authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: make example friendlier to iOS

80c156a92b38cc2f816caa77c1e01c13e67e3dd7 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

57119d11fd8a3a28fff5488831e41bb9cc2ca49b authored over 8 years ago by Satyajit Sahoo <[email protected]>
breaking: remove <TabBarBottom />

858801b6fd55024396be791f50bf15d46b1570a3 authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: add a separate example with scrollviews

a623d7e91c3f207b96bbfa794c1a257e545bfc43 authored over 8 years ago by Satyajit Sahoo <[email protected]>
breaking: add a bottom tab bar and rename forSwipe to forHorizontal

e8b28ac5f3f2673cb269eca4305957276b407a19 authored over 8 years ago by Satyajit Sahoo <[email protected]>
refactor: add a basic TabBar component

e979305e4aedc10315c71eb993b6233c5814f855 authored over 8 years ago by Satyajit Sahoo <[email protected]>
feat: support icons in the tab

48b15c57b878d3620c059e2dce8ab22e42dde5f8 authored over 8 years ago by Satyajit Sahoo <[email protected]>
breaking: make renderLabel always return a React element

c758b959a6804ec70e86077b2c71e7345d0b72a8 authored over 8 years ago by Satyajit Sahoo <[email protected]>
refactor: map over routes to make range and avoid extra array

96f73cc9f8845dd9091cca5e68c34897526db15f authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: prevent extra setState when index updated mid-transition

64cb5c162b854f6665c504dc1ce8971e8ba818cb authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

469de4a01e0aa4d531053e028708c6568981ec17 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: use a variable for isMoving for smoother swipe

1d66b0eb7699b05de8646e294b5de7d4f724ff31 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: make tab bar closer to material design guidelines

a1652412f1f230b5fe6d2b41b5aaddb5e644dd6f authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

78e5f3968e8b2519eff260a8a26a24571da0f6a4 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: add parenthesis to fix condition that determines whether to grant the gesture responder to swipe (#2) (#3)

ce191580f371a32f0e997b3511a57c9adb2afb61 authored over 8 years ago by Satyajit Sahoo <[email protected]>
Merge pull request #1 from satya164/detect-horiz

Improve horizontal swipe detection

327de66c35047fa6d63859ad90d8f0e3aed150bf authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: don't render until layout is measured

1c446269ac0834e6290c023a953b89d76e1d2e96 authored over 8 years ago by Satyajit Sahoo <[email protected]>
example: add a listview example

cf39fe269e8f38ebaec2990ef283569d6b7dd716 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: check if position has changed before updating

0e88d8b1ecd34253d18565aad04709f02b8fb11e authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: conditionally set velocity threshold for Android

Android seems to be using nanosecond whereas iOS uses milliseconds. This makes velocity values w...

a9fc73ca99da8b69df9af164f3293aa756dcca23 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: check if moving horizontally in finishGesture

9c1db46630281a29d7f4d5af902caeaf7cc1a005 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: improve horizontal swipe detection

449441ef1f933749a9cf23173c9224f30e22a32c authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

0c1791d1d057740ea87a41c4b25e57f834c696d1 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: swipe when velocity is greater than 0.000001

a31c154b4d32a344341c89c0454eefef075d5ad3 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

6656e4649628b582a0049489f554425c5ad60049 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: tweak tab press color opacity in example

62e22d129f1f281d1cf3b0d5281d64d7553f2c33 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: don't jump beyond last slide

e733e45195011c5eef1e92f6b91228e452260794 authored over 8 years ago by Satyajit Sahoo <[email protected]>
breaking: rename 'updateIndex' to 'jumpToIndex'

a6bd4fb006d68231b00c37d99815e1c4ca1d1395 authored over 8 years ago by Satyajit Sahoo <[email protected]>
breaking: use a layout object instead of just width

893f550ab17a617d0b4fe9afa17391c95f3dd3de authored over 8 years ago by Satyajit Sahoo <[email protected]>
breaking: rename 'route.label' to 'route.title'

48069525d2507de478fab8130045450a8fc7f619 authored over 8 years ago by Satyajit Sahoo <[email protected]>
breaking: rename 'scenes' to 'routes'

3322f0f157ebae646b969753804426820f0ea797 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: tweak logic to detect a swipe

5fe9f3032f4a32956c549a622bc8413f689e7d46 authored over 8 years ago by Satyajit Sahoo <[email protected]>
chore: bump version number

0036c55c13174bcb2de89cd3c1ae3ec067066999 authored over 8 years ago by Satyajit Sahoo <[email protected]>
fix: stop animation when gesture starts

44e70f00d5c24d23cca579a5249a6d0709a5ea6f authored over 8 years ago by Satyajit Sahoo <[email protected]>