Skip to content

Commit 8958861

Browse files
authored
[Docs] Update sponsors section (#4355)
## Description This PR updates the sponsors section across the README and documentation to reflect the current state of the project's sponsorships. Shopify sponsored Gesture Handler for a long time and played a big part in making the library what it is today — huge thanks to them for all the support! ❤️ ## Test plan Ran the docs locally and verified the landing page and Introduction render correctly without the removed entries
1 parent 5e88e70 commit 8958861

6 files changed

Lines changed: 4 additions & 63 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ Gesture handler library is licensed under [The MIT License](LICENSE).
6969

7070
## Credits
7171

72-
This project has been build and is maintained thanks to the support from [Shopify](https://shopify.com), [Expo.io](https://expo.io) and [Software Mansion](https://swmansion.com)
72+
This project has been build and is maintained thanks to the support from [Expo.io](https://expo.io) and [Software Mansion](https://swmansion.com)
7373

74-
[![shopify](https://avatars1.githubusercontent.com/u/8085?v=3&s=100 'Shopify.com')](https://shopify.com)
7574
[![expo](https://avatars2.githubusercontent.com/u/12504344?v=3&s=100 'Expo.io')](https://expo.io)
7675
[![swm](https://logo.swmansion.com/logo?color=white&variant=desktop&width=150&tag=react-native-reanimated-github 'Software Mansion')](https://swmansion.com)
7776

packages/docs-gesture-handler/docs/fundamentals/introduction.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,6 @@ We really appreciate our sponsors! Thanks to them we can develop our library and
109109

110110
<div className="community-holder-container">
111111

112-
<div className="community-holder-container-item">
113-
<a href="https://www.shopify.com/">
114-
<div className="community-imageHolder">
115-
<img src="https://avatars1.githubusercontent.com/u/8085?v=3&s=100" />
116-
</div>
117-
<div>Shopify</div>
118-
</a>
119-
</div>
120-
121112
<div className="community-holder-container-item">
122113
<a href="https://expo.dev">
123114
<div className="community-imageHolder">

packages/docs-gesture-handler/src/components/Sponsors/index.tsx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1+
import useBaseUrl from '@docusaurus/useBaseUrl';
2+
import ThemedImage from '@theme/ThemedImage';
13
import React from 'react';
2-
import styles from './styles.module.css';
34

4-
import ThemedImage from '@theme/ThemedImage';
5-
import useBaseUrl from '@docusaurus/useBaseUrl';
6-
import usePageType from '@site/src/hooks/usePageType';
5+
import styles from './styles.module.css';
76

87
const Sponsors = () => {
98
const sponsorsLogos = {
109
expo: {
1110
light: useBaseUrl('img/expo.svg'),
1211
dark: useBaseUrl('img/expo-dark.svg'),
1312
},
14-
shopify: {
15-
light: useBaseUrl('img/shopify.svg'),
16-
dark: useBaseUrl('img/shopify-dark.svg'),
17-
},
1813
};
1914

2015
return (
@@ -29,10 +24,6 @@ const Sponsors = () => {
2924
</p> */}
3025
<div className={styles.sponsorsBrand}>
3126
<ThemedImage sources={sponsorsLogos.expo} className={styles.sponsor} />
32-
<ThemedImage
33-
sources={sponsorsLogos.shopify}
34-
className={styles.sponsor}
35-
/>
3627
</div>
3728
</div>
3829
);

packages/docs-gesture-handler/static/img/shopify-dark.svg

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/docs-gesture-handler/static/img/shopify.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/docs-gesture-handler/versioned_docs/version-2.x/fundamentals/introduction.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,6 @@ We really appreciate our sponsors! Thanks to them we can develop our library and
101101

102102
<div className="community-holder-container">
103103

104-
<div className="community-holder-container-item">
105-
<a href="https://www.shopify.com/">
106-
<div className="community-imageHolder">
107-
<img src="https://avatars1.githubusercontent.com/u/8085?v=3&s=100" />
108-
</div>
109-
<div>Shopify</div>
110-
</a>
111-
</div>
112-
113104
<div className="community-holder-container-item">
114105
<a href="https://expo.dev">
115106
<div className="community-imageHolder">

0 commit comments

Comments
 (0)