Category "react-native"

React Native Animated setValue() problem?

Actually I'm trying to set value of the animation with setValue() after Animated.timing() is finished and want to use this updated animated value then in a loop

expo build:android apk crashes after splash screen

I have created an app in React Native / Expo. It works fine during development but is crashing when I create a standalone app (expo build:android) The splash sc

React Native how to import a docx file from assets

Any ideas on why this doesn't work: import Timesheet from './Timesheet.docx' Works in the web browser, it gets imported and I can use the url to access the fil

Detect DJI drone power down event while RC is still powered on

Is there a way to determine when the drone has been powered down (when the remote controller is still powered on)? For example a pilot may change the drone batt

problems loading data in ScrollView

I want to make a ScrollView that uses data that it async fetches from my backend. But for the moment when I try to render the subject, or even log the subjects,

React Native Android Project Not Found

I am getting this error. error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard locat

ERROR React Native - VirtualizedLists should never be nested inside plain ScrollViews with the same orientation

I'm using a library called PhoneInput from "react-native-phone-number-input." This is the code below: <View> <SafeAreaView style={styles.wr

Unable to use Dynamic data into react-native-chart-kit

I tried to render fetched data from the firestore and display them into react-native-chart-kit. However, I always face the below error: invalidNumber: M0,0 L-I

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,