Hello,
It would be great if you could help me to answer one question. I have a Tuya vacuum cleaner, and I want to integrate a card for it into a bare react native application. (TUYA SDK is connected and P2P connection is established).
Currently, I can get the raw data from the vacuum cleaner from Tuya Sweeper P2P SDK and decode it as shown in the example: https://github.com/tuya/tuya-panel-demo.
But for some reason the map component is empty. Could it be due to the fact that I am not passing some important props?
Here are the credentials I am passing:
Here are my logs -
And is there any other method to successfully integrate maps into your react native application besides the npm package @tuya/rn-robot-map?