From cc95aca3059efaaebf181c931c0d3887b3f42168 Mon Sep 17 00:00:00 2001 From: guizmo Date: Sun, 27 Jul 2025 01:31:37 +0200 Subject: [PATCH 1/3] fix: create App.js file --- example/App.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 example/App.js 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 ( + + + + ); +} From 459d3b499c4da34890521470b8cb4f94479b4c1b Mon Sep 17 00:00:00 2001 From: guizmo Date: Sun, 27 Jul 2025 01:56:05 +0200 Subject: [PATCH 2/3] docs: add expo snack --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9787c3..e7ed82c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ ![Demo](assets/demo-3.gif) ![Demo](assets/demo-4.gif) +
+ + **Super lightweight and fast scroll-syncing utility for React Native** Synchronize scroll positions between multiple scrollable components — `ScrollView`, `FlatList`, and `SectionList` — with a super simple API, zero dependencies, and buttery 60fps performance. From c2dadf972595249eacb8d2588a5335e9e83cdd6b Mon Sep 17 00:00:00 2001 From: guizmo Date: Sun, 27 Jul 2025 02:04:46 +0200 Subject: [PATCH 3/3] docs: add expo snack --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7ed82c..f8cc947 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,21 @@ ![Demo](assets/demo-3.gif) ![Demo](assets/demo-4.gif) -
- - **Super lightweight and fast scroll-syncing utility for React Native** 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: + +![QR Code](https://api.qrserver.com/v1/create-qr-code/?data=https://snack.expo.dev/@martinezguillaume/react-native-scroll-sync&size=200x200) + + --- ## ✨ Highlights