Skip to content

Commit

Permalink
fix saving image by switching to rn-community cameraroll (keybase#20040)
Browse files Browse the repository at this point in the history
* fix saving image by switching to rn-community cameraroll

* exact version
  • Loading branch information
songgao authored Oct 2, 2019
1 parent 1f733fe commit 6c2405a
Show file tree
Hide file tree
Showing 20 changed files with 5,403 additions and 5,095 deletions.
2 changes: 1 addition & 1 deletion shared/actions/platform-specific/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import {
NativeModules,
NativeEventEmitter,
ActionSheetIOS,
CameraRoll,
PermissionsAndroid,
Clipboard,
} from 'react-native'
import CameraRoll from '@react-native-community/cameraroll'
import NetInfo from '@react-native-community/netinfo'
import RNFetchBlob from 'rn-fetch-blob'
import * as PushNotifications from 'react-native-push-notification'
Expand Down
6 changes: 6 additions & 0 deletions shared/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ PODS:
- React-cxxreact (= 0.60.5)
- React-jsi (= 0.60.5)
- React-jsinspector (0.60.5)
- react-native-cameraroll (1.2.1):
- React
- react-native-contacts (5.0.2):
- React
- react-native-geolocation (2.0.2):
Expand Down Expand Up @@ -186,6 +188,7 @@ DEPENDENCIES:
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)"
- react-native-contacts (from `../node_modules/react-native-contacts`)
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
Expand Down Expand Up @@ -277,6 +280,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
react-native-cameraroll:
:path: "../node_modules/@react-native-community/cameraroll"
react-native-contacts:
:path: "../node_modules/react-native-contacts"
react-native-geolocation:
Expand Down Expand Up @@ -381,6 +386,7 @@ SPEC CHECKSUMS:
React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2
React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30
React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4
react-native-cameraroll: 3e5e34d36d93548ae7770ee8ab7b2ae9e778f571
react-native-contacts: b08f96846ebd82f16c92c039b0da7a379067498a
react-native-geolocation: c956aeb136625c23e0dce0467664af2c437888c9
react-native-netinfo: e2c8a843bb18ab6c3f1e6cbead694491b36e3ffd
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions shared/ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6c2405a

Please sign in to comment.