Skip to main content

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.

react-native
0 votes
0 answers
7 views

Getting Memory Error When try to upload large file with react-native-fs in react native Expo

The primary reason was that I wanted to upload in chunks, so I read the file and divided it into chunks. RNFS.readFile(fileUri, length, offset, 'base64'); similar to the method I described previously, ...
Kuldip Pandya's user avatar
0 votes
1 answer
8 views

Cannot create property 'lastUpdateCheck' on string 'lastUpdateCheck 1713521810483 nodeLinker node-modules ces nodeLinker node-modules'

Got this error after installing the node_modules. TypeError: Cannot create property 'lastUpdateCheck' on string 'lastUpdateCheck 1713521810483 nodeLinker node-modules ces nodeLinker node-modules' ...
Gokulnath Thirukkamu's user avatar
-1 votes
1 answer
10 views

Problem connecting Expo Go to iPhone Device

I have a RN project which I have been working on for a few months on a Windows 11 machine and all of the latest react native modules installed. I have been testing on both an Android emulator and a ...
S Roy's user avatar
  • 19
0 votes
0 answers
7 views

How to host the backend of my React Native app?

I have a React Native app with ExpressJS backend and mySQL database. How do I host my server? I'm planning to have sort of like a demo app just for presentation. I tried using Heroku but I find it too ...
Francis James Lagang's user avatar
0 votes
0 answers
6 views

Why can I not get Expo Go tunnel to work?

So i have a problem where i can't use expo tunnel anymore. I had been using it to test my app in Expo Go, but now it is stuck in Development mode. It happened after i built my app for android (before ...
Grant's user avatar
  • 11
0 votes
1 answer
10 views

React native paper dates DatePickerInput customization

I'm trying to customize DatePickerInput component from react native paper dates : https://web-ridge.github.io/react-native-paper-dates/docs/date-picker/input-date-picker The component creates a ...
easymoneysniper23's user avatar
-3 votes
0 answers
18 views

any one know how i can fix this [closed]

enter image description here Issue with Expo: "Welcome to Expo" Screen Despite Having index.tsx in App Directory I'm currently working on a React Native project using Expo and encountering ...
Ahmed Mansour's user avatar
0 votes
0 answers
20 views

Is it possible to export expo app as multiple page for shared hosting

I'm building an Expo app and want to export it to the web as a multiple-page application without using Server-Side Rendering, as my shared hosting does not support it. Currently, my app is in its ...
Amit Creation's user avatar
0 votes
0 answers
5 views

react native 0.63.5 library development symlink always hard/full reload - not hot reload work

react native 0.63.5 library development yarn symlink always hard/full reload app even small change - not hot reload work. I tried * node_modoules remove and install * rm -rf ~/.config/yarn/link/* * ...
lahiru dilshan's user avatar
0 votes
0 answers
9 views

Multiple navigation menus for different screens

I want to understand if it is possible to create several navigation tabs in the react-navigation package. Since I need to show the user a huge number of tabs and they simply do not fit on the screen. ...
HERO NAX's user avatar
0 votes
0 answers
4 views

Executing query against prepopulated database in React native for my android device is returning undefined

Trying to get list from an existed table (Nouns) in prepopulated database of my react native project but it is returning undefined. I have added the prepopulated database in : Android: android/app/src/...
kiflay tewelde's user avatar
-2 votes
0 answers
9 views

React native expo cause stuck when loading to android phone [closed]

React native expo cause stuck when loading to android phone or web › Open in the web browser... › Press ? │ show all commands Web D:\IJSE\React-Native\Whatsapp-CLone\whatsapp\node_modules\expo/...
Ravindu Yasanka's user avatar
0 votes
0 answers
12 views

Errors porting ReactNative project to web

I have a small react native project that I am trying to port to web. I'm using react-app-rewired and have hit some errors after trying to make placeholders for components for those that aren't ...
Kurt J's user avatar
  • 2,564
0 votes
0 answers
19 views

Updated compileSdkVersion to 34 in React Native project, but unable to connect to Metro server

I recently updated my React Native project's compileSdkVersion from 33 to 34 to comply with Google's new policy. After making this change, I am unable to connect to the Metro server. Here are the ...
Siddhant Shelake's user avatar
0 votes
0 answers
4 views

didJustFinish never turns false even if the sound is finished playing : React native expo-av

Hello fellow developers, I'm encountering a perplexing issue with expo-av in my React Native project. Specifically, the didJustFinish property never turns true even after the sound finishes playing. ...
SomeOne's user avatar
  • 91

15 30 50 per page
1
2 3 4 5
9200