Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Feb 16, 2021
1 parent b714bba commit cdf9911
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# react-native-pinchable
<p align="center">
<h1 align="center">React Native Pinchable</h1>
<h3 align="center">Instagram like pinch to zoom for React Native.</h3>
</p>

Instagram like pinch to zoom for React Native.
## Demo

![screencast](https://user-images.githubusercontent.com/378279/50738295-9610d280-11d2-11e9-9dba-c0005fa9bfaf.gif)

See [`Example`](https://github.com/oblador/react-native-pinchable/tree/master/Example) folder.

## Sponsors

If you find the library useful, please consider [sponsoring on Github](https://github.com/sponsors/oblador).

---

<a href="https://bit.ly/2LV9E98"><img src="https://x.klarnacdn.net/payment-method/assets/badges/generic/klarna.svg" width="135" height="75" alt="Klarna" /><a>

Klarna aims to make online shopping frictionless and are [hiring engineers in Stockholm, Berlin and Milan](https://bit.ly/2LV9E98). Join me to work on one of the largest greenfield React Native apps in the community.

## Installation

Expand Down Expand Up @@ -34,12 +51,6 @@ import Pinchable from 'react-native-pinchable';

On Android it's not possible to receive touch events on the views inside the `Pinchable` component.

## Demo

![screencast](https://user-images.githubusercontent.com/378279/50738295-9610d280-11d2-11e9-9dba-c0005fa9bfaf.gif)

See `Example` folder.

## License

[MIT License](http://opensource.org/licenses/mit-license.html). © Joel Arvidsson 2019 - present

0 comments on commit cdf9911

Please sign in to comment.