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

Questions tagged [react-native]

React Native is a JavaScript library used to build native mobile apps using React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere.

0 votes
0 answers
5 views

Context Load before Client? react-native

i created a context to start up the socket but before that it validate the token sending a request to the server. there is an issue that i can't really figure it out. if the app is closed and i open ...
anfield's user avatar
  • 33
0 votes
0 answers
6 views

React Native Gifted Charts Styling

i'm new with React Native Gifted Charts and i'm trying to make some styles with it. IMAGE I have question about styling curve line chart. Thank you all! My code looks like: <LineChart {....
Иннокентий Вайц's user avatar
0 votes
0 answers
6 views

Error while trying to connect Django With ReactNative

I am building a React Native app with Django as the backend. I have set up the login screen in React Native and configured JWT authentication with rest_framework_simplejwt in Django. However, I ...
ahmed's user avatar
  • 23
-2 votes
0 answers
15 views

* What went wrong: Value 'C:Program FilesJavajdk-17.0.12' given for org.gradle.java.home Gradle property is invalid (Java home supplied is invalid)

What platform(s) does this occur on? Android Where did you reproduce the issue? in a development build Summary I'm facing an issue creating an Android development build using EXPO. After updating ...
Lima's user avatar
  • 1
0 votes
0 answers
8 views

How to resolve TypeScript error: "Property 'EXPO_PUBLIC_BACKEND_URL' does not exist on type 'typeof env'"?

I'm working on a React Native project with Expo and using TypeScript. I'm trying to access an environment variable using process.env.EXPO_PUBLIC_BACKEND_URL. "The code works correctly when I run ...
M. Maiz Nadeem's user avatar
0 votes
0 answers
9 views

Error "Unresolved reference: serviceOf" updating gradle

I'm trying to update gradle in my expo react native app and to do so I executed "./gradlew wrapper --gradle-version 8.9" in the android level. But when I see the logs of the update, it ...
codertocode's user avatar
0 votes
0 answers
10 views

Is there any Bluetooth restrictions for HeadlessJS code in react-native?

My app tracks location when connected to a specific Bluetooth device. I use expo-location for tracking and the react-native-ble-plx library for Bluetooth communications. However, I encountered a ...
Nick P's user avatar
  • 1
0 votes
1 answer
8 views

Too much space in app name CFBundleDisplayName

I am building react native ios project and there is too much space in the app name, I have tried the following but still the space is double. 1. <key>CFBundleDisplayName</key> <string&...
Sana Fatima's user avatar
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
0 votes
0 answers
3 views

While making a build on react native app on my mac iOS system i am getting this error

Please guide me with the error Failed to upload the project tarball to EAS Build Reason: EPERM: operation not permitted, scandir '/Users/agrahyah/.Trash' Error: build command failed. I have used this ...
Aneesh Assary's user avatar
0 votes
0 answers
10 views

React Native - Could not get unknown property 'com' for object of type com.android.build.gradle.LibraryExtension

I'm updating my react native project with targetSdkVersion 34, I ran into the security error (I followed the steps listed but I'm still getting the error) so I decided to update some of my libraries ...
Zephyr's user avatar
  • 2,112
0 votes
1 answer
18 views

How to store the new Date().getTime() Method using Zustand and update the timer without re-rendering the component every second?

The stopwatch works perfectly with useState Hook, but I need to store the time using global state management. I'm using Zustand in my application and I have had no problems so far storing and updating ...
Elvys Pons's user avatar
-1 votes
0 answers
6 views

Internal Babel error: path is not in loop

I am getting error (VirtualizedLists.js: Internal Babel error: path is not in loop) after I build any React Native 0.74.3 app. Error appears when the app is trying to open. My environment is: Mac M1 (...
RadekR's user avatar
  • 581
-1 votes
0 answers
5 views

Expo-print package

I'm using expo-print to print through a brother ql820nwb printer and I have a problem with print quality when using ios 17. I tried to find a solution, but I haven't succeeded so far. Has anyone had a ...
mksd's user avatar
  • 1
0 votes
2 answers
21 views

How would I simulate an Intransitive zIndex in React Native? (A > B > C > A)

I am trying to create this effect, which can be found in the Spotify UI: It seems that there are the following components: A parent <View> (black) The child <View> (pink) The <Text&...
stasp's user avatar
  • 48

15 30 50 per page
1
2 3 4 5
15