React Native with XState in Global Context causes entire App to reload
I have a React Native Expo App and I am using XState to keep a global state machine that is passed down the component tree using the Context API. App.js: (only relevant parts shown - e.g. smSend function here is…