ofplatform-rn
v0.1.0-alpha.3
Published
React Native platform adapters for of* host apps (SQLite, fetch, WebSocket, AsyncStorage).
Downloads
293
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 placeholdersrc/auth:RnServerAuthoritativeAuthHostSupport(shared auth bridge parity withofplatform-web, backed by injected async storage and fetch)
Planned follow-up areas:
- host-specific secure-storage backend selection
- production SQLite driver binding for React Native runtime hosts
- optional native transport hardening such as certificate pinning or printer bridges
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
