iasreact1

Results 8 issues of 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...

bug

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...

IGNORED ISSUE TEMPLATE

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(); }} /> ![textInput](https://github.com/callstack/react-native-paper/assets/118831987/6d560838-3825-4d68-b627-43bc5e63db14) `

bug

{"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 = () => {...

question