How to open directly my application in apple store ? I have try with this, but it will open itunes app not apple store app
Linking.openURL(
'itms-apps://apps.apple.com/id/app/halojasa/id1492671277?l=id'
).catch(err => {
console.log('Error from rate us ', err)
})