This repository contains example code and complementary resources for the Native Modules section of the React Native course at codewithbeto.dev/learn.
Learn how to extend your React Native apps with native functionality by building custom native modules for iOS and Android. This project serves as a hands-on companion to the course lessons.
-
Install dependencies
bun install
-
Start the app
npx expo start
-
Run on your preferred platform:
- Press
ifor iOS simulator - Press
afor Android emulator - Scan QR code with Expo Go app on your device
- Press
📚 Full Course: codewithbeto.dev/learn
This project is part of the comprehensive React Native course where you'll learn to build production-ready mobile applications.