Skip to content

Commit 1f7d66e

Browse files
update takePhoto result
1 parent 5717162 commit 1f7d66e

3 files changed

Lines changed: 42 additions & 42 deletions

File tree

ios/App/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
2-
- Capacitor (8.1.0):
2+
- Capacitor (8.2.0):
33
- CapacitorCordova
4-
- CapacitorActionSheet (8.0.1):
4+
- CapacitorActionSheet (8.1.0):
55
- Capacitor
66
- CapacitorApp (8.0.1):
77
- Capacitor
88
- CapacitorAppLauncher (8.0.1):
99
- Capacitor
10-
- CapacitorBrowser (8.0.1):
10+
- CapacitorBrowser (8.0.2):
1111
- Capacitor
1212
- CapacitorCamera (8.0.1):
1313
- Capacitor
1414
- CapacitorClipboard (8.0.1):
1515
- Capacitor
16-
- CapacitorCordova (8.1.0)
16+
- CapacitorCordova (8.2.0)
1717
- CapacitorDevice (8.0.1):
1818
- Capacitor
1919
- CapacitorDialog (8.0.1):
@@ -28,13 +28,13 @@ PODS:
2828
- Capacitor
2929
- CapacitorKeyboard (8.0.1):
3030
- Capacitor
31-
- CapacitorLocalNotifications (8.0.1):
31+
- CapacitorLocalNotifications (8.0.2):
3232
- Capacitor
3333
- CapacitorNetwork (8.0.1):
3434
- Capacitor
3535
- CapacitorPreferences (8.0.1):
3636
- Capacitor
37-
- CapacitorPushNotifications (8.0.1):
37+
- CapacitorPushNotifications (8.0.2):
3838
- Capacitor
3939
- CapacitorScreenOrientation (8.0.1):
4040
- Capacitor
@@ -206,24 +206,24 @@ EXTERNAL SOURCES:
206206
:path: "../../node_modules/@capacitor/toast"
207207

208208
SPEC CHECKSUMS:
209-
Capacitor: 830fc6ff88e99bb5ba48350f02c01ab01ba3b2b8
210-
CapacitorActionSheet: 11c9e4371b7bde94b0c84acf9ccdd2c6acda6194
209+
Capacitor: c04568d0798e8c9a481d70e8d3df1f7fe1966549
210+
CapacitorActionSheet: 5b1f008e0267f7bf421a63330dd8ae63d6f9304e
211211
CapacitorApp: fcd990168c3249d2c5a7ae94920a031d05789e73
212212
CapacitorAppLauncher: fc7c313549920528d0f28493b60d20de679deba4
213-
CapacitorBrowser: 6a7fed906d5f7cc58bc09d145bdb57c8243a235a
213+
CapacitorBrowser: a9d79172878eea4b0cbfa7556bc9fa5338ca85fb
214214
CapacitorCamera: 71da609c24e9ebde9dd253019e52102573937a30
215215
CapacitorClipboard: 1ba60616f1b2d3df52417000217ec810216bbbaf
216-
CapacitorCordova: e8b76fd95fc1e157775abc484c59cc0de464095d
216+
CapacitorCordova: a9ac88d84a1f5280f33b349fe50fce1902683ac0
217217
CapacitorDevice: ebd210e29ae690225291b8616e6cfaf419d2e866
218218
CapacitorDialog: d43769d1245d315ffc931b2ca3d4eea76870798b
219219
CapacitorFilesystem: 7d3e3df84be4f0d999a5d6baa23aeb30c2de6450
220220
CapacitorGeolocation: a2009727714adfa58bf093300b15856aa59e4b7a
221221
CapacitorHaptics: af524744f86b761c13306b4c88a0de6cd28e3062
222222
CapacitorKeyboard: cbbe3df7194442bfd18ed4ac1d9ed0294ce579a9
223-
CapacitorLocalNotifications: e5b78d679f9b6fb22a08bfc1b951fc3f8bd8da11
223+
CapacitorLocalNotifications: adb0776e74524387e48b9b683690fdf79f274753
224224
CapacitorNetwork: 7afc28ed4d9abe1d9801264fa485db32e4420546
225225
CapacitorPreferences: 0fa33b3affebf12d96358b491ed7c2b39bec3270
226-
CapacitorPushNotifications: 3f34fa7041f65ffb6d1aed24d7f3d5a8abf53db2
226+
CapacitorPushNotifications: ea06743630efa295851de6867b72bd8894c02928
227227
CapacitorScreenOrientation: 07503c9d633377427f1e122449b06b1dbc992d10
228228
CapacitorScreenReader: 4faf73361fd8564c6a288050a585ec2dc2a16bc4
229229
CapacitorShare: 8a565649d321a05a1ae8b525b2a9b4f2d92c70ce

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/Camera.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class CameraPage extends React.Component<{}, CameraPageState> {
6969
var photo = await Camera.takePhoto(options);
7070
this.setState({
7171
filePath: photo.path ?? photo.webPath ?? null,
72-
metadata: JSON.stringify(photo.exif, null, 2),
72+
metadata: null,
7373
isVideo: false,
7474
photoBase64: null,
7575
});

0 commit comments

Comments
 (0)