0.0.1 • Published 10 months ago
capacitor-native-app-resources v0.0.1
native-app-resources
A plugin to fetch natively stored resources to the web build
Install
npm install native-app-resources
npx cap sync
API
This api doesnt support IOS yet
getStringByKey(...)
getStringByKey(options: { key: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { key: string; } |
Returns: Promise<{ value: string; }>
0.0.1
10 months ago