react-native Questions

4

I want to use a node library which relies on stream (require('stream')) within a React Native project. This is failing with error stream could not be found within the project because stream is a no...
Roselani asked 1/3, 2021 at 22:4

6

Solved

i got an error while trying to create react native app using npx npx react-native init AwesomeProject like the docs said. But i got an error messages npm ERR! code ENOLOCAL npm ERR! Could not in...
Dresser asked 8/7, 2020 at 8:37

3

Solved

Some odd behaviour on a TextInput on a Modal in React Native Paper. When I type a character, it is input into the text box, but then the cursor flashes back (as if it is deleted) and then it reappe...

3

Solved

if a build the app it is correct. archieve is also correct. but when i upload app to Test Flight i get this error o MacOS 15 , Xcode 16 . <IDEDistributionContext: 0x7f9ef32a6d50; archive = &quot...
Nucleoside asked 25/9 at 10:9

4

Solved

I'm trying to use https://github.com/andpor/react-native-sqlite-storage for SQLite. I made a sqlite database and it is pre-populated. On my react-native project, I put players.db file to /www folde...
Callup asked 12/2, 2019 at 9:48

5

Solved

My Codes: /** * Sample React Native App * https://github.com/facebook/react-native * * @format */ import React from 'react'; import { createDrawerNavigator} from '@react-navigation/drawer'; im...
Innocent asked 25/1 at 12:18

3

I just wanted to try react-native.However, after run the script "npm run ios",I got this error in the Xcode's simulator. react-native version: v0.66.0, platform: Mac OS Big Sur 11.6.2, H...
Thermionics asked 23/3, 2022 at 3:15

7

Solved

I'm using axios in my app. When I make a post request for the very first time after opening the app, it is failing with the following error. From second time onwards, it works without any issue. Ne...
Applewhite asked 13/1, 2021 at 7:59

8

Solved

I just initialized a new React Native project via: react-native init AwesomeProject and I am already getting this error: BUILD FAILED in 3s error Failed to install the app. Make sure you have a...
Transparent asked 18/7, 2019 at 14:42

2

How can I upload an image file (png, jpeg etc.) from React Native using expo to a Node server using Express? I'm a beginner to mobile UI development and the Expo documentation didn't help much. I a...
Reptile asked 12/10 at 5:9

1

When I installed pods for the first time I got a warning in the terminal: [!] [Codegen] warn: using experimental new codegen integration [!] hermes-engine has added 1 script phase. Please inspect ...
Sheya asked 3/6 at 17:36

4

Solved

I don't know what is wrong with expo it was working fine. Expo is not showing me my IP address so that I can connect expo client app with my PC by scanning QR code. I had tried many solution from i...
Izanagi asked 11/12, 2019 at 8:4

2

Solved

I am using react-native-reanimated-carousel ^2.5.0 and it does show photos as it should but when I try to swipe left or right it does not do anything, it does not scroll nor shows any errors. Here ...
Massey asked 29/5, 2022 at 20:53

6

I am using react native expo and trying to build project in android studio getting this error FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went w...
Tufa asked 13/11, 2022 at 11:45

10

Solved

How to hide tabbar in specific screen in react-navigation 6 ... Without changing navigation structure as it's the only option available in the docs here
Nordin asked 21/12, 2021 at 12:32

5

I am trying to build iOS app from expo managed project. The build fails At Pod installation step. In Expo SDK 44, 45 everything was okay. But when I upgrade to SDK 46, I am facing the issue. Here i...
Detestable asked 9/11, 2022 at 11:29

7

Trying to upgrade react native 0.75.1, using https://react-native-community.github.io/upgrade-helper. running into error Settings file 'mobile/android/settings.gradle' line: 2 * What went wrong: ...
Manage asked 16/8 at 18:5

2

Solved

I'm trying to create a link to start a conversation on whatsapp from my react native app, but the method Linking.canOpenURL() is allways retuning false... My code is the following: const url = `w...
Retrace asked 10/3, 2018 at 15:45

3

Solved

I'm a newbie in React-Native and I have an issue with fonts adding, I'm trying to load a custom font from .otf file, but I have an error: fontFamily "Pixel-Musketeer" is not a system font...
Vanatta asked 16/12, 2022 at 7:36

4

Solved

I create the new react native app using command react-native init appName. After the app created successfully install it in my device using command react-native run-android, it installed successful...
Cordie asked 3/2, 2019 at 16:2

6

I am trying to include a YouTube video in my react native project. Since I already tried react-native-youtube and did not work at all I tried installing react-native-video. However, I am getting t...
Theorize asked 1/2, 2020 at 15:17

5

Solved

I keep getting an error when I tried to build my react-native app with npx expo run:android * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Co...
Vermouth asked 29/8, 2023 at 19:40

2

I tried setting up Firebase Crashlytics to my React Native project. I received the following error when I was building the project after I added the build phase script. Script I added from the fire...
Lotus asked 12/1, 2022 at 3:23

6

I am using windows 10 and expo 46.0.9. I was trying to have android emulator for expo app project. I installed Android studio and set the path in environment variables. When i run my app in VS code...
Royall asked 20/9, 2022 at 9:9

3

I've already known how to generate i18n string through react-native-i18n. For example, // en.js source { "hello": "Hello, {{name}}." } // use I18n.t("hello", { name: "John" }) and it shows He...
Depose asked 20/6, 2017 at 9:23

© 2022 - 2024 — McMap. All rights reserved.