aws-samples / aws-end-to-end-iot-amplify-demo

MIT No Attribution
36 stars 11 forks source link

React-native implementation. #5

Open sidd2217 opened 2 years ago

sidd2217 commented 2 years ago

Hi, I'm new to aws iot core so if i have missed something please advice me.

I'm working on a iot project where i have to control the on board led of esp32 through react-native app. The flow goes as App <--> aws-iot-core <--> esp32. Upon searching i came here and saw this example in react, So my question is will this work in react-native and in my case?

What I've tried till now is controlling led by checking receiving message from aws iot core test. So my other question is how should i achieve that through app or where should i look into?

OS - Win10 Iot model - ESP32 App - React-Native ( Android only )

bengruher commented 2 years ago

Hi Sidd,

I'm not super familiar with React-Native but this implementation relies on the Amplify PubSub library so as long as you are able to use that library, it should work the same way!