Utility library bridging SQLite and MobX for React Native apps. Current version 1.3.18, under active development (status: active). Provides SQLite promise-based API, MobX observable models with CRUD operations via SQLiteMobxModel, and a reactive SQLiteMobxFlatList component. Differentiates by tightly coupling MobX state management with SQLite persistence, reducing boilerplate. Requires react-native >=0.61 and react >=16.9.0.
npm install react-native-sqlite-mobxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates SQLite initialization, MobX model creation with schema, CRUD usage, and reactive FlatList.
Ensure react-native >=0.61 and react >=16.9.0 are installed.
Lock version to 1.x if stability needed; monitor GitHub for updates.
Provide a writable path like `location: 'Library'` or use `react-native-fs` to get DocumentsDirectory.
Run `npx react-native link react-native-sqlite-mobx` and ensure react-native-sqlite-storage is installed.
Ensure you pass `{ tableName: '...', db: db, schema: {...} }` to super().