How to scan a qr code in React Native cli?
Is there anyone who has a tutorial or code how to read a qr code in React Native cli that actually works in the current React Native version? I tried so many tutorials and docs and nothing works. It would…
Is there anyone who has a tutorial or code how to read a qr code in React Native cli that actually works in the current React Native version? I tried so many tutorials and docs and nothing works. It would…
I'm getting push notification messages without any problem, but I'm having trouble with the in app message, my firebase versions are as followsenter image description here I did all the installations according to the documentation.But I don't know why it's…
I have array [{ "studentname": "abc", "marks": "20" }, { "studentname": "abc2", "marks": "20" } ] I have want add 10 more marks where studentname=abc into marks so how do this eg.10+20=30 so the output will be [{ "studentname": "abc",…
Hello I'm facing with render error in my movie app during printing results for movie searching. Im working in React-Native 0.70.5. Here is some code for this activity ` import React,{useState,useEffect} from 'react'; import axios from 'axios'; import { View,…
enter image description herei am integrating stripe payment gateway want to use cardForm but facing issue expecting to cardForm
Why rn is not displaying Image? i am giving a raw data to style my ui but when i am trying to add image in my ui than its not displaying Can anyone can tell what i did wrong? my…
I'm using a lottie Animation as a splash screen for my react native app. the current implementation is that I've just put the lottie animation as the initial page in my navigation stack but, there is a latency until the…
I've started a brand new react native project. When I attempt to install react native, I get dependency resolution errors. Could there be an issue with react 18.2 and react-native 0.70.6? What is the best versions to use? Should I…
It may be a beginner question but any help would be much appriciated. I have an app that I created using React Native Expo. I have a file to store my Colors constant but I decided to add options to…
I am creating mobile app with google sign in feature where firebase authentication as a back end. When I am trying I am getting below error "Access blocked: Project-XXXXXXXXX7 has not completed the google verification process". Front end : React…