I need to develop an app using React Native which will get some data from Amazfit Stratos smart watch.
The smart watch is connected to the phone via bluetooth and has an application "Amazfit" where it actually gets the data that I need (i.e. step count, heart rate, etc.). After a lot of research (google and youtube), I have not encountered a way to import the data into my application. Since I haven't started making the application, there is no code to show. Can any one provide any basic solution to this problem?
My guess is (if it's possible):
Make my application communicate with the smart watch
Make my application communicate with Amazfit Android application
Any help greatly appreciated!