Home > Mobile >  Trying to install package and npm throwing Err 404 error
Trying to install package and npm throwing Err 404 error

Time:01-06

I am tring to install cameraroll package and I keep getting this error whenever i try to install any package. I've searched on the net for reactr-native-popup-menu@^0.15.12 but cant find out what it is. Any help would be appreciated. Thank youThe 404 error

CodePudding user response:

I think you are not install the right package the package is react-native-popup-menu not reactr-native-popup-menu. You are adding "reactr" you should be add react instead of reactr.

Here's the package npm i @react-native-community/cameraroll for camera roll that you want to install you can check for more details Here

Ana also you can create camera roll by using FlatList if you want to create Custom camera roll you can check it Here

I Hope it will helpful for you.

CodePudding user response:

I had found the solution to this error. The react-native-popup-menu was written as "reactr-native-popup-menu@^0.15.12" in package.json folder

  •  Tags:  
  • Related