You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prayTimes.getTimes(
new Date(),
[latitude, longitude],
// 0,
// "auto",
// "24h"
)
or
prayTimes.getTimes(
new Date(),
[latitude, longitude],
5,
// "auto",
// "24h"
)
If I add 0 then the timings are closer to actual ones. like this
prayTimes.getTimes(
new Date(),
[latitude, longitude],
0,
// "auto",
// "24h"
)
The text was updated successfully, but these errors were encountered:
prayTimes.getTimes(
new Date(),
[latitude, longitude],
// 0,
// "auto",
// "24h"
)
or
prayTimes.getTimes(
new Date(),
[latitude, longitude],
5,
// "auto",
// "24h"
)
If I add 0 then the timings are closer to actual ones. like this
prayTimes.getTimes(
new Date(),
[latitude, longitude],
0,
// "auto",
// "24h"
)
The text was updated successfully, but these errors were encountered: