diff --git a/README.md b/README.md index 016cd1a87b..e718d6d9a0 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,6 @@ Read more on that here { - const sponsorsLogos = { - expo: { - light: useBaseUrl('img/expo.svg'), - dark: useBaseUrl('img/expo-dark.svg'), - }, - }; - - return ( -
-

Sponsors

- - {/* We decided to hid the sponsors copy until we came up with a better one */} - - {/*

- Thanks to our Sponsors we can still develop our library and make the - React Native world a better place! -

*/} -
- -
-
- ); -}; - -export default Sponsors; diff --git a/packages/docs-gesture-handler/src/components/Sponsors/styles.module.css b/packages/docs-gesture-handler/src/components/Sponsors/styles.module.css deleted file mode 100644 index 88094354f3..0000000000 --- a/packages/docs-gesture-handler/src/components/Sponsors/styles.module.css +++ /dev/null @@ -1,53 +0,0 @@ -.sponsorsTitle { - font-size: var(--swm-h2-font-size); - margin-bottom: 2.5rem; -} - -.sponsorsSubtitle { - font-size: 20px; - width: 53%; -} - -.sponsorsBrand { - margin-top: 5rem; - display: flex; - justify-content: center; - gap: 4rem; -} - -@media (max-width: 1350px) { - .sponsorsSubtitle { - width: 70%; - } -} - -@media (max-width: 996px) { - .sponsorsSubtitle { - width: 100%; - } - .sponsorsBrand { - margin: 2.5rem auto 5.5rem; - gap: 3rem; - } - .sponsor { - width: 170px; - height: auto; - } -} - -@media (max-width: 420px) { - .sponsorsTitle { - font-size: 24px; - } - .sponsorsSubtitle { - font-size: 18px; - font-weight: 600; - } - .sponsorsBrand { - gap: 2.5rem; - } - .sponsor { - width: 120px; - height: auto; - } -} diff --git a/packages/docs-gesture-handler/src/pages/index.js b/packages/docs-gesture-handler/src/pages/index.js index 408b8109bd..4797e9d687 100644 --- a/packages/docs-gesture-handler/src/pages/index.js +++ b/packages/docs-gesture-handler/src/pages/index.js @@ -10,7 +10,6 @@ import Playground from '@site/src/components/Playground'; import TouchableShowcase from '@site/src/components/TouchableShowcase'; import GestureFeatures from '@site/src/components/GestureFeatures'; import Testimonials from '@site/src/components/Testimonials'; -import Sponsors from '@site/src/components/Sponsors'; import { HireUsSection } from '@swmansion/t-rex-ui'; function Home() { @@ -33,7 +32,6 @@ function Home() {
- - - - - - - - - - - - - - diff --git a/packages/docs-gesture-handler/static/img/expo.svg b/packages/docs-gesture-handler/static/img/expo.svg deleted file mode 100644 index 659ed5abe2..0000000000 --- a/packages/docs-gesture-handler/static/img/expo.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/docs-gesture-handler/versioned_docs/version-1.x/credits.md b/packages/docs-gesture-handler/versioned_docs/version-1.x/credits.md deleted file mode 100644 index 633887b056..0000000000 --- a/packages/docs-gesture-handler/versioned_docs/version-1.x/credits.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: credits -title: Credits ---- - -This project is supported by amazing people from [Expo.io](https://expo.io) and [Software Mansion](https://swmansion.com). - -[![expo](https://avatars2.githubusercontent.com/u/12504344?v=3&s=100 "Expo.io")](https://expo.io) -[![swm](https://avatars0.githubusercontent.com/u/56880679?v=3&s=100 "Software Mansion")](https://swmansion.com) diff --git a/packages/docs-gesture-handler/versioned_docs/version-2.x/fundamentals/introduction.md b/packages/docs-gesture-handler/versioned_docs/version-2.x/fundamentals/introduction.md index b52c25746b..c9d88471ca 100644 --- a/packages/docs-gesture-handler/versioned_docs/version-2.x/fundamentals/introduction.md +++ b/packages/docs-gesture-handler/versioned_docs/version-2.x/fundamentals/introduction.md @@ -95,19 +95,3 @@ If you've build something with this library you'd like to share, please contact
-### Sponsors - -We really appreciate our sponsors! Thanks to them we can develop our library and make the react-native world a better place. Special thanks for: - -
- -
- -
- -
-
Expo
-
-
- -
diff --git a/packages/docs-gesture-handler/versioned_sidebars/version-1.x-sidebars.json b/packages/docs-gesture-handler/versioned_sidebars/version-1.x-sidebars.json index 486a265596..afe62dff08 100644 --- a/packages/docs-gesture-handler/versioned_sidebars/version-1.x-sidebars.json +++ b/packages/docs-gesture-handler/versioned_sidebars/version-1.x-sidebars.json @@ -120,10 +120,6 @@ { "type": "doc", "id": "resources" - }, - { - "type": "doc", - "id": "credits" } ] }