I have just developed map application with Mapbox in React Native. And I would like to check heading function in IOS emulator. What is the solution? Only can I check this on Real Device? Cheers!
Asked
Active
Viewed 143 times
0
-
As in the accepted answer, you can simulate a user location, but heading (the direction the user is pointed) cannot be simulated — you must test this on device. – friedbunny May 21 '18 at 17:12
1 Answers
-1
open IOS Simulator. Go to menu then Debug > Location > Custom Location. You can set Latitude and Longitude there and can test on your application. this might be helpful issue#214416

Muhammad Shoaib Riaz
- 194
- 3
- 9