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.

react-native
0 votes
0 answers
4 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
  • 583
0 votes
0 answers
4 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
0 answers
8 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
0 votes
0 answers
13 views

While genrating Archive build for my react native No Expo project I get error

XCODE Error I already tried delete the DerivedData folder: but its not work. error: unable to open dependencies file (/Users/codecrewinfotech/Library/Developer/Xcode/DerivedData/panchal_application-...
kaumil patel's user avatar
0 votes
1 answer
9 views

I can't reset initialRoute screen in my root stack - React Native

I am using @react-navigation/native upgraded current version but i am trying to reset the index 0 using the CommonAction.reset() not working scenerio: I am in the login page once i loggined the splash ...
Aravinthan R's user avatar
0 votes
0 answers
12 views

After adding Notification Extension, my apple pay and push notifications for fastlane stopped working

I am using fastlane to create and submit an application to testflight. Everything worked until I added Notification Content Extension and Notification Service Extension. Now apple pay and push ...
mike's user avatar
  • 1
1 vote
1 answer
12 views

iOS returns an error regarding React-Codegen from project Pods Explicit dependency on target 'React-Codegen' in stopped

When I run the command  npx react-native run-ios --simulator "iPhone 15 Pro" in my terminal on my Mac M1 receive this error PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/databasket/...
Shyam Laishram's user avatar
0 votes
0 answers
6 views

Will Expo File System Reset when Having an Update from Play Store?

I have an React Native (Expo) project. I use expo-file-system to store my data in files created by the app. If I publish an update on Play Store and user get this update will the data files be removed ...
Vusal Huseynov's user avatar
0 votes
0 answers
16 views

React Native 0.74.3 crashes when the app starts on Android 14 with Display over App enabled

package.json { "name": "Picky_Assist", "version": "0.0.1", "private": true, "scripts": { "android": "react-native ...
Anu Robinson's user avatar
0 votes
1 answer
20 views

How to stop the sound player when I move to next screen

I want to stop the sound player whenever I move to next screen in app. const [shallPlay, setPlay] = useState(true); useEffect(() =\> { if (shallPlay) { try { SoundPlayer.playSoundFile("...
Rajesh Byroju's user avatar
0 votes
1 answer
18 views

Navigation Issue in React Native: "NAVIGATE action not handled by any navigator

I'm experiencing an issue with navigation in my React Native app using React Navigation. When trying to navigate to a screen within a nested navigator, I'm getting the following error: ERROR The ...
Nassif's user avatar
  • 1
-1 votes
0 answers
11 views

I displayed the PDF using react-native-pdf in expo 50 and 51 but it does not work

i am trying to show pdf using react-native-pdf package or react-native-webview , but not working in expo 51 i have tried with multiple packages like react-native-pdf , react-native-webview and also ...
Kuldip Pandya's user avatar
0 votes
1 answer
11 views

iOS Bundling failed 14746ms (index.js) Unable to resolve "make-plural" from "node_modules/i18n-js/dist/require/Pluralization.js"

I am using React Native EXPO. I am encountering the following error and need help to resolve it: iOS Bundling failed 14746ms (index.js) Unable to resolve "make-plural" from "...
user42195's user avatar
  • 319
0 votes
0 answers
12 views

How to solve this React native expo build issue in "eas build -p android"?

Run Gradlew Android Bundled 83681ms node_modules/expo/AppEntry.js (1627 modules) Writing bundle output to: /home/expo/workingdir/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/...
Karunaaharan Bavaram's user avatar
-1 votes
0 answers
11 views

How to fix the iOS app build error on Xcode v15?

I am using Mac M2, Xcode v15, and trying to run an iOS project but am getting the error as in the picture. Can someone help me fix it?. Thanks! enter image description here I searched and tried to run ...
Hieutm1908's user avatar

15 30 50 per page
1
2 3 4 5
9204