iasreact1
iasreact1
I used tab bar below header part, and now the loader for the tab pages plays through out the page it overlays,How can i use it for only this portion,...
i have used latest version of react-native-sound & react-native-share i have played audio using react-native-sound and on the similar page there is a share button, but when i press Share...
Please help me i copy the code of example but it will just print the location once , i want to print and send to server the location in every...
there is a white line behind the label react-native-paper-5.12.1 my code is ` setEmail(value)} style={styles.inputTextSt} theme={{ colors: { onSurfaceVariant: Colors.colorDeepGreen } }} onSubmitEditing={() =>{ secondInputRef.current.focus(); }} />  `
{"code": "E_DEVELOPER_ERROR", "debugMessage": "Please ensure the app is signed correctly.", "message": "Google is indicating that we have some issue connecting to payment.", "responseCode": 5} react-native-iap-12.10.5 i have followed every steps...
I have a project using latest react-native-iap i.e, 12.10.8 it shows incompatible version of kotlin, it says for 1.8.0 and my project is in 1.6.20 and after on searching ...the...
Hello, I have added audio in my cache directory and then played it creating a sound object with in a function like that ` const playAudio = () => {...