I'm using react-native-permissions
in my React Native app, and according to the docs it's on version 3.3.1. I run npm i react-native-permissions
and the version installed is 1.2.1. I'm on react-native@0.63.4
. Does this prevent me from being able to get the most recent version of packages like react-native-permissions
?
Asked
Active
Viewed 65 times
3

gkeenley
- 6,088
- 8
- 54
- 129
-
Have you tried specifying the version you want in package.json? – Abe Apr 25 '22 at 20:29