I am trying to Implement AWS-IoT(device) using React-Native.
I have used the packages,
2) react-native-aws-iot-device-shadows
and got a lot of errors while using the package. I could debug few, but did not get expected results.
I am Implementing AWS-IoT for Chatting application.
I am successfully creating an IoT session using REST APIs and get these as responses iotEndpoint, region, accessKey, secretKey, sessionToken
.
But using these credentials I am unable to Connect using the above packages.