Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Browsing all 29445 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Customise tabs of native base

I need to customise tabs (change their background color ) from native base in my react native application, like shown in the image I've already tried this style={{ backgroundColor: '#C0C0C0' }} but i...

View Article


Image may be NSFW.
Clik here to view.

React-native keyboard no comma on android Samsung devices in Text Input

I have a React-native app with TextInput and KeyboardAvoidingView. And everywhere it works well except android Samsung devices, especially Samsung A3. Because on this device the keyboard is appearing...

View Article


How to open drawer navigator not in a screen defined in drawernavigator

is it possible to open a drawer navigator from a screen that I DONT WANT IT TO BE INSIDE MY DRAWER NAVIGATORconst AppDrawerNavigator = createDrawerNavigator({ Home:{ screen:MainStackNavigator,//stack...

View Article

I can not generate a apk release of the project. React-native (Android)

I thank you in advance. I try a problem with a project I am trying to generate the signed apk release but react-native does not generate presenting the following problem:> Task...

View Article

How to resolve: Error: spawnSync ./gradlew ENOBUFS

so im trying to build my app on release mode with Docker. When I run it on my machine it works with no problem but when I run it on docker I get this error: Error: spawnSync ./gradlew ENOBUFS...

View Article


Do OTA updates in Expo work if the app has been published through a bundle?

I am using a lot the fact that expo publish allows OTA ("over the air") updates without the need to go through the normal publishing in the stores (more info in my previous question Do OTA updates in...

View Article

React Native Expo audio player error - Player does not exist

I'm using react native expo audio in my app, I use createAsync to load the audio in the player but sometimes i get Player doesn't exist error and sometimes it works fine. I'm unable to debug the error....

View Article

How can i create new react native App using npx?

I didn't use react-native for a few months. It looks like some things have changed meanwhile. In the official documentation they recommend to uninstall react-native-cli and to usenpx react-native init...

View Article


Hermes is not working in Android with React-native 0.60.2

I've upgraded React-native in existing (not new) project to 0.60.2 by way of changing package.json as written here https://react-native-community.github.io/upgrade-helper/?from=0.59.10&to=0.60.2In...

View Article


Date formatting in React Native

I try to format a date time value according to device settings. Whatever I change on the simulator settings or in xCode scheme, I always get US format with date.toLocaleDateString()So I tried different...

View Article

react-native android error Failed to install the app native_modules.gradle'...

running react-native run-android in windows but get this error:error Failed to install the app. Make sure you have the Android development environment set up:...

View Article

how to share the exported whatsapp docunment to react-native app

I'm new to React native and I want to export my whatsapp chat and share it to my react native app. There are two packages that can...

View Article

React native BLE manager will not stop scanning in assigned time

react-native:0.61 Library used: react-native-ble-manager Issue: I have implemeneted bluetooth scanner using react-native-ble-manager.startScan will be called on render.Mentioned time for scan is...

View Article


how to reset gps and remove A-GPS data in android with react native

I have problem using navigator.geolocation.getCurrentPosition in react native when i use the apps in another phone the gps always timeout and sometime work. but i try to solve the timeout gps with...

View Article

How to add a View as a Fragment in React Native

I go about adding an Android native View to React Native as follows : BulbView (The View To Be Added) :public class BulbView { Button button; LinearLayout linearLayout; LinearLayout...

View Article


How to call a JavaScript function from native on a React native app

So I am creating a React native app and I want to call a JavaScript function from the native part of the App.I know that I can use Native Modules to create a bridge between Native and React Native and...

View Article

Image may be NSFW.
Clik here to view.

Issue with Rotating Image while Saving in React Native

Actual Behaviour :I am supposed to implement signature pad in landscape-right mode along with a timestamp of signature drawn. Then take a screenshot of the view, and save it in document directory (iOS)...

View Article


Image may be NSFW.
Clik here to view.

Could not run react-native app android. Getting syntax error in the metro...

I have been trying to run a react native app on my windows laptop. Whenever I use npx react-native run-android I am getting some syntax error as shown below which suggests some error in...

View Article

Firebase/Crashlytics Dashboard not showing any test crashes for android

I can't understand why it's not showing into Firebase Crashlytics Dashboard ,when i'm trying to link this packages manually i'm getting the error about the duplication. Else i trying to change...

View Article

React Native | App Crash because of "react-native-google-signin"

React Native | react-native-google-signinAfter i install react-native-google-sigin withnpm i react-native-google-signin It suddenly crash ( force close ) right when the app start, I have already did...

View Article
Browsing all 29445 articles
Browse latest View live