capacitor-native-app-resources
v0.0.1
Published
A plugin to fetch natively stored resources to the web build
Downloads
2
Readme
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; }>