Questions tagged [create-react-native-app]
194 questions
4
votes
1 answer
Host Expo app on external network?
I am writing an app with create-react-native-app (CRNA) for a company. Eventually, it might reach production, but for research reasons I need a working prototype that I can deploy to coworkers phones easily (Android and iOS).
Due to intellectual…

entity
- 45
- 1
- 4
4
votes
1 answer
creating new react native app Received malformed response from registry
I try to create new react native app but after running create-react-native-app I get these errors:
create-react-native-app tuts2
Creating a new React Native app in /mnt/f/try/react-native/tuts2.
Using package manager as yarnpkg with yarn…

MBehtemam
- 7,865
- 15
- 66
- 108
4
votes
2 answers
Recomended way to create React-Native-for-Web app?
I want to create a React web app that may or may not become a native app, and for that I'd like to develop it using React Native for Web. However, I'm not sure what is the best course of action, to keep the native targets a realistic…

Pablo Barría Urenda
- 5,703
- 5
- 20
- 32
3
votes
1 answer
npx pod-install error. Aborting run and An unexpected error was encountered
When I successfully installed create-react-native-app without getting an error, This warning showed up and when I type that, the terminal gave me an error or warning like that: An unexpected error was encountered. Please report it as a bug:
Is there…

Oğuzhan Atalay
- 160
- 2
- 14
3
votes
1 answer
Getting syntax error for create a new project using create-react-native-app
When i am trying to create a new project using create-react-native-app, i am getting a weird syntax error. Any leads would be appreciated. Thank you
**create-react-native-app…

shashank
- 101
- 6
3
votes
1 answer
Resolving dependency conflicts with Expo and React Native
I created a fresh app with create-react-native-app, and immediately updated the Expo SDK to 29.0.0 using these instructions.
One of the instructions is to set "react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz" in…

mikegee
- 63
- 5
3
votes
2 answers
Install react-native app on android
How can I install react-native app on my android device locally, without publishing anything to Play Store. The app was created with create-react-native-app command?

Filip Egeric
- 103
- 1
- 14
3
votes
1 answer
Firebase Firestore: Could not reach Firestore backend (Android only)
I'm building a react-native app using Create React Native App. For the backend it uses Firebase Firestore. The app works fine on iOS but fails with the following error on Android (both with simulator and on a device) when trying to fetch data from…

grigy
- 6,696
- 12
- 49
- 76
3
votes
1 answer
Test Jest React-Native Expo CRNA with Redux not ejected
How to get all tests working for Components, Redux Actions and Reducers for a Create React Native App (CRNA) using Expo (default) while not ejected?
Also uses Axios, Redux-Thunk async actions and React-Native Maps through Expo.

Thomas Hagström
- 4,371
- 1
- 21
- 27
3
votes
2 answers
NativeModules not included in ReactNative
I just created a new application with create-react-native-app and I detached it to be able to make a native module.
Then, I created SensorManagerPackage.java next to MainApplication.java containing my package. And then created a module satisfying…

Jeremie
- 378
- 1
- 3
- 15
3
votes
2 answers
How to develop Create React Native App without a network - using USB only
I would like to develop an app in Create React Native App in the environment where connecting from the Android device to the development server is not possible.
I have installed Android development tools on my laptop and the device is connected to…

ps-aux
- 11,627
- 25
- 81
- 128
3
votes
0 answers
Unable to start react native app
Guys I am Stuck here I have downgrade both my node and npm in order to run the application
currently my node version is 8.4.0 and npm is 4.6.1
Steps I did are
create-react-native-app SampleApp
cd SampleApp
npm run ios
And the result app is not…

Purushotham Kumar
- 245
- 5
- 18
3
votes
1 answer
Not receiving local scheduled notifications on iOS
My CRNA (Expo) app schedules local notifications for event reminders. The notifications are scheduled and received perfectly on Android, but not iOS.
I've created a reduced test case:…

Matt Stone
- 3,705
- 4
- 23
- 40
3
votes
2 answers
WebStorm debugging create-react-native-app
What should I set in Run Debug Configuration in WebStorm to debug a app created by create-react-native-app?
I'm at a loss on how to debug since it doesn't use ~/.node_modules/lib/node_modules/react-native-cli but a custom module called…

RedGiant
- 4,444
- 11
- 59
- 146
3
votes
2 answers
npm can't find dependencies for some react-native modules
I'm creating a react native app using create-react-native-app
npm create-react-native-app
I updated react-native version to 0.44.0, which requires to update react version to 16.0.0-alpha.6
This is my package.json
{
"name": "test",
"version":…

hixhix
- 771
- 7
- 23