Capacitor plugin to read custom settings from AndroidManifest.xml and Info.plist
npm install capacitor-metadata-reader
capacitor-metadata-reader
Capacitor plugin to read custom settings from AndroidManifest.xml and Info.plist
``bash`
npm install capacitor-metadata-reader
npx cap sync
Android:
In of AndroidManifest.xml add a .
iOS:
In Info.plist add your custom entry: .
See the Metadata Config page in the following repo:
https://github.com/uioporqwerty/capacitor-testapp
tldr;
`
import { MetadataConfig } from 'capacitor-metadata-config'
const { value } = await MetadataConfig.read({ key: 'myCustomKey' })
``
Thanks goes to these wonderful people (emoji key):
Nitish Sachar 🚧 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!