// the find
amandeepmittal/react-native-examples
📱 A repo that contains React Native & Expo examples, mostly related to articles & tutorials I publish on my blog.
A monorepo of standalone React Native and Expo code samples tied to blog posts and tutorials written by the author. Each subdirectory is a self-contained project demonstrating one specific pattern — navigation, animations, Firebase auth, form handling, etc. Aimed at developers learning React Native who want runnable reference code alongside written explanations.
Each example is isolated so you can clone one folder and run it without touching the rest. SDK version is documented per example, which matters in an ecosystem that breaks between releases. The range is practical — animated headers, custom scroll indicators, Formik forms, deep linking — not just hello-world fluff. Recent examples (2025) use Expo SDK 51–53 and Expo Router v3, so the newer ones aren't trailing the ecosystem by years.
Dependency rot is significant: older examples sit on RN 0.63–0.67 and Expo SDK 38–44 with no indication they've been updated or tested on current tooling. No shared CI or test suite — nothing stops a dependency from silently breaking. Several examples point to unmaintained libraries (react-native-snap-carousel, react-native-viewpager) that have since been deprecated or forked. It's a tutorial companion, not a library — you can't install it, and code quality is tutorial-grade rather than production-grade.