Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ Read more on that here <https://github.com/mikehardy/jetifier#to-reverse-jetify-

Gesture handler library is licensed under [The MIT License](LICENSE).

## Credits

This project has been build and is maintained thanks to the support 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://logo.swmansion.com/logo?color=white&variant=desktop&width=150&tag=react-native-reanimated-github 'Software Mansion')](https://swmansion.com)

## Community Discord

[Join the Software Mansion Community Discord](https://discord.swmansion.com) to chat about Gesture Handler or other Software Mansion libraries.
Expand Down
32 changes: 0 additions & 32 deletions packages/docs-gesture-handler/src/components/Sponsors/index.tsx

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/docs-gesture-handler/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -33,7 +32,6 @@ function Home() {
<div className={styles.container}>
<GestureFeatures />
<Testimonials />
<Sponsors />
<HireUsSection
href={
'https://swmansion.com/contact/projects?utm_source=gesture-handler&utm_medium=docs'
Expand Down
14 changes: 0 additions & 14 deletions packages/docs-gesture-handler/static/img/expo-dark.svg

This file was deleted.

14 changes: 0 additions & 14 deletions packages/docs-gesture-handler/static/img/expo.svg

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,3 @@ If you've build something with this library you'd like to share, please contact

</div>

### 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:

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

<div className="community-holder-container-item">
<a href="https://expo.dev">
<div className="community-imageHolder">
<img className="community-imageHolder" src="https://avatars2.githubusercontent.com/u/12504344?v=3&s=100" />
</div>
<div>Expo</div>
</a>
</div>

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@
{
"type": "doc",
"id": "resources"
},
{
"type": "doc",
"id": "credits"
}
]
}
Expand Down
Loading