ofplatform-rn
v0.1.0-alpha.0
Published
React Native platform adapters for of* host apps.
Downloads
93
Readme
ofplatform-rn
React Native platform adapter package for of* ecosystem.
Structure
src/adapters/db: scaffold placeholdersrc/adapters/http: scaffold placeholdersrc/adapters/socket: scaffold placeholdersrc/adapters/storage: scaffold placeholder
Planned adapters:
- RN SQLite/Watermelon-backed
DbAdapter - Secure storage
StorageAdapter - Native transport bridges for
HttpAdapter/SocketAdapter
Design rule:
- Keep platform-specific implementation in platform packages, not in
ofcore.
Build and Publish
npm run typechecknpm run buildnpm run ci:checknpm pack --dry-runnpm publish --access public
