atlj / react-native-background-remover

A React Native lib that removes background from images
https://www.npmjs.com/package/react-native-background-remover
MIT License
40 stars 5 forks source link

yarn add not working #1

Closed SARVESH-THE-dev closed 4 months ago

SARVESH-THE-dev commented 6 months ago

error Error: https://registry.yarnpkg.com/react-native-background-remover: Not found , how can i use with expo

mfik commented 4 months ago

Same here. You can add with : yarn add atlj/react-native-background-remover

atlj commented 4 months ago

Hey, I haven't published this package to npm. That's why yarn add or npm add doesn't work for you. I can publish it if you need this functionality should I?

atlj commented 4 months ago

Also regarding Expo, you should be able to add this package to an Expo app and it should work just fine in theory. But you won't be able to use Expo Go and will need the Expo Dev Client.

atlj commented 4 months ago

Folks, I've published the library. You can now install it using yarn add react-native-background-remover or npm install react-native-background-remover Here is the link to the npm page: https://www.npmjs.com/package/react-native-background-remover

SARVESH-THE-dev commented 4 months ago

THANKS A LOT