I've a React Native app (with expo) that has a Webview that I used with injectedJavascript to go through a login an do some stuff. The thing is in one part, the
So the code for my login screen is import { StyleSheet, Text, View, StatusBar, SafeAreaView, TextInput, ImageBackground, KeyboardAvoidingView, }
In React Native I can open the Outlook mail client with this (You also need to add ms-outlook to the Info.plist): function openMailClient() { Linking.openURL(
I am integrating Huawei in app payment module in my react native application, I have followed all the guidelines for setup. Every thing is going smooth but when
i think the error is from the checkout screen but i just cant find the '<' which is make believe that the error origin is from node_modules can anyone find t
I have a component called Header that look like this: import React from 'react' import {StyleSheet, TouchableOpacity, View, StyleProp, ViewStyle} from 'react-na
I created a react-native project and added Firebase libraries to it. After which when i try npx react-native run-ios the build fails with below message. Compile
We are using react-native-svg library to draw ellipses having following code <Svg> <Ellipse cx={192} cy={190} rx={50} ry={80} stroke={"red"} stro
I am implementing Stripe in my React Native (Expo) app. When testing it out with ExpoGO it works well, and so does the iOS build via Testflight. However, after
I have nested stack navigator inside tab navigator. but I get the above error when I change createStackNavigator to createSharedElementStackNavigator
So i want to find current version of applications in React-native so, that i can compare with latest version and send update alert to users.
I followed all the steps from: https://fbflipper.com/docs/getting-started/react-native-ios/ (both automatic and manual installation). FB_SONARKIT_ENABLED=1 does
I have an Expo app that uses react-native-maps. It works well on Expo Go and I would like to deploy it to Google Play Store. According to Expo documentation, I
I'm using @notifee/react-native & Firebase messaging service to display an incoming call notification on Android that has two actions (accept-call and rejec
Is there a way to make Alert on click not using the alert method but Alert tag. Currently I tried using usestate but didn’t work
I am using PermissionsAndroid for taking permission from my user but the request popup doesn't show up again if I deny permission once.PermissionsAndroid.RESULT
We are building a React Native application, sort of like a marketplace for different services and products. Our current problem is concerning using the BottomTa
hello am new to expo bare flow, I just created the expo bare Minimal project with the comment "expo init demo" and then I opened the project with code but while
I have been developing an application for quite some time and yesterday when I have run expo, i kept on getting spammed by this error that I am using extensions
Screenshot here When I run my react-native app the build is failed after this. I have updated my JDK to 11. but it still doesn't work. I'm new to react Native p