How to open an website inside the react-native app(Android and iOS)
I need to open the website inside my react-native app. Needs to work for both iOS and Android
View ArticlePick multiple images in react native Expo with Imagepicker
It seems like Expo only supports imagepicker for selecting one image rather than multiple images. Is there any way to pick multiple images without ejecting expo or starting new react-native-init?
View ArticleAndroid youtube player not working react-native
Hi I'm trying to get an youtube player using react-native-youtube but I'm getting a black screen with an endless loading in android. It works well in iOS. Does someone have an idea why ? Here is the...
View ArticleReact native Map Without using google map
How can I add a free map (not google maps) integration in react native. I don't want to use any google map services or google map. I have tried Mapbox, leaflet map, openstreet map, and react native...
View ArticleReact-native - SyntaxError: ..\src\screens\SignUp.js: Unexpected token,...
I am the beginner of react native. I have a problem. I am trying to set sign up page with firebase but i couldn't do this. There is a compiler error that Unexpected token, expected ";" (29:21) This is...
View ArticleHow to open email client from email id provided in content of React-Native...
Implemented a webview in react-native. if any normal URL is found in webview content then its highlighted and on the click it will redirect to url. But if in case any EmailId is found in the content,...
View Articleunable to load script from assets
When I execute the command react-native run-android I get the following error message: Unable to load script. Make sure you're either running a Metro server (run 'react-native start') or that your...
View ArticleCould not find com.android.tools.build:gradle:3.5
I'm trying to update gradle from 1.3.1 to 3.5, as some of my dependencies requires version 3.3 or above. I've seen similar questions, but none of them help. build.gradle: buildscript { repositories {...
View ArticleWith react-native-firebase v6, app crashed when receive notification while in...
I try to get react-native-firebase v6 to work in my app. I use React Native 0.59.10. I have installed react-native-firebase v6 according to the documentation. It didn't specify about adding service...
View ArticleApk crashes after adding realm to react native
Thanks in advance. I tried to install Realm 3.3.0 on react native and after generating the build when the app opens it crashes. I use "react": "16.8.6", "react-native": "0.60.5" My gradle are...
View ArticleReact native hardware back button is not working
I'm working on react native Android and face problem for hardware back button my react native version is 0.44.2 and I'm using BackHandler below is my code for the back button:...
View ArticleSetting map region based on current location
i would really appreciate some help with this issue. Basically i am trying to pass my current latitude and longtitude via var1 and var2 into the coordinates of the initial region. However, upon...
View ArticleRNFirebase tried to override RNFirebaseModule - in case there isn't any...
I'm getting the following error: In case that there isn't any duplicated packages or imports in MainApplication.java. Here is my MainApplication.java: package com.myfirebaseapp; import...
View ArticleCan't locate source of fatal exception due to obfuscation in React Native app
I am trying to debug a crash reported by Firebase Crashlytics found in the latest version of my app. The error seems somewhat obfuscated (despite having uploaded a ProGuard mapping file) and based on...
View ArticleReactNative Metro Bundler not starting automatically
react-native run-android not starting bundler so i tried react-native start it showing below error. ┌──────────────────────────────────────────────────────────────────────────────┐ │ │ │ Running Metro...
View ArticleReact Native 0.60.5 - Task :expo-constants:compileDebugJavaWithJavac FAILED...
I've created a new React Native app and upgraded everything to latest versions (React Native, components, Gradle), yet I'm getting the following error when trying to build and deploy to device) - this...
View ArticleIcon.button are working but Icon.ToolbarAndroid are not working in react native
Im trying to get work Material Icon.ToolbarAndroid on React Native App but its not working Info Fetching system and libraries information... System: OS: Linux 5.0 Ubuntu 19.04 (Disco Dingo) CPU: (6)...
View ArticleReact Native, TouchableOpacity wrapping floating button get nothing
I'm creating a simple action button (floating button) This is working : <View style={{ width: this.props.size, height: this.props.size, borderRadius: this.props.size / 2, backgroundColor:...
View ArticleReact Native - TouchableOpacity not working inside an absolute positioned View
I've got an absolute positioned View that holds 3 TouchableOpacity components and the 3 fail to respond they are just not working at all, what is going wrong here please help me :) Code <View...
View ArticleUnsatisfiedLinkError libreactnativejni.so App Bundle
I currently distribute an app over the Play Store. I use Android App Bundles for better download experience. Besides other libraries, I use react-native. Now I get multiple reportings from different...
View Article