Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
5 views

Jest - react-native-color-matrix-image-filters/dist/CMIFColorMatrixImageFilterNativeComponent.js: Could not find component config for native component

I have a React Native Android project and I just upgraded the react-native version from 0.72.3 to 0.74.3. After a fair amount of library upgrading, TS and Lint fixes, etc I was able to get my ...
Onyx's user avatar
  • 5,546
-1 votes
0 answers
20 views

RNGestureHandlerModule could not be found

I am creating a basic React-Native Expo App, and I have been consistently running into one problem. I have seen other Stack Overflow questions on the same topic, linked below. I have tried the ...
Bread's user avatar
  • 36
0 votes
0 answers
6 views

React native app crashes when using React-Native-Razorpay Library

Uncaught Error React native is crashing instantly when this library is called using below code: import RazorpayCheckout from "react-native-razorpay"; and instantly resolves when removed ...
Shikshit's user avatar
0 votes
1 answer
24 views

Issue with Selecting Location in React Native Maps

I am using react-native-maps to let users select a location from the map. However, I have to click multiple times before the location gets selected, and the marker updates its position. Is this a ...
medHedi's user avatar
0 votes
0 answers
11 views

Typescript React Native Image Picker double-tap issue (non expo)

So, there's some good news and some bad news. The good news is that the code below works. The bad news is that I have to pick the image twice before it displays client-side. Import code: import {...
jedihomeslice's user avatar
0 votes
0 answers
11 views

Why the below Log comes using React Native FlatList, even I have used React.memo for renderItem component(tried without it too) & infinite scrolling?

LOG VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, ...
Ravi Dubey's user avatar
0 votes
0 answers
24 views

Firebase phone authentication [TypeError: Cannot read property 'prototype' of undefined] in React Native Expo

I'm facing a TypeError: Cannot read property 'prototype' of undefined error when trying to implement Firebase phone authentication in my React Native app after upgrading from Expo SDK 47 to SDK 51.: ...
pavankommi's user avatar
0 votes
0 answers
10 views

Capturing Only the Detected Face Image in React Native Camera

Problem I have created a screen in React Native using the React Native Camera library, which allows us to detect faces. After face detection, it captures an image. However, it captures the entire ...
Anas Sial's user avatar
0 votes
0 answers
22 views

Tryind to run android emulator from vs (error Failed to install the app)

It does run the emulator but not my app. I can just see the android phone and use it but my app doesn't come This is the error I get: error Failed to install the app. Command failed with exit code 1: ...
Okyanus's user avatar
0 votes
0 answers
15 views

Victory Native Tool Tip Disappearing

I have created a Cartesian chart in React Native using Victory Native in Javascript and added a tooltip. Here is a link for reference from where I took the library. https://commerce.nearform.com/open-...
abcd's user avatar
  • 11
0 votes
1 answer
37 views

React Native why is my screen not scrolling on Iphone 11 but it works on Iphone7?

<SafeAreaView style={styles.container}> <FlatList data={postList} keyExtractor={(item) => item.id} renderItem={({ item }) => ( <Card title={item.title} ...
David L's user avatar
  • 89
2 votes
1 answer
42 views

React "Invalid Hook Call" error when I use useNavigation

Photo of Error Message I created a Product Card in React, and in the product card, I want the user to be able to press it and navigate to another Product Detail Screen. Now, every time I initialize ...
Muhammad Daniyal Arab's user avatar
-1 votes
1 answer
30 views

Twitter clone doesn't show new posts after adding new ones unless the app is restarted - React Native

I'm creating a twitter clone as a small project to get better with IOS development, everything is going smoothly besides the fact that whenever i add a post, the app won't reflect those changes unless ...
Ethan Murphy's user avatar
-1 votes
0 answers
28 views

Invariant Violation: "main" has not been registered in React Native with Expo

I am working on a React Native project using Expo, and I'm encountering an error when trying to bundle my application for Android. The error message states: Invariant Violation: "main" has ...
Lucas Sekwati's user avatar
-1 votes
0 answers
25 views

Child item overlaps border of parent item

I have the following issue in React Native: As you can see there is a white line between the child item and its parent and I cannot determine the cause. The line stays even if I apply absolute ...
Eldar Granulo's user avatar

15 30 50 per page
1
2 3 4 5
2275