Text 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 ArticleAndroid Anti-theft application in react-native
I'm trying to build anti-theft application in react-native-CLI, So far, I've achieved capturing images, recording videos and audios, WIFI state and getting phone's location. But all this...
View ArticleAndroid React native Expo-av certificate pinning
android: Q, react-native: 0.60 expo-sdk .35+Our app uses certificate pinning with self-signed certificate.This all works with React native nicely, because React native provides a hook to specify a...
View ArticleUnable to get authentication working in react native and firebase
Simply trying to authenticate an email id and password for a login form.When i enter an email and password and when i login i get an authentication failed message.I am new to react native and firebase...
View ArticleReactNative 0.59.x build fails on CircleCI with exit value 137
When building the app on CircleCI for v0.59.x it gives me the following error (It used to work fine till v0.57.8):[12:45:19]: â–¸ Note: Some input files use or override a deprecated API. [12:45:19]: â–¸...
View ArticleError using library react-native-call-detection
I am trying to use the react-native-call-detection library to get the incoming call number.But when I start the android emulator this low error appears.I have already run react-native unlink...
View ArticleReact Native - How to seperate Card element
I am new to React Native and trying to figure out how to split a Card element. Everything else is working as expected - each individual item within the single card is clickable but I'd like to seperate...
View ArticleDynamic Firebase SenderID for Android Push Notification
I have an react-native app with Firebase that doesn't use google-services.json on build and then call FirebaseApp.initializeApp() manually passing the correct values in my google-services.json after...
View Articlereact native write to sms without sending it
I want to write a app to backup and restore sms.I know I can read sms using react-native, but how can I write the sms to the phone without actually sending it using react-native?Thanks
View ArticleReact-native 0.60.x app crash immediatelly
After migrating from 0.59.x to 0.60.x export on iOS works perfect, but when I'm trying to run react-native run-android, it build success, but in emulator app just open and close with message: App keeps...
View ArticleHow to generate a sports bracket in React Native
I'm making an app in react native that fetches sport data and would display it in a tableau format with nice graphics and user interface. I know that...
View ArticleReact Native detect changes in Navigation Type setting on android
We have a component that needs to fill the height of the available screen; nothing more, nothing less. We do this by getting the window height via Dimensions. I recently discovered on android that you...
View ArticleFirebase in app messaging for React Native not displaying
I have an Android React Native app which uses Firebase. It now requires in app messaging for which I have followed the instructions here.When I send a test message from Firebase using the instance id...
View ArticleUnable to install react-native app into mobile( Received status code 403 from...
I am having trouble setting up react-native Android project.I was behind a proxy that just didn't allow the repository site.So i configured proxy settings in gradle.properties file like below.If i...
View ArticleHow to pass user-defind class level object from react native javascript to...
I am passing params from JS to android to call storeSettings this method instead of that i want to pass Setting as the class-level object to android .is it possible to pass a class level object to...
View Articlesystrace: can't create /sys/kernel/debug/tracing/trace_marker: No such file...
I try to do a systrace of a react native app running on android:/home/a/Android/Sdk/platform-tools/systrace/systrace.py --time=5 -o trace.html sched gfx view -a com.mypackage This is the error I get,...
View ArticleReact Native - Use Deep Linking in mobile for Reset Password which generated...
So, we have a web app up and running and now have decided to develop a mobile app for our service which used our web app logic for the most part. In Reset Password part, when user request, we send a...
View ArticleError: Unable to resolve module `api-ecommerce`
Im setting up a android app to connect with my wordpress woocommerce site.when i run the setup i get a error code 500error: bundling failed: Error: Unable to resolve module api-ecommerce from...
View ArticleHow to implement soft hyphen in Android w/ React Native Text
<Text> Aufmerksamkeits{'\u00AD'}defizit </Text> This leads on iOS toAufmerksamkeits- defizitBut on Android toAufmerksamkeitsd efizitSo it seems that Android ignores the given soft hyphen....
View ArticleGetting a RAW from camera in React-native
I don't have much experience in React-Native.Problem:"Raw" images are required for training the neural network. at the moment, many mobile cameras give the already processed image, which is applied...
View Article