Ecosyste.ms: OpenCollective

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

github.com/react-navigation/animated-switch

A switch navigator but with transitions between screens powered by the react-native-reanimated Transitions API
https://github.com/react-navigation/animated-switch

Update README.md

c9fbf8d364036e05a6ae1868e291aeb1ff6371ee authored almost 5 years ago by Satyajit Sahoo <[email protected]>
chore: update issue template

318e5dafc7a837ee45ae9b999636e011c5e6a578 authored almost 5 years ago by Satyajit Sahoo <[email protected]>
chore: release 0.4.1

1fd35e5696c1cf6b0896f08354d7f4d3db5b89a7 authored about 5 years ago by Satyajit Sahoo <[email protected]>
fix: fix location of types (#31)

closes #33

d5dd0975c37fcf6baf915fd67acd4934f021cb93 authored about 5 years ago by Karlos Vallejo <[email protected]>
chore: release 0.4.0

b901194b410c7adba338248463739e1a23de4f19 authored about 5 years ago by Satyajit Sahoo <[email protected]>
feat: upgrade project and add example

BREAKING CHANGE: Migrate to React Navigation 4.x

c717929b1e6a4fd40960775af28e51208b03b1d8 authored about 5 years ago by Satyajit Sahoo <[email protected]>
chore: release 0.3.2

b6112d188e5b90c1a92a4060513ef8846a805b88 authored over 5 years ago by Brent Vatne <[email protected]>
chore: run prettier

66cace05b9406de6ebdcd719a1b39b761ba4f242 authored over 5 years ago by Brent Vatne <[email protected]>
Merge pull request #19 from jmparsons/hotfix-types

Fixed location of types.

b3e61a7a3eae99c03c1c6e501fd768dc8f42fa34 authored over 5 years ago by Brent Vatne <[email protected]>
Merge pull request #21 from watanabeyu/master

fix transition and transitionVierStyle does not work

1a22ce1e47e1041de81befa5d03cbb6eb58558ed authored over 5 years ago by Brent Vatne <[email protected]>
fix transitionVierStyle not working

87f4a0762c6955b56821416f17454838377f1196 authored over 5 years ago by watanabeyu <[email protected]>
fix navigationConfig

a57942ae33bc8fc6eedc1778d2613cfbc1a320c3 authored over 5 years ago by watanabeyu <[email protected]>
Fixed location of types.

0bcd1f6a03cfd8fce313463cd6891e5866c1c436 authored over 5 years ago by Jonathan Parsons <[email protected]>
chore: add license

39583fe068022b07ef8f22ec82e47a9c90b47c88 authored over 5 years ago by Brent Vatne <[email protected]>
chore: update readme and bump version

a697368ca6b15ee615a91a5bb434928c5e2ea3c7 authored over 5 years ago by Brent Vatne <[email protected]>
feat: add transitionStyle config option, closes #12

d8db8a80f25840bfd90ad49ea153b5e280fb1b15 authored over 5 years ago by Pietro Nompleggio <[email protected]>
Merge pull request #15 from dsznajder/feat/typescript

Typescript

84d35796914ad791889711d4dea98a6b619c8e58 authored over 5 years ago by Brent Vatne <[email protected]>
fix: proper prop naming on module declaration

be788e950e2269f95e41d867d0a442c4e41df248 authored over 5 years ago by Damian Sznajder <[email protected]>
chore: setup release-it

9434c596b8d84859932b6549ecbe0fa878cd1d08 authored over 5 years ago by Damian Sznajder <[email protected]>
refactor: rewrite to typescript

33329f74eeacae74a4c2ba7c214ac09dac9644aa authored over 5 years ago by Damian Sznajder <[email protected]>
chore: add types libs

de14775d2fce142c726693e0c007f9883a3640e0 authored over 5 years ago by Damian Sznajder <[email protected]>
chore: configure eslint

9d0ec40d855441d14294a00e5f89b172eb4e4748 authored over 5 years ago by Damian Sznajder <[email protected]>
chore: configure typescript

9781b94481cbecec78c5c25e943406055d7a3569 authored over 5 years ago by Damian Sznajder <[email protected]>
chore: setup commitlint and husky

a01314163fee360cfa97a8c33a6a2816458643f2 authored over 5 years ago by Damian Sznajder <[email protected]>
chore: setup bob

f1ab200b0bf913dc72bbfa3f430a3a5ca01a0649 authored over 5 years ago by Damian Sznajder <[email protected]>
Release 0.2.1

8c7472aa980df9bea2b1d93fc86b172a54a78730 authored over 5 years ago by Brent Vatne <[email protected]>
Merge pull request #7 from jarvisluong/patch-1

change ComponentType to Element

517dda0c1ff1d8721695ae538d85397ddf678088 authored over 5 years ago by Brent Vatne <[email protected]>
change ComponentType to Element

7e7792ce239800e4cbe8bb6d431f19ea8d98223f authored over 5 years ago by Luong Dang Hai <[email protected]>
Release 0.2.0

e48cf27aaddcb30044508409b7fa6ac61913ff1f authored over 5 years ago by Brent Vatne <[email protected]>
Merge pull request #5 from jarvisluong/patch-1

Add typescript def file

a9b1cced14233fbc5a2180a7a609417fad41a9af authored over 5 years ago by Brent Vatne <[email protected]>
change from named export to default export

a83bf85b5422e6164b38316b8e9845ef1859d299 authored over 5 years ago by Luong Dang Hai <[email protected]>
transition config is optional

4a8315a7e61a9af6d2b31949f620740c3ee5438d authored over 5 years ago by Luong Dang Hai <[email protected]>
Update package.json with typedef

c2ca839c783449e3810c1a4a7cea20bcc47b642f authored over 5 years ago by Luong Dang Hai <[email protected]>
Add typescript def file

d7e2402fa55a75bbec3e7491f4184191b4859994 authored over 5 years ago by Luong Dang Hai <[email protected]>
Merge pull request #2 from itsjgf/master

Call animateNextTransition only when activeKey has changed

423e52c0fd7627e8fc34680795d6a0866f1d96bb authored over 5 years ago by Brent Vatne <[email protected]>
Merge branch 'master' into master

304f6e588fa5c04693ddf0e971fa130e97b424a3 authored over 5 years ago by Brent Vatne <[email protected]>
Only animate transition when index changes

2d6cb90488b5c72355f2d9db2b001717052528ee authored over 5 years ago by Brent Vatne <[email protected]>
refactor: remove inline condition

c0079cf90a98336e2e71aa8c5a64b6069e272775 authored over 5 years ago by Jose Grana <[email protected]>
feat: call animateNextTransition only when activeKey has changed

2671f6c595960fad7acff9f333443b7981eafe48 authored over 5 years ago by Jose Grana <[email protected]>
Rename it

537c96696908cdd2cbf5cba7c3c7c3db25315f5b authored over 5 years ago by Brent Vatne <[email protected]>
Initial commit

31a1412398a958658a5f2c2838afe5508688aff1 authored over 5 years ago by Brent Vatne <[email protected]>
Initial commit

96e2ee69c50b3a7de757db03537cee047075588a authored over 5 years ago by Brent Vatne <[email protected]>