This is the mobile application for the Digital Pāḷi Dictionary, built with Expo and React Native.
- Fast, responsive Pāḷi lookup.
- Integration with DPD Webapp API.
- Deep-linking support (
dpd://word/:id). - Light/Dark mode support.
-
Install dependencies:
npm install
-
Start the development server:
npx expo start
-
Run on a device/simulator:
- Press a for Android.
- Press i for iOS.
- Use the Expo Go app on your physical device.
- Conductor Plan: Check
conductor/tracks/mvp/plan.mdfor progress. - Code Style: ESLint and Prettier are configured. Run
npx eslint .to check for issues.