From fb727f681f7cc3f06cdf732c9a431f2e1bf97632 Mon Sep 17 00:00:00 2001 From: Max Kalashnikoff Date: Sat, 8 Apr 2023 20:04:02 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c5bf2a9..c8eadd4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Import the `SpringLoader` component `import { AnimationTypes, SpringLoader } fro Find a full usage example in [examples/expo-app/App.tsx](https://github.com/geekbrother/SpringLoader/blob/main/examples/expo-app/App.tsx). +## Example app + +There is an `Expo` example app with the showcase in the `examples/expo-app` folder. + ## Todo Implement a [Skia](https://github.com/Shopify/react-native-skia) version