React Navigation: Swipe on drawer does not work in Android
I have been searching for a solution for a long time, but surprisingly, I think nobody has faced it yet. So I am posting it.I have created a simple Drawer Navigator with React Navigation V3. I have...
View ArticleHow to install package only for iOs or Android in React Native
I would like to know if it's possible to install a package only for iOs or Android in React Native ? I'm using tipsi-stripe for Apple Pay and there is some bugs with Android and RN0.61.5, and I don't...
View ArticleHow to check and use Google Play Service Updated security Provide in react...
I am new to react native and app gives an issue in security scan which is related to Update Security Provider. The application does not use the Google Play Service Updated Security Provider which may...
View Articlereact-native metro bundle stuck waiting load but don't load (Windows, Android...
I using Windows 10, coding Android and use CLI. And I using Genymotion.I have a problem, metro bundler stuck don't loading. I normally used the latest version but I changed the version because I had...
View ArticleErrror while running react native on android [closed]
Error: EPERM: operation not permitted, chmod 'C:\Windows\System32\myapp\node_modules\react-native\node_modules@react-native-community\cli\build\commands\server\external\xsel' at Object.chmodSync...
View ArticleWhy does the "Enter" key not trigger onKeyPress in React Native?
I have added an onKeyPress event listener to my text input so that when a user clicks done or go or "enter" on the phone keyboard it will call my searchProducts function. I was hoping for an onSubmit...
View ArticleIs there any possibility to get location of a Bluetooth device(no wifi,gsm or...
I m basically need this functionality to get location from a Bluetooth device if there is any other way to do please do tell
View ArticleNeed help understanding Audio in Expo
Any insight is greatly appreciated. Even if it's only a link to a useful article or tutorial.I'm trying to get a grasp on handling audio that is pulled from a website. I have done my best to create a...
View ArticleAndroid React native Exo-av certificate pinning
android: Q, react-native: 0.60 expo-sdk .35+Our app uses certificate pinning with self-signed certificate.This all works with React native nicely, because React native provides a hook to specify a...
View ArticleReact Native run on multiple simultaneous Android emulators
I would like to test my app on at least 2 Android emulators simultaneously. I can start 2 emulators but can't seem to find how to react-native run-android my app on 2 emulators with ADB. If possible I...
View ArticleHow to tell users about new updates?
I have a React Native app with firebase for backend, And now I'm in the last part to release it, But I have a question, after releasing my app I will add some updates or something and I want to ensure...
View ArticleScrollToEnd works once in a flatListItems [closed]
I have a list of items that each item has an image album in a horizontal FlatList<FlatList ref={it => { carousel = it; }} onContentSizeChange={()=> this.carousel.scrollToEnd()} scrollEnabled...
View ArticleImplement SSL Certificate Pinning in React Native with the XMLHttpRequest API
I am currently implementing SSL Certificate Pinning for my React Native app.I found a great answer explaining in detail the steps to archive this for both IOS and AndroidBut unfortunately the Android...
View Articlereact-native TypeError: undefined is not an object(evaluating...
TypeError: undefined is not an object(evaluating 'a.PropTypes.func')There are many similar kinds of questions are available there, But mine is still different because the most of the questions have...
View ArticleNetinfo.isConnected always returns true in Android
i am using react-native-netinfo in my app. In iOS it's working fine. But in android always returns true. It doesn't have internet connection (WiFi or Mobile data). It still returns true. Please give me...
View ArticleReact-native icon inline with text
Hi I want achieve the following style:But with the following code i get a the icon in separate column and the text in another<View style={{flex:1, flexDirection:'row'}}> <Icon height={10}...
View ArticlemergeDebugResources FAILED in react native
I've been trying to run my react native project via "react-native run-android" but each time i got following error i tried several methods to solve this problem including clearing gradlew but they...
View ArticleHow to dynamically call a module in React Native
I would like to have a react native View dynamically added. This will be completely undetermined before calling. import React, {Component} from 'react'; import {View} from 'react-native'; export...
View ArticleHow to convert a String into a React Component
I have a file myEnternal.js that I would like to pass as a component via Props from Android. myEnternal.jsimport React, {Component} from 'react'; import {View} from 'react-native'; export default class...
View Article'android:name' in tag must be a valid Java class name in React Native
I have just created an react-native app and building the React Native application giving me The error below.H:\App...
View Article