Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image not getting saved #248

Closed
AnoukDunu opened this issue Oct 19, 2020 · 5 comments
Closed

Image not getting saved #248

AnoukDunu opened this issue Oct 19, 2020 · 5 comments
Labels

Comments

@AnoukDunu
Copy link

I installed everything properly but the image doesn't get saved even after providing the image path.

@moygospadin
Copy link

I installed everything properly but the image doesn't get saved even after providing the image path.

Hello,u solved it?

@enisinanaj
Copy link
Contributor

Please specify which system you get the issue on. Is it Android? iOS or what?

@raazatul7
Copy link

For iOS did you installed the pod files?

@enisinanaj
Copy link
Contributor

I've had no problems with iOS so far. Had a problem with Android 10 though. #244

bartolkaruza pushed a commit that referenced this issue Aug 23, 2022
# [5.0.0](v4.1.2...v5.0.0) (2022-08-23)

### Bug Fixes

* Remove fbjs in favor of `invariant` lib ([#367](#367)) ([a62a717](a62a717))
* update package.json React 18 ([06970d6](06970d6))

### chore

* **npm:** migrate package to new @react-native-camera-roll/camera-roll namespace ([#414](#414)) ([86f540f](86f540f))

### Features

* **all:** fix various issues and big maintenance update of the library ([#404](#404)) ([#411](#411)) BREAKING ([bc7f0fc](bc7f0fc)), closes [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393) [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393)

### BREAKING CHANGES

* **npm:** new package namespace!
* **all:** root import changed!
```
import { CameraRoll } from @react-native-community/cameraroll
instead of
import CameraRoll from @react-native-community/cameraroll
```

Co-authored-by: idrissakhi <85105624+idrissakhi@users.noreply.github.com>
bartolkaruza pushed a commit that referenced this issue Aug 23, 2022
# [5.0.0](v4.1.2...v5.0.0) (2022-08-23)

### Bug Fixes

* Remove fbjs in favor of `invariant` lib ([#367](#367)) ([a62a717](a62a717))
* update package.json React 18 ([06970d6](06970d6))

### chore

* **npm:** migrate package to new @react-native-camera-roll/camera-roll namespace ([#414](#414)) ([8998fe6](8998fe6))

### Features

* **all:** fix various issues and big maintenance update of the library ([#404](#404)) ([#411](#411)) BREAKING ([bc7f0fc](bc7f0fc)), closes [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393) [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393)

### BREAKING CHANGES

* **npm:** new package namespace!
* **all:** root import changed!
```
import { CameraRoll } from @react-native-community/cameraroll
instead of
import CameraRoll from @react-native-community/cameraroll
```

Co-authored-by: idrissakhi <85105624+idrissakhi@users.noreply.github.com>
bartolkaruza added a commit that referenced this issue Aug 23, 2022
…ry (#404) (#411) BREAKING

Fixes
fix(ci): fixed android release build as a CI test step

fix(android): Fix MediaStore issues and support scopped storage #322 #244

fix(android): Fix saveImageToCameraRoll #248 #254

fix(android): remove JCenter #340 #401

fix(ios): Fix performance issues #276

fix(ios): add method to get file Path from internal PH ID #135

fix(react-native): Bump used dependencies #393 ...

Fixes #322
Fixes #244
Fixes #248
Fixes #254
Fixes #340
Fixes #401
Fixes #276
Fixes #135
Fixes #393

new Features

feat(ios): now it's possible to listen to library selection changes
`useEffect(() => {
let subscription: EmitterSubscription;
if (isAboveIOS14) {
subscription = cameraRollEventEmitter.addListener('onLibrarySelectionChange', (_event) => {
getUnloadedPictures();
});
}

return () => {
if (isAboveIOS14 && subscription) {
subscription.remove();
}
};`

feat(ios): possibility to open native modal to update selection when authorization is limited
iosRefreshGallerySelection()
feat(ios): Convert HEIC images on demand to upload to server
BREAKING CHANGE: root import changed!
```
import { CameraRoll } from @react-native-community/cameraroll
instead of
import CameraRoll from @react-native-community/cameraroll
```

Co-authored-by: idrissakhi <85105624+idrissakhi@users.noreply.github.com>
bartolkaruza pushed a commit that referenced this issue Aug 23, 2022
# [5.0.0](v4.1.2...v5.0.0) (2022-08-23)

### Bug Fixes

* Remove fbjs in favor of `invariant` lib ([#367](#367)) ([a62a717](a62a717))
* update package.json React 18 ([06970d6](06970d6))

### chore

* **npm:** migrate package to new @react-native-camera-roll/camera-roll namespace ([#415](#415)) ([aa40431](aa40431))

### Features

* **all:** fix various issues and big maintenance update of the library ([#404](#404)) ([#411](#411)) BREAKING ([c230dd0](c230dd0)), closes [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393) [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393)

### BREAKING CHANGES

* **npm:** new package namespace!
* **all:** root import changed!
```
import { CameraRoll } from @react-native-community/cameraroll
instead of
import CameraRoll from @react-native-community/cameraroll
```

Co-authored-by: idrissakhi <85105624+idrissakhi@users.noreply.github.com>
bartolkaruza pushed a commit that referenced this issue Aug 23, 2022
# [5.0.0](v4.1.2...v5.0.0) (2022-08-23)

### Bug Fixes

* Remove fbjs in favor of `invariant` lib ([#367](#367)) ([a62a717](a62a717))
* update package.json React 18 ([06970d6](06970d6))

### chore

* **npm:** migrate package to new @react-native-camera-roll/camera-roll namespace ([#416](#416)) ([6afa303](6afa303))

### Features

* **all:** fix various issues and big maintenance update of the library ([#404](#404)) ([#411](#411)) BREAKING ([c230dd0](c230dd0)), closes [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393) [#322](#322) [#244](#244) [#248](#248) [#254](#254) [#340](#340) [#401](#401) [#276](#276) [#135](#135) [#393](#393)

### BREAKING CHANGES

* **npm:** new package namespace!
* **all:** root import changed!
```
import { CameraRoll } from @react-native-community/cameraroll
instead of
import CameraRoll from @react-native-community/cameraroll
```

Co-authored-by: idrissakhi <85105624+idrissakhi@users.noreply.github.com>
@bartolkaruza
Copy link
Collaborator

🎉 This issue has been resolved in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants