Skip to content

Instantly share code, notes, and snippets.

@iDanbo
iDanbo / machine.js
Last active January 18, 2021 22:12
Generated by XState Viz: https://xstate.js.org/viz
const pushNotificationPromptScreenMachine = Machine({
context: {
permissionStatus: null,
token: "",
clinicURL: "",
},
id: "pushNotifactionPromptScreen",
initial: "idle",