Ecosyste.ms: OpenCollective

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

github.com/react-navigation/react-navigation

Routing and navigation for your React Native apps
https://github.com/react-navigation/react-navigation

feat: consider both velocity and position while calculating index (#802)

Motivation
Previously evaluating next index was based only on position OR velocity. It wasn't c...

6d6b11213d9775390faf91c2cc1a15de40053239 authored over 5 years ago by Michał Osadnik <[email protected]>
chore(deps): bump handlebars from 4.1.0 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release note...

ac217cbe720b34a386e5cebdd3bf0e0a68d3ad2e authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
docs: mention React.memo along with PureComponent

c8d988e0be1b7145bb82591b1dcf5591aaad4aa9 authored over 5 years ago by satyajit.happy <[email protected]>
chore: release 2.5.0

7a8587a360c28af2ba2171d101656e20468d0c3b authored over 5 years ago by satyajit.happy <[email protected]>
docs: fix some typos

4d293e4cc250613c0ee609ad998b34699f0bb09a authored over 5 years ago by satyajit.happy <[email protected]>
feat: add prop to load screens in advance when lazy is enabled

When `lazy` is enabled this number can be used to specify the pre-load distance. This value defa...

8f1d07294041afd5b0d5e56f7e7002151c016858 authored over 5 years ago by Jürno Ader <[email protected]>
feat: allow passing additional props to pager

In cases when TabView is used along with another handler of react-native-gesture-handler, it's r...

df53bc5d04beb7dc0f9cb2f83da077646e110954 authored over 5 years ago by Serge Lebedev <[email protected]>
chore: release 2.4.0

3bf3250ce7b313a54de42721e6e416af70cebd5f authored over 5 years ago by satyajit.happy <[email protected]>
fix: measure tab bar layout instead of using tabview layout

This allows us to add custom margin or width to the tab bar without needing to override the layo...

502653139274c7274678228eae10fdeeff64cd8f authored over 5 years ago by satyajit.happy <[email protected]>
feat: add prop to access position value outside the tabview. closes #781 (#782)

9b4a3ae3782cb37aaff1def14157d0efdfd72dcc authored over 5 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.3.0

e284da6d7166095c1aab82909d42f5424f666b85 authored over 5 years ago by satyajit.happy <[email protected]>
fix: reset gesture when manually updating the index

The gesture amount is used to calculate the next index which can interfere with manual navigatio...

a5c33398210deec1c99a7a8fd38c1f643422a52d authored over 5 years ago by satyajit.happy <[email protected]>
refactor: migrate codebase to typescript

ee2413c948802342c1aaf0a21b70953a51012194 authored over 5 years ago by satyajit.happy <[email protected]>
chore: release 2.2.1

d35f044573350b308a3b66f77f300d502af14e5d authored over 5 years ago by satyajit.happy <[email protected]>
refactor: tweak flow types for memoize

393df48971fe805abc747ed0c2bfaf5f20720af8 authored over 5 years ago by satyajit.happy <[email protected]>
fix: tweak spring config for animation

This is configuration used by stack navigator. Feels very similar to what reddit app has.

09bfad8dc7c1fa2d2cf70cd9c97d817243897c22 authored over 5 years ago by satyajit.happy <[email protected]>
fix: memoize animated nodes to improve performance

Currently the animated nodes used for styles are re-created in render, which means that reanimat...

c44b0a477471d6d75220157adce6a8df90db4be1 authored over 5 years ago by satyajit.happy <[email protected]>
fix: avoid opacity change in tab bar due to overswipe to left

5dd108bb01fb984e33298a40dbea4296ec907d7d authored over 5 years ago by satyajit.happy <[email protected]>
refactor: drop position listeners in favor of enter listeners

This drops the undocumented position listener which can cause perf issues by overloading the bri...

ea9d87eb9051dc4401846a70fbe4b54b36345b1d authored over 5 years ago by satyajit.happy <[email protected]>
fix: try to improve the performance

This commit aims to throttle the events from reanimated to avoid overloading JS thread. It chang...

c4cfb93189f7f1f139bd5ef730d33ca776f92ae6 authored over 5 years ago by satyajit.happy <[email protected]>
chore: don't throw for invalid index in example

2757589a0422ae8ff80876d08154f622d0456a1c authored over 5 years ago by satyajit.happy <[email protected]>
docs: improve docs regarding performance (#760)

db97bce59264d75168b6c7507d56a896006818d2 authored over 5 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.2.0

3efda640ecd067be961095170580f789c80b2cb9 authored over 5 years ago by osdnk <[email protected]>
feat: export extra animation options for Pager (#747)

Sometimes I suppose a user might want to define own behavior of timing of spring and I want to m...

fe287c51db35661ddbc4924d4d4d63bad717a945 authored over 5 years ago by Michał Osadnik <[email protected]>
chore: release 2.1.0

bc8de1bca83a2648b8a8bd2fa54191e9ec3a374d authored over 5 years ago by osdnk <[email protected]>
feat: add RTL support for Slider (#740)

Change pager.js swipe control for RTL support

6539ef3f886810decb5f6ddb4d3165f109f34f45 authored over 5 years ago by Ali Akbar Azizi <[email protected]>
fix: reset _isSwipeGesture when state.finished (#719) (#730)

fixes #719.

8f07d37609673292f18caa93cb4921267bff8dfc authored over 5 years ago by zenios <[email protected]>
chore: update dependencies

df509efb89d7536a13a3f08fe4e080c84d23a5f7 authored almost 6 years ago by satyajit.happy <[email protected]>
chore: release 2.0.3

8cf14d255934e71a6c479040d96db88a9765333e authored almost 6 years ago by satyajit.happy <[email protected]>
fix: add a prop to remove clipped subviews (#714)

In one of my projects, setting `removeClippedSubviews` to true on Android caused some performanc...

114e1d3ad026f4562fe9d094e7ac69a61732dc11 authored almost 6 years ago by Krzysztof Borowy <[email protected]>
chore: release 2.0.2

1c6802fb908d33a1520072924a0e38931fa3056f authored almost 6 years ago by satyajit.happy <[email protected]>
fix: force the pager to stay in sync with state if update is dropped

e137bbe6060498a9b9bd8e53f8870ebcd6dbc66a authored almost 6 years ago by satyajit.happy <[email protected]>
chore: release 2.0.0

1d0bc2cb75a225bc8c99d66a7789f091bc658c85 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
feat: dismiss keyboard on drag by default

d0d6c46d31e792069bace518cb8be2d4ed2e169f authored almost 6 years ago by Satyajit Sahoo <[email protected]>
perf: add removeClippedSubviews to improve memory usage

781a1b94c11645859eb1ea71c2ebf8b73e5baa67 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.8

3542cc16059f1863e11d5d026e2c78d3797cef6f authored almost 6 years ago by Satyajit Sahoo <[email protected]>
feat: add onSwipeStart and onSwipeEnd listeners back

b42eb7e003e81f3b82e216024e2dfd6709a94afb authored almost 6 years ago by Satyajit Sahoo <[email protected]>
refactor: add position listener only when we need it

ce1c2822df09cdaa5da69337d2089422299c4bf4 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.7

66fb3ebc21d2cce798a747b68805ae9f402e3261 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
fix: fix a regression disabling PureComponent optimizations

afbd1be8a08d76c4ab225fe86c558783c04cd5a4 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.6

0521efc204d693ff9335f02190ff206240d88f2f authored almost 6 years ago by Satyajit Sahoo <[email protected]>
feat: add lazy prop to defer rendering unfocused scenes

01d772ac714c98fbf00e721cb2448a81a09a6273 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.5

3d62cbaab28a43bf87b31c847484572b67e8eb74 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
fix: add extra check to ensure that navigation state has changed

bf86aebcb6175bd74a38a3dd5a8ce3608a35cea3 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.4

db91541e79b51662ec259275fe8f26d6de88e2d9 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
fix: pass down tabStyle prop correctly. closes #689

5e5cbc1b8dea59db58cc49bd74d2514380ad63f3 authored almost 6 years ago by aurelienantonio <[email protected]>
feat: add `contentContainerStyle` to TabBar (#687)

1391b492c0fcf228a60a0df01debd6aa0e63b8d0 authored almost 6 years ago by Shi Lei <[email protected]>
refactor: add a type argument for `addListener`

BREAKING CHANGE: `addListener` now takes 2 arguments, `type` and `listener` callback instead of ...

b776fd2be36162d705f100c52bc57a1163f383a2 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.3

20a7daa044022fa446207955278222a9eb8fde7a authored almost 6 years ago by Satyajit Sahoo <[email protected]>
refactor: use exact types for flow

BREAKING CHANGE: don't pass `navigationState` to `renderScene`

Screens rendered in `renderScene...

bbdac79c2bfb9a69c66934ea9aad67f6d6f39a8e authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.2

ac24bf98cb9fdebbb8e8ed9edab2115a825c3bca authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: optimize contact list in example

7d044221e732ed29e2ada6fadf29dd429ca71ab4 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
fix: fix tapping on tab sometimes didn't switch

eb8061a56ea555ef78f36cde37fcbd46305b5517 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
docs: add note about additional instructions for gesture handler

4c94940fc3954d9ddc3221c07b39d2a5c001202b authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 2.0.0-alpha.1

5b292aba34c397f91f3a794813fac792f412340d authored almost 6 years ago by Satyajit Sahoo <[email protected]>
feat: add `activeColor` and `inactiveColor` to customizethe label

3945dbc0417ddb2ef2540e5f0c2bb511de452c1f authored almost 6 years ago by Satyajit Sahoo <[email protected]>
docs: remove unused import from quick start (#648)

8d12a506d1ccbac1ad6c69b2430031e11de793a2 authored almost 6 years ago by Aaron Ross <[email protected]>
chore: release 2.0.0-alpha.0

6f3e1c9535d16aa21e931bf85b0ac5a5989c3556 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
feat: use gesture handler and reanimated for performance

BREAKING CHANGE: this removes some props which are difficult/impossible to implement with reanim...

120a5306acf84ea1a6e2096ce1ca69928b7f39a2 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade deps

bf3101789a791b268de163b75cc5216a7e066cd8 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 1.3.2

e4d7e3c700d47693cb5b0c0cc3b1d0b6b597a6f6 authored almost 6 years ago by Satyajit Sahoo <[email protected]>
fix: add accessibility role and state (#671)

538eac661b00c656545e3a459538a9fe59ffd13f authored almost 6 years ago by Kevin Fawcett <[email protected]>
fix: panX and offsetX need to be set together (#667)

### Motivation

The indicator is rendered in the wrong position when the height of the tab vie...

c766a2b6042146c4f017471d9e7ff0c515426903 authored almost 6 years ago by Mike Allen <[email protected]>
chore: release 1.3.1

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

d1ece27c6df0b7b168c39b4504a0155f3c18e2d0 authored about 6 years ago by Satyajit Sahoo <[email protected]>
fix: remove unused code which causes a flow error (#641)

There was a flow error. This fixes it.
```
Error ---------------------------------------------...

24e521d08e72613660c7b03f7211ef0a48c9d389 authored about 6 years ago by Andrew Jack <[email protected]>
docs: fix example in README

2525711ac10947767206e8eba867f98fe6d86a60 authored about 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 1.3.0

14d4c4558ac97a6b6d53dda857a6b5916dda75ff authored about 6 years ago by Satyajit Sahoo <[email protected]>
feat: delay rendering of unfocused tabs for better startup perf

5d55bc42b470917069d0e1f8bed0d4e1d9d1e4df authored about 6 years ago by Nir Yosef <[email protected]>
fix: fix PagerPan not triggering onIndexChange when animation is disabled (#632)

`PagerPan` doesn't trigger `props.onIndexChange` when `animationEnabled={false}`. without `Anima...

93d0c269fda8e598294d378a83fd05a1d33f27ae authored about 6 years ago by Boom Lee <[email protected]>
chore: use release-it for automated release

f2ac235dbbf2fab4adb043c835237edf0ee22835 authored about 6 years ago by Satyajit Sahoo <[email protected]>
chore: release 1.2.0

5a5245da6095b25888ff749c5d9055eb771fec0e authored over 6 years ago by Satyajit Sahoo <[email protected]>
feat: add RTL support in PagerAndroid

3e3d5872a7f219a03723754b9a0d1068d9a37545 authored over 6 years ago by Dragos Horodnic <[email protected]>
docs: fix README renderScene code example (#607)

bdcbfafda2ab1e79d5d9be6e6f135a51225aacba authored over 6 years ago by Jaroslav Khorishchenko <[email protected]>
refactor: use getNode() to get underlying component

e28b4745fef7e0ab62e33a328b167caadeb21c37 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: fix usage of PagerExperimental with 1 route and with useNativeDriver (#598)

### Motivation

If `PagerExperimental` is used on Android with 1 route and with `useNativeDriv...

d23fd2f72a04b810a922d1150e685c871a5d743b authored over 6 years ago by Serge Lebedev <[email protected]>
Add onTabLongPress handler (#573)

4fd6d8df321aa3a63172a90efafd41b0b98bb95d authored over 6 years ago by Jonny Burger <[email protected]>
fix: fix onSwipeStart for PagerExperimental (#590)

The state is not `BEGIN`, it is `BEGAN`:
https://github.com/kmagiera/react-native-gesture-handl...

b23a636680cbd73df44a9be0e724143cc10693e0 authored over 6 years ago by Sam Mueller <[email protected]>
fix: only compare the number of routes to determine if we need to update scroll

3c937b91844d9ca25ed000795936d04d82f3a7f4 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: release v1.0.2

accb9617acf8a05e93be2add6743231d3952e6b8 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: relax flow types for SceneMap

6fbb4de2fac884cdbceb1a968675976fdc310ae8 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: release v1.0.1

8822dfe75701097c43bd0e305f7b456c049a17cb authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: more accessibility tweaks

5a1e50d5eec589c9bb205d23b0f61037944fdb69 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: missing react import (#534)

9313c80c8c8bc7686b5f64a77c1ee37b6a710652 authored over 6 years ago by Luke Czyszczonik <[email protected]>
feat: disable screen reader for inactive screens

2d2dc02fefcb7750c7765781bb138b9e57b29f0c authored over 6 years ago by Satyajit Sahoo <[email protected]>
docs: tweak README

544c6a2cd0d341e8f5948097e0a58cfcec6be929 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: release v1.0.0

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

82587b39d7468b3f40b9011cc4861968b24e23b5 authored over 6 years ago by Satyajit Sahoo <[email protected]>
BREAKING: remove renderHeader and renderFooter in favor of renderTabBar and tabBarPosition

c6b6cc18b82bb46a38b7f6acd382d57dfa20e4e1 authored over 6 years ago by Satyajit Sahoo <[email protected]>
feat: export default pager

47aa6107fef5af8057473cb6eb1f4a93654b28d7 authored over 6 years ago by Satyajit Sahoo <[email protected]>
BREAKING: add renderHeader as TabBar by default

3be8fe5a34905c94c8634b9715db49e5d6627706 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: make it possible to use SceneMap inside render

b2f5288a1904148406b76d70374be5d0586a364d authored over 6 years ago by Satyajit Sahoo <[email protected]>
BREAKING: remove jumpToIndex

8d5c70c0e8d9d944d9a949cf770faa0f9b58f0cf authored over 6 years ago by Satyajit Sahoo <[email protected]>
BREAKING: remove TabView prefix and move type exports to main file

5132b16d13ffc140904e6d1e4d85fcde270c6fdb authored over 6 years ago by Satyajit Sahoo <[email protected]>
BREAKING: add accessibility related props and change type of scene

2dd00f425e11daba70453fbd8abdaa837ba31297 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: tweak experimental pager animation

88ae6e8367792189cdd4d2622964d2c3bf179042 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: fix experimental pager

85ccbbfc3b9908e7691b2e71d21f55fa466b87c0 authored over 6 years ago by Satyajit Sahoo <[email protected]>
chore: upgrade deps (#529)

4e62b4f8c5fe49484dd141fb7e1f8a6168d6ccb7 authored over 6 years ago by Satyajit Sahoo <[email protected]>
fix: RTL support for TabViewPagerPan (#497)

When use Tabbar in RTL apps, first tab shown perfect and as expected but other tabs are blank an...

c686c4d1f12632ca349c847935df72c2e7a304fc authored over 6 years ago by Ahad Birang <[email protected]>
chore: release v0.0.78

4a18a19539971672916a7d5034696c60f4ddf922 authored over 6 years ago by Satyajit Sahoo <[email protected]>