diff --git a/README.md b/README.md index a9787c3..f8cc947 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ Synchronize scroll positions between multiple scrollable components — `ScrollView`, `FlatList`, and `SectionList` — with a super simple API, zero dependencies, and buttery 60fps performance. +--- + +## 🎮 Try the Expo Snack + +🔗 [Open in Snack](https://snack.expo.dev/@martinezguillaume/react-native-scroll-sync) + +📱 Scan this QR Code with the **Expo Go** app: + + + + --- ## ✨ Highlights diff --git a/example/App.js b/example/App.js new file mode 100644 index 0000000..82ae118 --- /dev/null +++ b/example/App.js @@ -0,0 +1,10 @@ +import { ExpoRoot } from 'expo-router'; +import Head from 'expo-router/head'; + +export default function ExpoRouterApp() { + return ( +