Senghuot Lay
Senghuot Lay
This should be a fix from the react-navigation team
@RamsayRomero it doesn't work when you have nested stack. e.g: Parent Stack -> normal screen Child Stack -> modal In this scenario, if you do `gestureEnabled` then when you swipe,...
@andresesfm therefore, do u think we should advise our customer to update their android version on their phone? Also, do u have a specific android version which has been cutoff?
For some reason, when I added readKeychain before resetting it works. Maybe someone here could explain to me why? ``` export async function resetKeychain() { await readKeychain(); await resetGenericPassword(); }...
@andresesfm i couldn't find it in the typescript? `"react-native-iap": "12.8.2",` ```export interface RequestPurchaseIOS { sku: Sku; andDangerouslyFinishTransactionAutomaticallyIOS?: boolean; /** * UUID representing user account */ appAccountToken?: string; quantity?: number; withOffer?:...
any update on this guys?
@czaku are u running your app through rosetta?
For anyone that's having the issue when upgrading to react native 0.70+, and unable to got `NO APPLICATION SELECTED` you should add this in your code base. I believe that...