0

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!

Nomura Nori
  • 4,689
  • 8
  • 47
  • 85
  • 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 Answers1

-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