React Native UI for native application?
I'm done coding some core functionalities of an Android app, these had to be implemented in standard native Java code. Broadly speaking, it launches a Service and reads from a local DB with a...
View ArticleReact native package errors
I am using ubuntu 18.04 for react-native app development, and I keep on getting the errors below.I used the following commandsexpo build: androidit first complains about watchman which I have already...
View ArticleTask :react-native-screens:androidJavadoc FAILED
I'm trying to debug my project and to deploy it as APK.I'm using only android. When I debug the project or install the signed release APK it crashes.Now I search the error with ./gradlew build...
View ArticleI tried to do to-do app using react naive but this error came...
I tried to do a to-do app using react-native but this error came I tried a lot of ways but I don't know how to fix it please help me to solve it. I used firebase as a database.I tried to do a to-do app...
View ArticleReact Native app crashing when visiting specific screen
This screen works fine when testing using Expo, but crashes the app when it is bundled to apkI'm not sure whats causing the crash here, but it works on Expo.This has been tested on both emulators and...
View ArticleNetwork Request Failed in React Native Android
So, I have been trying to find the solution and solve this for the whole day since the afternoon and it's already 10:52 PM here. Here is the code and it is from the official docs except that I changed...
View ArticleWhat is the best way to develop a video, voice call app in react-native [closed]
I want to create a voice, video call app in react-native, but actually I dont know where to start from?I found react-native-webrtc package to buggy and also the maintainer is to busy and cant help us,...
View ArticleReact Native Expo Android WebView
I'm working on a React Native app using Expo.Trying to load a WebView using "react-native-webview".this is the WebView element: <WebView style={styles.container} source={{ uri:...
View Articleexport the switch value of a class in react native
I am new to React Native and I'm sorry for my english if i make mistakes!I'm trying to create a smartphone app with reactnative and nativebase.I have one page for the settings with a switch and I have...
View ArticleAndroid Version Not found while running npx react-native doctor
So I asked a question before here about setting up react native environment for windows. But I got error about android licensing so someone suggested me to run npx react-native doctor which resulted in...
View ArticleReact Native: App sometimes reloads js bundle showing white screen when...
Im using React Native 61.5 and sometimes the whole app will restart when switching from the background to foreground after minimizing, showing a white screen while the js bundle loads, while I need the...
View ArticleReact native android can not find com.android.tools.build:gradle:3.6.3
Any people met the issue Could not resolve all artifacts for configuration ':react-native-fast-image:classpath' and can not find com.android.tools.build:gradle:3.6.3 ? I try open the project structure...
View ArticleDisable Screen Capture/ScreenShot in React Native App
I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react native?
View ArticleHorizontal FlatList inside ScrollView is not scrolling
I have a screen with many horizontal FlatLists inside a ScrollView, the structure is likes this:<ScrollView><View><FlatList horizontal={true}...
View ArticleDeprecated Gradle features were used in this build, making it incompatible...
When i installed React Native WebViewAfter installation when i run react-native run-android showing errorTask :app:transformDexArchiveWithDexMergerForDebug FAILEDDeprecated Gradle features were used in...
View ArticleNetwork request failed when release build
When i run react-native run-android , it will working proper Then i needs apk I run react-native run-android --variant=releaseThen while i run apk showing Network request failed
View ArticleHow do I turn off warnings in Android Virtual Device?
I get these yellow warning boxes on the bottom of my AVD. How do I turn that off, because it is really annoying.Image of an error:
View ArticleAnimations doesn't work in debug mode | React-Native
I've got a really annoying bug for some time now.. and it's that animations doesn't work in the debug mode of a React-Native App properly. It takes about 5s until they get executed.In normal mode...
View ArticleHow to change theme of the keyboard for android in react-native app?
I have an app on react-native with two themes: light and dark. And it looks not so nice when the keyboard in the light colours appears in the dark theme. I need to change the theme of the keyboard...
View ArticleFlatlist rows overlap the elements of other rows on element transform
I have a flatlist which contains some list of images (Inside touchableopacity) and on each image focus i'm scaling the image to 1.3. Here the next row is always overlapping the first row image when...
View Article