$ react-native -v
-bash: react-native: command not found
$ brew --version
Homebrew 2.1.0
Homebrew/homebrew-core (git revision c2b3; last commit 2019-04-14)
Homebrew/homebrew-cask (git revision 8953; last commit 2019-04-14)
$ which node
/usr/local/bin/node
$ ls -l $(which node)
lrwxr-xr-x 1 kishore admin 31 Apr 14 11:17 /usr/local/bin/node -> ../Cellar/node/11.14.0/bin/node
$ echo $PATH
/usr/local/share/npm/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/openssl/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/openssl/bin:/usr/local/opt/icu4c/sbin:/usr/local/opt/icu4c/bin:/usr/local/opt/icu4c/sbin:/usr/local/opt/icu4c/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
I tried below suggestions already and no luck: react-native: command not found
Error when installed react-native-cli command not found
react-native not found + mac os
-bash: react-native: command not found
Please help, I am new to React-Native. I was able to build project and after brew update I am stuck with this and unable to proceed further.