As per this SO Solution I tired to install the specific version of react-native-calendars
like follows,
npm install react-native-calendars@1.212.0
Once the installation is done I am able to see it in package.json like this
"react-native-calendars": "^1.212.0"
This indicates required venison is installed.
When I ran npm view react-native-calendars version
result is 1.1252.0 -- which is latest version of react-native-calendars
.
when I ran npm list react-native-calendars
result is -- react-native-reanimated@1.13.2
- what is
npm
command to be used to check for installednpm package
version?