Book Catalog ~ A simple library index for displaying book status and progress.
This is an Expo project created with create-expo-app.
- Framework: React-Native + Expo
- Styling: Nativewind
- Deployment: Netlify (for web), Expo (for mobile)
git clone git@github.com:erujs/lex-expo.git
cd lex-expo
npm installExpo Go app on your mobile device
npx expo start- Android: Scan the terminal QR code using the Expo Go app.
- iOS: Scan the terminal QR code using the default Camera app.
- Web: Press w in the terminal to view in your browser.
Ensure your environment meets the Expo Native Prerequisites (Android Studio / JDK for Android, Xcode for iOS).
# Android
npx expo run:android
# iOS
npx expo run:iosTHIS PROJECT IS INTENDED FOR VIEWING AND REFERENCE PURPOSES ONLY. WHILE THE SOURCE CODE IS PUBLICLY ACCESSIBLE, IT IS NOT INTENDED FOR UNAUTHORIZED MODIFICATION, REDISTRIBUTION, OR COMMERCIAL USE.
IF YOU ARE EXPLORING THIS REPOSITORY, PLEASE RESPECT THE CREATOR’S WORK AND DO NOT USE IT BEYOND PERSONAL LEARNING OR REFERENCE.