Disable download in React native WebView
I am using a React Native WebViw in my app. I want to disable download of files. Mostly just documents. I cant disable storage permissions as certain features in the app need this feature.
View ArticleHow to wait for firebase data fetch finishes and get values not a promise in...
I have data in firebase data that looks like the following:The code for getting customers data:getCustomersOnQeueu = async () => { let customers =...
View ArticleHow to get real path from URI of a file in sdcard?
I'm using react-native-document-picker in order to pick files and send them to the server. After picking the file, I use RNFetchBlob.fs.stat(uri) from rn-fetch-blob package to get the real path from...
View ArticleWhat is the use of reactNativeCodePush_androidDeploymentKey?
What is the use of reactNativeCodePush_androidDeploymentKey? Can I update the existing app using this key?
View Articlereact-native - Push to talk with Firebase [closed]
I am searching about how to implement the Push-to-talk function for React native app using Firebase.However, after a few hours of researching, I didn't find any tutorial how to do it. There are a lot...
View ArticleHow to set dynamic height for each row with react-native-swipe-list-view?
DescriptionI am working on a react-native project using expo SDK36.I want to do a swipe left/right list view. I use react-native-swipe-list-view to achieve it.So far everything worked perfectly, the...
View Articleworking with CallKeep using webRtc on react native
Halo All,I have used WebRtc plugin to make video calling working in my project now the issue which i'm working on is calling peer to peer means calling from App A to App B directing by clicking on a...
View ArticleReact Native - Automatic version name from package.json to android build...
Currently I have a react native app and the issue that I have is that is very time consuming to update the version on every build or commit. Also, I have Sentry enabled so every time I build, some...
View ArticleReact Native adding google ads
I want to add google ads (admob) to my react native app. I have tried doing it with any of these - react-native-firebase, react-native-admob, expo-ads-admob. I followed the instuctions in all of them...
View ArticleReact native, how to acces app reactActivity from module?
I have a module with a broadcast receiver which start an activity when activated, but my activity is located in my app's android folder (com.quicklocker....).But importing this package in my module...
View ArticleArabic text not rendered correctly (rendered as rubbish)
I am working on a react-native app and I have a problem when rendering some Arabic text that returned from API most of the times the text looks like rubbish (check screenshot 1)And for a few times, it...
View ArticleReact Native Building the app, but closing the metro bundler server
my react-native run normally, but he builds and close the "bundler server" and open a very,very old app "version"Building Successfulmax info i have is, i'm running on a device not on a emulator and i'm...
View ArticleWhat is common thing to handle for ios and android platform in react-native?
I've been building react-native for android at beginning and never been into IOS as I don't have project that use IOS at that moment and I don't own IOS or MacOS. And I'm clueless of what is difference...
View Articleerror: package com.android.annotations does not exist
I have the following classimport com.android.annotations.NonNullByDefault; @NonNullByDefault public final class Log { ... } and here is my build.gradle file (some parts omitted)apply plugin:...
View ArticleError: Unable to determine the current character, it is not a string, number,...
Whenever I run react-native run-android while keeping the emulator running, I get this error. react-native run-ios wroks completely fine.Error: Command failed: ./gradlew app:installDebug...
View ArticleReact-Native TextInput with focus but without keyboard showing
I'm developing an inventory system for my father's company and on of its requisites is to be able to use an external Barcode/QR Code scanner. I've developed everything using the camera as well, but I...
View ArticleHow do I autofocus on textinput?
I made app with textinput. I have mobil device with included barcode scanner. I'm trying to make app with reading barcodes and writing on the server by webservice. The main problem is, that i want to...
View ArticleToolbarAndroid is not displaying in react native
I am learning react-native programming, creating toolbar using this https://facebook.github.io/react-native/docs/toolbarandroid.html but in my case it is not being showed. I could not understand what...
View ArticleMetro bundler errors when using module-resolver
I've created a project using expo typescript template. Running on iOS and Android. No web. I then set up path alias in tsconfig.json as follows: "paths": { "@models/*": ["./src/models/*"],...
View ArticleReact Native - Get file name from android content uri
I need to get file name from android content uri, for example: content://com.android.providers.downloads.documents/document/15 I try to used react-native-fs stat but it return error of "File does not...
View Article