react native - how can i get what version is my flux via CMD? -
i have installed react-native-router-flux
learning project. need know exact version of that, on project folder used react-native-router-flux -version
didn't work. how can version via cmd?
if using npm
package manager, can type npm list react-native-router-flux
. similarly, if using yarn
can type yarn list react-native-router-flux
.
Comments
Post a Comment