when I open with authy://open it returns false. can you help me? this is my code
const scheme = Platform.OS === 'android' ? `authy://open` : 'authy://'; const isSupported = await Linking.canOpenURL(scheme) console.log(isSupported);//this is false Linking. openURL(scheme);
I NEED YOU TO RETURN ME TRUE
I NEED YOU TO RETURN ME TRUE