Relative Content

Tag Archive for androidiosreact-native

Facing Problem in Recording Audio in React native

Currently working on a chat application like whatsapp and instagram where I need to add a feature of Recording Audio as like in the whatsapp and instagram. So I am using react-native-audio-recorder-player. I have implemented it correctly as mentioned in the package, but the main issue is that it seeks the permission of RECORD_AUDIO, READ AND WRITE OF THE EXTERNAL STORAGE. The issue lies here that it seeks the permission of the RECORD_AUDIO from the user but it not seeking any permission in the case of the READ_EXTERNAL_STORATE AND WRITE_EXTERNAL_STORAGE it automatically returns never_ask_again due to which I am able to record the audio but neither I can store it in my external storage nore I can access it. Please help

React native text going to next line unecessarily

import React from ‘react’; import { SafeAreaView, View, Text, StyleSheet } from ‘react-native’; import MaskedView from ‘@react-native-community/masked-view’; import { LinearGradient } from ‘expo-linear-gradient’; const GradientTextTag: React.FC = () => { return ( <View style={styles.container}> <MaskedView maskElement={ <View style={styles.maskContainer}> <Text style={styles.text}>New Pickup Time</Text> </View> }> <LinearGradient colors={[‘#3023ae’, ‘#c86dd7’]} start={{ x: 0, y: 0 }} end={{ x: […]

How to start building queue management app

I want to develop a queue management app for mobile. it should be supported by iOS and Android too, the app should include admin side for the customer and client site for the customer’s client.
I’m familiar with JS and React. Should i develop the app in React-Native or something else.

Could not find com.google.vr:sdk-base:1.180.0

I am trying to render panaroma image on my react-native application. Tried few packages, but most of the devs suggesting this https://github.com/lightbasenl/react-native-panorama-view.