Skip to content

euharrison/react-native-appetize-params

Repository files navigation

react-native-appetize-params

Get query parameters from url when runing in Appetize environment

Ref: https://docs.appetize.io/core-features/playback-options

Installation

npm install react-native-appetize-params

Usage

import AppetizeParams from "react-native-appetize-params";

// ...

const isAppetize = await AppetizeParams.isAppetize();
const foo = await AppetizeParams.get('foo');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published