You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import React, {createContext, useContext} from 'react'
import { Platform } from 'react-native'
import useNativePay from './use_native_pay' // This is going to be a problem if Apple makes us rip native payments out of our code again. The reason this is not a problem is because we started doing physical good purchases so Apple is okay with the native payment module.