| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a React Native Pocket Clone app that lets users save, organize, and read articles with a beautiful interface and smooth animations.
Watch and build this Pocket Clone step by step:
Make sure you have the Expo CLI installed.
For the best development experience, install:
Clone the repository
git clone <repository-url>
cd pocket-appInstall dependencies
bun install
# or npm installPrebuild the native code
bunx expo prebuildRun the app
# iOS
bunx expo run:ios
# Android
bunx expo run:android
# Web
bunx expo start --webCreate a .env file in the root directory:
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_your_clerk_key_here
EXPO_PUBLIC_REVENUECAT_API_KEY=your_revenuecat_api_key_hereReplace the placeholders with your actual API keys from:
The app uses SQLite with Drizzle ORM. The database is automatically initialized on first run with the following tables:
Create a project on Sentry
Run the setup wizard:
bunx @sentry/wizard@latest -s -i reactNativeTake a shortcut from web developer to mobile development fluency with guided learning
Enjoyed this project? Learn to use React Native to build production-ready, native mobile apps for both iOS and Android based on your existing web development skills.
| Back | FazBrowse Home | New Git URL |