Category "react-native"

React native app(just created) crashes with following error messages when install packages like react-native-gesture handle

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command f

Not able to push data to real time database with react native

I am using this code to push to a real time database with NodeJS and this is working fine import admin from "firebase-admin"; admin.initializeApp({ credenti

Redux & TypeScript: Property 'X' is missing in type 'DefaultRootState' - but the property is declared in Interface

Here's my Interface which I'm using with mapStateToProps: export interface IStore { cache?: any; dataManager?: IUR; userPrefs: IUP; fingerprintModal?: I

ExponentAV: Player is accessed on the wrong thread

I am noticing some issues with Expo-AV after updating to SDK 45. I am using react-native with an expo managed project. I am receiving this error when trying to

React Native FlatList - Useless remount when nbCols > 1

There is a performance issue on Flatlist when nbCols > 1 that remount every items. This is a reproducible example here : https://snack.expo.dev/@techskeat/fl

Face ID is not available in Expo Go

Trying to use FaceId with Expo. And documentation is below: https://docs.expo.dev/versions/latest/sdk/local-authentication/ It looks like compatible with manage

Importing Bin file in Expo

I have tried adding metro.config.js as const defaultConfig = getDefaultConfig(__dirname); defaultConfig.resolver.assetExts.push('bin'); module.exports = defa

React Native: Reference to pod still present after running `yarn remove`

I'm trying to get a legacy React Native project running, and removed react-native-sharing-winstagram with yarn remove react-native-sharing-winstagram. I get the

How to detect ID Card in react native

I'm trying to detect ID Card in react native Everything. I found was Payed Libraries that scan id card and OCR at the same time but my use only to check if this

Why Linking.openURL fires automaticaly without TouchableOpacity?

i have a problem with function in React Native. I checking if the String is e-mail, text or phone and returns appropriate object, e.g Linking.openURL(mailto:${p

Unable to lookup in current state: Shutdown

My dev env: "expo": "~44.0.2", "expo-app-loading": "~1.3.0", "expo-asset": "~8.4.6", "expo-font": "~10.0.4", "expo-splash-screen": "~0.14.1", "expo-status-bar":

Linking requires a build-time setting `scheme` in the project's Expo config (app.config.js or app.json) for production apps [closed]

Linking requires a build-time setting scheme in the project's Expo config (app.config.js or app.json) for production apps, if it's left blank,

Command failed: adb shell am start

Getting error while trying to run this command npx react-native run-android for my react native android app

Firebase React Native Expo login error with google

Error message : (0, _auth.signInWithRedirect) is not a function. (In '(0, _auth.signInWithRedirect)(_firebaseConfig.authentication, _firebaseConfig.provider)',

Input not clickable native base, image on top

I am using Input from native base with expo app. I have an input button to select a date via datetimepicker react native library. Upon pressing the input button

React draft wysiwyg default font size

Could I ask you how to change default font size in react draft wysiwyg https://github.com/jpuri/react-draft-wysiwyg#readme? Class defining toolbar: export const

react-native android project not found error

I am trying to create a react-native project using react-native cli. Command I used to create project npx react-native init test After this if I try to run this

Passing multiple params in react-router-dom like reactnavigation

Well, I'll get to the point with this, and I have a problem passing parameters to the browsing history For those with experience in reactnavication, you will kn

My React Native app is lagging in the light mode, but is superfast in the dark

I am creating a React Native app with light and dark modes. The colors of all components in the app are controlled with my custom hook: export const useColors =

react native circular crop

using react-image-crop package trying to create circular bagde, cropping as square works fine but need to create badge as circular png file here is the code: