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
Is it possible to implement mirroring (screen cast) the whole app in android/ios react native?
I was looking to implement screencast my react native app to the connected devices. I have tried the following packages such as
Environment setup for React Native on MacPro Intel Chip (Late 2013)
Is it still possible to develop React Native applications on MacPro Late 2013 (aka trash Mac).
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: […]
Build failed with an exception with react native CLI
first time starting with react native CLI, i don’t understand how to solve this..
When I click on the push notification on my android app, entire app get reloaded
I have a React Native app with RN version "react-native": "0.72.7"
, and use react-native-notification
with version ^5.1.0
for my push notification service for both Android and iOS applications.
How to display media controls in react-native-video on notification?
I followed instructions in the manual (https://thewidlarzgroup.github.io/react-native-video/component/props#shownotificationcontorols).
Is there any permissions in react native to override silent mode to play push notification sound for specific notification?
I am developing an emergency (SOS) app. When user activates an SOS, it sends push notification to some users. I wanted the app to play sound for SOS notification even when the phone is in silent mode. I couldn’t find any silent override permissions. Is there any other way i can do it?
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.