Can I write this type of app with Expo

I need to create an app where the user can enter a high and low value. A piece of equipment with send values via mqtt. If the value is outside of the threshold, I need a push notification to be sent. Is expo a good fit for this? And if so can anyone point me toward some resources to get started?

most of this you could build with expo.
i think its likely you would need to detach to use MQTT though.
https://docs.expo.io/versions/latest/expokit/detach

the quick start guide here is somewhat helpful. API Reference - Expo Documentation

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.