Cloned mobile version of app not starting

Hello all, I have forked the repository from the github page and I have cloned it. I’ve done npm run start-android and the app installs but now the app fails because there is a problem with the PluginAssetsLoader.ts file.
The problem arises from the fact that this line
const pluginAssets = require(’./pluginAssets/index’);
imports a folder which is not found in the project.
Now when i checked the .gitignore file i realize that /pluginAssets is included there… implying that git ignore that folder… PLease how can i get that folder in my project???
I’ve read the docs but they dont explain how to get it.

Did you read BUILD.md?

Yes i did

Thank you very much Laurent i missed something from the docs…
My bad.

1 Like