Category "react-native"

EXPO-AV cache of audio files -REACT NATIVE

I am using react native to develop an app. I am currently recording audio files with expo AV and then I am able to send this files to a server. I don't really w

Error thrown after ending the audio track / array of tracks in React Native Track Player

I'm using React Native Track Player in a React Native project and playing an array of music tracks. After ending the audio tracks, I'm getting the following err

Firebase authentication - refreshToken automatic refresh

I am developing a react-native application which will use firebase authentication, and I have some doubts about how refresh tokens should work. I am using the r

Weview doesn't shirnk when keyboard is appeared on IOS

Problem: The height of webview doesn't reduce when I open up the keyborad on IOS I used a KeyboardAvoidingView wrap my Webview like this <KeyboardAvoidingV

React Native: How to get upload speed and network signal strength?

I am currently tasked with developing an application that gives the user various information and details about his network connection using React Native. The ma

How to set inline style rule with eslint?

I create a React Native project the version is 0.62.2 I change eslintrc.js as below module.exports = { parser:'babel-eslint', env: { browser: true,

How to set the background color of Tab.Navigator?

As you can see below, I've tried many ways of setting the background color to green, all to no avail. The background remains blue like the image. The inactiveC

Sticky header on SectionList ReactNative

I need to create a screen Catalog(Categories and Products). I'm using SectionList from React Native in order to achive this. I need to make that Categories comp

Getting no response while using react-native-sqlite-storage ,

I am trying to execute update query but in response getting nothing. const editData = async (no) => { try { db.transaction((tx) => {

expo location permissions work on android, but not on iOS

I have a react-native app that uses expo. The location permissions work on android, but not on iOS. On a real iPhone (iOS version 14.4.2), it does nothing. On a

Getting error RCTBridge required dispatch_sync to load RNGestureHandlerModule. This may lead to deadlocks

I'm getting the same error as this issue However rather than RCTDevLoadingView mine is referring to RNGestureHandlerModule. Similar to the issue linked above, m

Error in usage of firebase in my react native expo project

Hey this is Shubham and i am 12 years old and i am an ardent learner of mobile app development with the cross platform language react native and i want to learn

Library not loaded: @rpath/hermes.framework/hermes

I have enabled Hermes in my react-native(v0.64) Application. Everytime I run app I get following stack trace. dyld: dyld cache load error: shared cache file ope

How to run react-native project in another port instead of 8081 IOS

I'm running react-native project in port 8081, i want to run another react-native project simultaneously in other port. I tried these npx react-native run-ios -

How to make notifications vibrate phone react native expo

I need notifications to vibrate the phone repeatedly until the user performs an action like clicking on the notification. I have found no way to make this work

Execution failed for task ':app:processDebugMainManifest'. in ReactNative CLI

I try to build a ReactNative app using ReactNative CLI following the steps in their documentation: Link for the documentation After downloading the initializing

Trouble asking for permission with Expo Image Picker

I am trying to use Expo-image-picker with a react-native application. Here is my code: const openCamera = async () => { const permissionResult = await Im

How to set Icon size in react-native-navigation bottom tab bar

I just start to learn RN, but the docs in https://reactnavigation.org/docs/tab-based-navigation/ did not show how to set a tabBarIcon's size, I tried to add an

Flatlist warning Each child in a list should have a unique "key" only on first render

problem When the app gets loaded for the first time.The flatlist gives a waring and displays "Warning: Each child in a list should have a unique "key" prop.%s%s

MongoDB Realm: How to delete element from list of embedded objects

I am using the React-Native version of MongoDB Realm. In my data model, I am using a list embedded objects. My schema looks something like this: const EmbeddedO