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

How to create a custom textinput with dashed borderbottom for the content?

I want to create a dashed border for the input of my TextInput in react-native. Like this http://uupload.ir/files/v9mn_dads.pngSo far this is my code:<TextInput maxLength={5}...

View Article


Is it possible to add an icon to top tab navigator in React Native Router Flux?

I want to add an icon to every scene (tab) in the <Tabs></Tabs> component from react-native-router-flux.I've noticed that the icons do indeed show when tabBarPosition="bottom".My code looks...

View Article


Verifying/signing that a request to my API came from my app and was not...

Is it possible to verify that an API call to my server came from my app and was not spoofed with another HTTP request client or similar? I'm using React Native with Node on the back-end, and am using a...

View Article

Manifest merger failed android.support.v4.app.CoreComponentFactory

Error given:Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0]...

View Article

Image may be NSFW.
Clik here to view.

Fresh React-Native project show white screen

I started a new react-native project, but the latest init shows me a white screen.On old react-native project, i don't have this problem.Kindly guide me how to fix this issue.You can see my script...

View Article


How come my image is not showing - react native

I was wondering why my image is not showing, I have tried several things but still can not find the solutions, I have compared it to several tutorials. What I want is for my image to be in the...

View Article

Not able to create react native project with "npx react-native init SampleApp"

I'm trying to create a React Native project by running the below command but getting error message missing ) after argument list******:ReactNative admin$ npx react-native init SampleApp **missing )...

View Article

How do I get react-native-calendar-events working on Android platform...

I was struggling for a couple of weeks to get the react-native-calendar-events library working on my React Native project after it was upgraded from 0.53.3 to 0.60.4.I was able to get it working on the...

View Article


After reseting the bundle entry point because of a different bug, the code...

I had a bug "unexpected token '<<', no stack"After research, I decided to use this bash script react-native bundle --platform android --dev false --entry-file index.js --bundle-output...

View Article


Where to start with native app using Firebase [closed]

I am looking to build an app where registered users can fill out a form (with some fields already prefilled for different forms) and then submit the form.Users will need to be authenticated on the app....

View Article

why AuthSession.getRedirectUrl does not work after building the application...

SDK Version: 35 Platforms(Android/iOS/web/all): Androidexpo diagnosticsExpo CLI 3.4.1 environment info: System: OS: Windows 10 Binaries: Yarn: 1.17.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm:...

View Article

React Native: How do I make the app open Urdu keyboard instead of the default...

How do I make the app open the Urdu keyboard (installed on the android device) instead of the default keyboard whenever the user writes in a Text Field?

View Article

React Native PDF Signature

I’m trying to implement a pdf digital signature component for a react-native app.I am using react-native-pdf for rendering the pdf on the screen and react-native-draggable for dragging the signature on...

View Article


HereMap Premium SDK on React Native android app - Fragment added but not...

I'm going to integrate here map premium sdk especially turn-by-turn map on a React Native app. On the official example, here map sdk provides the Fragment with all of it's features. I tried to make...

View Article

React Native: Android, multiple API keys?

I am currently trying to develop a react native application on android and ios. For the purposes of the question, I am attempting to utilize authentication with google and facebook utilizing the...

View Article


Android Studio is generating very old apk for react-native project like 3...

Android Studio is generating very old apk for react-native project like 3 months old. But running perfectly in emulator while running this command "react-native run-android"Process - * Open file...

View Article

I already have a web app made using React. How can I port it to android?

Is there any way I can convert the React web app to maybe a React Native App without much effort; sharing the same core codebase (where all the logic is). Thank you!I have tried TWA and PWA to APK. I...

View Article


How to build android apk from my react-native project?

How to build android apk from my react-native project? This command "react-native run-android" create app-debug.apk on folder android\app\build\outputs\apk\ But when I installed it on my phone, I got...

View Article

In a react-native android project,How to copy a folder from assets to the...

I am using a react-native project in which,I want to copy the contents of a certain folder in assets inside android to RNFS.DocumentDirectoryPath. How can this be performed?I have used the attribute...

View Article

How to pass my image source as a prop to a child component from the parent?

I have made a reusable component that has a title as heading, an Image and a onPress function. The image is not rendered or shown. Kindly guide me how can I pass the source dynamically? Is there a way...

View Article
Browsing all 28463 articles
Browse latest View live