Get query parameters from url when runing in Appetize environment
Ref: https://docs.appetize.io/core-features/playback-options
npm install react-native-appetize-params
import AppetizeParams from "react-native-appetize-params";
// ...
const isAppetize = await AppetizeParams.isAppetize();
const foo = await AppetizeParams.get('foo');
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT