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
88A 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
27271 . 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 `
31313 . 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
6262Work 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
6677MIT.
0 commit comments