I'm trying to clone BlueWallet from this github source.
I clone the project and installed the required packages. Also, the emulator is running with android studio AVD.
But whenever I try to run npm start android
it hangs on text Loading dependency graph, done.
and nothing more will happen!
it's weird because whenever I try to run the same scenario and commands to start a pure react-native connected to emulator it works with no problem.
the result for npm start android
is as follow:
$ npm start android
> BlueWallet@3.8.3 start /home/Learning/ReactNative/BlueWallet
> node node_modules/react-native/local-cli/cli.js start "android"┌───────────────────────────────────────────────────────────────────────────── ─┐
│ │
│ Running Metro Bundler on port 8081. │
│ │
│ Keep Metro running while developing on any JS projects. Feel free to │
│ close this tab and run your own Metro instance if you prefer. │
│ │
│ https://github.com/facebook/react-native │
│ │
└───────────────────────────────────────────────────────────────────────────── ─┘
Looking for JS files in
/home/Learning/ReactNative/BlueWallet
Loading dependency graph, done.