Skip to content

Commit 16947cb

Browse files
author
alvaromb
committed
Improved docs
1 parent 5c5d5cf commit 16947cb

2 files changed

Lines changed: 50 additions & 23 deletions

File tree

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# react-native-interactive-image-library
1+
# react-native-interactive-image-gallery
22

33
<p>
4-
<img src="https://img.shields.io/npm/dm/react-native-interactive-image-library.svg" />
5-
<img src="https://img.shields.io/npm/dt/react-native-interactive-image-library.svg" />
4+
<img src="https://img.shields.io/npm/dm/react-native-interactive-image-gallery.svg" />
5+
<img src="https://img.shields.io/npm/dt/react-native-interactive-image-gallery.svg" />
66
</p>
77

88
A React Native component to display a gallery of images.
@@ -14,19 +14,19 @@ A React Native component to display a gallery of images.
1414

1515
## Getting started
1616

17-
`$ yarn add react-native-interactive-image-library`
17+
`$ yarn addreact-native-interactive-image-gallery`
1818

1919
### Mostly automatic installation
2020

21-
`$ react-native link react-native-interactive-image-library`
21+
`$ react-native link react-native-interactive-image-gallery`
2222

2323
### Manual installation
2424

2525
#### iOS
2626

2727
1. In Xcode, in the project navigator, right click `Libraries` ➜ `Add Files to
2828
[your project's name]`
29-
2. Go to `node_modules``react-native-interactive-image-library` and add
29+
2. Go to `node_modules``react-native-interactive-image-gallery` and add
3030
`RNIKInteractiveImageLibrary.xcodeproj`
3131
3. In XCode, in the project navigator, select your project. Add
3232
`libRNIKInteractiveImageLibrary.a` to your project's `Build Phases` ➜ `Link
@@ -61,6 +61,17 @@ class Images extends React.PureComponent<Props> {
6161

6262
Work in progress.
6363

64+
## Aknowledgements
65+
66+
Thanks to Eric Vicenti (https://github.com/ericvicenti) and
67+
[his talk at React Native EU 2017](https://www.youtube.com/watch?v=7emqc7yf-Zg)
68+
called "Practical Hacks for delightful interactions" for the inspiration and the
69+
iOS animations present in this library
70+
71+
The main idea of the library and some parts of the code were inspired or taken
72+
from his presentation, available at
73+
[this repo](https://github.com/ericvicenti/react-native-eu-2017).
74+
6475
## License
6576

6677
MIT.

package-lock.json

Lines changed: 33 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)