orYoffe/create-react-native-web-app

Path myApp\android\app\src\main\java\com\myapp empty on windows

Closed this issue · 8 comments

image

OS; windows 10 x 64
react-native-cli: 2.0.1
react-native: 0.55.4
emulador: android studio

@luizcarlospedrosogomes could you please write the steps to reproduce?
did you run npm start and npm run android?

copy files of C:\Users\User\AppData\Roaming\npm\node_modules\create-react-native-web-app\template\android\app\src\main\java\com\creaternwapp

edit for: package com.appFake; and correct for your app

image

I had same issue, I had to copy both files from the template (windows 10)

this bug for windows 10

Had this issue as well. When creating the app there were a bunch of The system cannot find the path specified errors without any further info.

running react-native upgrade in the created directory after running create-react-native-web-app generated the missing files and fixed the problem for me

would love some help with this as it's not happening to me. maybe one of you could find a solution and produce a PR?

closing issue since nothing happened with this plus doesn't seem like i can reproduce it