create-react-native-app Questions
4
Solved
I'm trying to understand how I can do a signature capture in React Native. My App is created with create-react-native-app and Expo and I'd prefer to not have to eject the app to get this functional...
Countrywide asked 21/3, 2018 at 1:48
10
Solved
I'm trying to generate a .ipa and a .apk file for my React Native app using Expo & Create React Native App. I successfully built the app and was able to get it to run on both an iOS & an An...
Subdebutante asked 1/6, 2017 at 7:47
39
I am trying to run create-react-native-app on expo app in android.
Firstly ,I created the project by writing command
create-react-native-app test
then I executed
npm start
then scanned t...
Shockproof asked 24/4, 2017 at 16:12
0
I ran npx @react-native-community/cli doctor, and I encountered the following error:
capture of doctor log
I'm seeing an error related to the Android SDK, where it is looking for a version called ....
Sorrells asked 15/7, 2023 at 10:18
10
I tried it on windows 10 and Ubuntu 16.04. In both cases the Hot Reload only works with changes in jsx, but not, when I change a variabel or function or something else in javascript. The Hot Reload...
Stove asked 26/3, 2018 at 9:10
8
Hi I am trying to run 'yarn android' on my react-native project. And am running into the following error:
yarn android v0.27.5
$ react-native-scripts android
10:37:45 AM: Starting packager...
10:3...
Conductor asked 28/8, 2017 at 15:47
3
Solved
I have set up create-react-native-app as said in the react native docs. If my project name is proj, according to the docs, the commands to be run should be :
create-react-native-app proj
cd proj
n...
Orlene asked 24/9, 2018 at 13:34
2
Solved
I am quite new to expo and react-native (create-react-native-app) and I am facing an issue where after many research I am seeing the problem but not the solution.
I developped my app which is suppo...
Openhearted asked 30/5, 2019 at 12:17
3
Solved
I found that create-react-native-app is based on expo. but when using exp-cli, it is also based on Expo.
what are differences between create-react-native-app and exp init ?
One asked 6/7, 2018 at 16:56
2
Solved
I am trying to implement navigation bar for my React Native Expo app. Here is a problem:
"dependencies": {
"expo": "^18.0.3",
"react": "16.0.0-alpha.12",
"react-native": "^0.45.1",
"react-na...
Angularity asked 11/7, 2017 at 21:41
3
Solved
I have created react native project using create-react-native-app
I can see that there is a sdkVersion property in app.json, but I want to specify minSdkVersion for the app.
How do I specify the...
Hokusai asked 24/7, 2018 at 16:9
4
Solved
I setup my app using create-react-native and I used expo's Video component in my app. How can I keep this video component and generate the apk file? Correct me if I'm wrong: to my understanding npm...
Highhat asked 23/8, 2017 at 22:47
4
Solved
How can I change background color of StatusBar component from react-native, without editing Android specific files?
Docs says, that I can use backgroundColor property. But it fails. barStyle prop...
Aqualung asked 11/5, 2017 at 14:2
1
i am working on creating and app that will download, upload, store many images. i am trying to see how best to manage the data for performance.
i am using Redux to store the state of my app and i ...
Zenobiazeolite asked 31/1, 2018 at 21:50
1
I currently have an app built in React Native using Expo (create-react-native-app) that needs some native code. As I understand one has two options for dropping down to pure react native, ejecting ...
Beef asked 6/6, 2018 at 20:9
1
Having the following code:
import { SQLite } from 'expo';
const db = SQLite.openDatabase('mydb.db')
db.transaction( tx => {
tx.executeSql('insert into invalidTable values (?,?)', [1,2], null,...
Coke asked 8/3, 2018 at 16:42
4
Need some help, I'm getting a weird error out of left field that I have not been able to debug. This project was bundling successfully until yesterday after I setup my react native project on anoth...
Southward asked 6/7, 2018 at 12:32
2
Solved
As the question, for Login with google in firebase need to set google-service but if you create new react-native project with create-react-native-app there will have no "android" or "ios" folder (a...
Chaffin asked 18/6, 2017 at 15:29
1
Solved
I need help about expo xde.
After creating project, when I scan QR Code it is giving me following error:
there was a problem loading the experience. It looks like you may be using a LAN url.
Make...
Ulaulah asked 7/3, 2018 at 12:10
2
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/r...
Bespoke asked 16/5, 2017 at 8:50
1
Solved
I am getting the following errors when running yarn run test on a create-react-native-app:
$ yarn run test
yarn run v1.0.1
$ node node_modules/jest/bin/jest.js --watch
2017-09-13 14:53 node[2839] ...
Earhart asked 13/9, 2017 at 14:0
3
Solved
I try to find a way to use Facebook login with Create-react-native-app for both Android and IOS. Is that possible? All this seem pretty new...
Gaudy asked 19/8, 2017 at 2:15
1
© 2022 - 2025 — McMap. All rights reserved.