0.0.1 • Published 1 year 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 syncAPI
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
1 year ago