Skip to content

Commit 102e7cb

Browse files
author
bd-arc
committed
doc(README): update readme with snack examples
1 parent a9d3343 commit 102e7cb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,17 @@ We're not abandoning the ship, but we need more people to help us keep it alive
5050
![react-native-snap-carousel tinder layout](https://i.imgur.com/R7OpEFs.gif)
5151
![react-native-snap-carousel stack layout](https://i.imgur.com/foMIGM2.gif)
5252

53-
### Archriss' "Ville d'Aix-en-Provence" app
53+
### Real-world examples
5454

55-
**This app is available on [Android](https://play.google.com/store/apps/details?id=fr.archriss.aixmobile.app) and [iOS](https://itunes.apple.com/fr/app/ville-daix-en-provence/id494548366?mt=8).** It uses **version 3.2.0** of the plugin, with `FlatList`'s implementation and [parallax images](#parallaximage-component).
55+
These are live apps we've created that make heavy use of the plugin. Don't be shy, share yours if you've done something awesome with it!
5656

5757
![react-native-snap-carousel archriss aix](https://i.imgur.com/pPm0csc.gif)
5858
![react-native-snap-carousel archriss aix](https://i.imgur.com/UFsPlz2.gif)
5959

60-
### Archriss' showcase app
61-
62-
**You can try the app live on [Android](https://play.google.com/store/apps/details?id=fr.archriss.demo.app) and [iOS](https://itunes.apple.com/lu/app/archriss-presentation-mobile/id1180954376?mt=8).** It currently uses **version 1.4.0** of the plugin. Be aware that sliders' layouts will break on RTL devices since support was added in version 2.1.0 (see [#38](https://github.com/archriss/react-native-snap-carousel/issues/38)).
63-
6460
![react-native-snap-carousel](https://i.imgur.com/Fope3uj.gif)
6561
![react-native-snap-carousel](https://i.imgur.com/WNOBYfl.gif)
6662
![react-native-snap-carousel](https://i.imgur.com/sK5DKaG.gif)
6763

68-
> Please note that **we do not plan on Open-Sourcing the code of our showcase app**. Still, we've put together [an example](#example) for you to play with, and you can find some insight about our map implementation [in this comment](https://github.com/archriss/react-native-snap-carousel/issues/11#issuecomment-265147385).
69-
> The folks at [codedaily.io](https://codedaily.io) have created a great tutorial about implementing a similar feature. [Go check it out!](https://codedaily.io/tutorials/9/Build-a-Map-with-Custom-Animated-Markers-and-Region-Focus-when-Content-is-Scrolled-in-React-Native)
70-
7164
## Usage
7265

7366
```bash
@@ -108,7 +101,13 @@ export class MyCarousel extends Component {
108101
```
109102

110103
## Example
111-
You can find the following example in the [`/example` folder](https://github.com/archriss/react-native-snap-carousel/tree/master/example).
104+
105+
Here are simple examples that can be edited in real time in your browser:
106+
107+
- https://snack.expo.io/@vitkor/carousel-simple-example
108+
- https://snack.expo.io/@bd-arc/react-native-snap-carousel-%7C-example-with-custom-interpolations
109+
110+
You can also find a more in-depth (read "complex") one in the [`/example` folder](https://github.com/archriss/react-native-snap-carousel/tree/master/example).
112111

113112
![react-native-snap-carousel](https://i.imgur.com/pZincya.gif)
114113

0 commit comments

Comments
 (0)