Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

pressables inputs and all touchable elements not working after animating transform properties of parent view in sdk52

i have custome modals, popups ...ui-elements , after updating my expo project to sdk52 the touch event are not firing and not behaving as expected in animated views , this is my modal code i cant get ...
Arash Baloch's user avatar
2 votes
1 answer
35 views

Flatlist needing time before it can scroll

I have a Pressable, which "opens" up using an Animated View, and in this view I want to show a FlatList. I use this component in two files, club.tsx and PbTable.tsx. In PbTable.tsx this ...
Lars de Kooter's user avatar
0 votes
0 answers
32 views

React nativ Error while updating property 'source' of a view managed by : RCTImageView

My project works fine in local PC, i run it with command : npx expo start But when i try to test my application on my phone with expo go, command : npx expo start --tunnel -c I have this error : Error ...
yggdraes13's user avatar
-2 votes
2 answers
150 views

There was a problem loading the project. This development build encountered the following error

There was a problem loading the project. This development build encountered the following error. ViewManagerResolver returned null for either RNSVGPath or RCTRNSVGPath, existing names are: [...
SURYA TECH WORLD's user avatar
0 votes
0 answers
55 views

How to add text with an outline (stroke) in React Native with Expo Go?

I'm working on a React Native app using Expo Go, and I want to add an outline (stroke) effect to text. I've encountered several challenges despite trying multiple approaches. Here's what I've ...
Doryan Bessiere's user avatar
0 votes
0 answers
24 views

i18n layout change is not the same in android and ios in react-native expo

In my app, I support two languages via i18n (English and Arabic). I have this weird problem with my local environment when using expo-go and my production environment (the installed apps via the app ...
user2426691's user avatar
1 vote
3 answers
136 views

React Native (with Expo) fetch() TypeError: Network request failed on same computer

I cannot fetch anything from my local .NET webAPI (that's running on my computer) while using my react native app (Expo Go) that is "streamed" to my phone. The error I get is: TypeError: ...
Christopher Dyja's user avatar
1 vote
0 answers
148 views

React Native sudden error messages props.pointerEvents is deprecated Expo Go

I’m working on a React Native project and suddenly I’m getting a series of error messages that weren’t there before. It seems like there’s an issue with the Metro bundler or some configuration in the ...
Neil DeGrasse Tyson's user avatar
16 votes
0 answers
6k views

After upgrading to Expo SDK 52, my project have some error [closed]

Since upgrading to SDK 52, i got the message (NOBRIDGE) ERROR Error: Exception in HostFunction: Unable to convert string to floating point value: "large" this is only occuring now so please ...
Tenzing Sherpa's user avatar
3 votes
0 answers
565 views

Expo Go crashes since SDK 52

Since my expo go on IOS was updated to SDK 52, I managed to update EXPO on my project to make it work. also, I updated all my dependencies. for some reason, when I click on a clickable element in the ...
עילאי רצ'קובסקי's user avatar
0 votes
0 answers
11 views

Video element interchanging videos causes "green flashes"

I am trying to build an app that can able to display 24/7 videos remotely. However, some unknown bug happened where the video component displays green flash randomly. It happens when interchanging ...
Pedro's user avatar
  • 1
0 votes
0 answers
23 views

Connect react native frontend with Symfony backend

I'm trying to connect a 3 parts application with a symfony backend localhost port 8000 with a web frontend in react localhost port 3000 and a mobile app frontend using expo go and react native. So far ...
Chris's user avatar
  • 39
1 vote
1 answer
318 views

How can I display a PDF in an Expo Go project?

I’m working on a React Native project using Expo Go, and I need to display PDF files within the app. I’ve looked into using libraries like react-native-pdf, rn-pdf-reader-js and react-native-file-...
Bruno Pintos's user avatar
0 votes
0 answers
59 views

TypeError: Cannot read property 'back' of undefined, js engine: hermes

I am running a application locally with Expo go, the source code are the one I made on Draftbit, I am trying to set it up on my computer to run locally and continue developing the after locally ...
Hsin-Wei Lin's user avatar
0 votes
1 answer
81 views

Victory Native with Expo Go getting error "Objects are not valid as a React child (found: [object Error])"

import { View } from 'react-native'; import { CartesianChart, Line } from 'victory-native'; function MyChart() { return ( <View style={{ height: 300 }}> <CartesianChart data={...
Jin's user avatar
  • 63

15 30 50 per page
1
2 3 4 5
10