Unable to create signed release APK for android
I made a project on react-native. All was working fine and whenever I create debug apk it also worked always. but now I have to create a signed release apk to deploy it on google play store. For that I...
View Articleandroid app is closed after installing new version
I have an existing react native app that I added some features and want to update it grammatically. my problem is after installation my app is closed for no reason but app updates seccussfully. how can...
View ArticleFunctions are not valid as a react child.This may happen if you return a...
I am getting this error and its referring me to this Functions Are Not Valid As A React Child.This May Happen If You Return A Component Instead Of From Render. How can I solve this issue? Or go about...
View ArticleHow to add custom font in react native android
I am learning react-native, trying to create some demo apps just for learning. I want to set fontFamily to roboto thin of my toolbar title. I have added roboto thin ttf in assets/fonts folder of my...
View Articlenetwork request fail in react-native android for a specific url
I started a react-native app for android. I decided to run this function:fetch("https://icmsrv.com:8010/activity") .then(response=>response.json()) .then(result=>console.log(result))...
View ArticleText is getting cut off in android for react native
I am working on React native and I am new to this. I am trying to display text, But, It's showing in an android end of the text ... and not showing complete text. It's only happening in android,...
View ArticleLost on the first step to clone the facebook anniversary video script
This is a complex project and I'm not sure what is the correct language to use, but I thought asking here would be a great start. I operate a react-native mobile application that stores images and...
View ArticleIs this the correct way of removing an item from a array in React Native?
I'm implementing a To-Do list in React Native, but for some reason after I remove a task, the next task in the array takes some values of the one I removed. I made a copy of the state array and made...
View ArticleReact-Native Android ScrollView can't get event from onScroll
If there is only one item or few items in ScrollView on Android, I won't get any event from onScorll. In iOS, I still could get the event because the bounces. My problem is how could I listen to the...
View ArticleHow to solve "libmain.so not found" while using Unity as a library in Android...
We have a ReactNative application that has integrated Unity based on react-native-unity-view successfully as a library for quite a long time. However, after most recent updates on ReactNative regarding...
View ArticleReact native App on android stops execution of react-native-background-timer...
I am call a function which is call in background continuously.but when app is locked this function is not call. I used react-native-background-timer to do call in background. Please help me to solve...
View ArticleReact-native - Show specific region instead of using the whole map
I am working on map using react-native-maps.The thing is, if I just want to show the map of specific region, let's say Africa, the other place can be ignored.Is there anyway we can limit the region we...
View ArticleHow to make StatusBar transparent?
Does anyone know a way to make Android Status Bar transparent with React Native?NOT TRANSLUCENT, Transparent.I am using react-navigation too.
View ArticleReact Native Invalidate Native View
I am working on a Native UI Component. I'm trying to figure out how to invalidate the native view so that it re-renders to the screen. What I'm trying to achieve is something like an HTML canvas that...
View ArticleLogs in release mode react-native?
I have a React-Native app, and I want to know is there a way to see logs output after generated a release ask? I can do it in debug mode as usual but I have some things that should be tested after...
View ArticleIs there anyway to send sms in background for both Android & IOS?
I wanna make an app that its main functionality depends on sending SMS. before i was developing android(native) but now im using React-Native to make it for both IOS and Android.in android it's...
View ArticleReact native webview can not open links on android
React native webview component can not open links on Android, but on IOS it works fine, without any troubles. Nothing has happening on Android, after the pressing, no any errors. At the same time i...
View ArticleHow to Force React Native app to be just RTL?
I have an app is written in react native and all things in the app use "Arabic Language and layout"So I want to force the app to be RTL & Layout too, so I use I18nManager from RN to do it and it's...
View ArticleEntire react native app showing on lockscreen
I have an app with the following code on the MainActivity.java:package com.MyApp; import com.facebook.react.ReactActivity; import com.facebook.react.ReactActivityDelegate; import...
View Articlereact-native: command not found
I am getting -bash: react-native: command not found error while creating react-native project.Below are the additional info1. brew --version homebrew 0.9.9 2 brew info watchman watchman `enter code...
View Article