kauffecup / react-native-web-hello-world

An example HelloWorld app that shares code between React Web and React Native

Home Page:http://jkaufman.io/react-web-native-codesharing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

~android\app\src\main\assets\index.android.bundle no such file or directory,

Chapurin opened this issue · comments

Hello, i do
npm run android-dev-bundle
error
ENOENT: no such file or directory, open 'C:\projets\mobweb\react-native-web-hello-world\android\app\src\main\assets\index.android.bundle'

What was the resolution for this? I'm getting the same issue.

I was able to solve this by creating the folder assets in that path. The problem is that the folder does not exist. Maybe it should be created, or maybe it is but as git does not add empty folders it remained in some limbo. :)