@varsitysoftware/capacitor-plugin-read-key
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

@varsitysoftware/capacitor-plugin-read-key

A simple plugin to read a string from Info.plist on iOS and strings.xml

Install

npm install @varsitysoftware/capacitor-plugin-read-key
npx cap sync

API

read(...)

read(options: { key: string; }) => Promise<{ key: string; }>
Param Type
options { key: string; }

Returns: Promise<{ key: string; }>


/@varsitysoftware/capacitor-plugin-read-key/

    Package Sidebar

    Install

    npm i @varsitysoftware/capacitor-plugin-read-key

    Weekly Downloads

    1

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    17.1 kB

    Total Files

    30

    Last publish

    Collaborators

    • varsitysoftware