diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/Camera.js | 3 | ||||
| -rw-r--r-- | components/PhotoBig.js | 1 | ||||
| -rw-r--r-- | components/Settings.js | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/components/Camera.js b/components/Camera.js index 78d7ed0..185ae12 100644 --- a/components/Camera.js +++ b/components/Camera.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import { View, Text, StyleSheet, TouchableOpacity, Image, ToastAndroid } from 'react-native'; +import { View, Text, StyleSheet, TouchableOpacity, Image, ToastAndroid, Alert } from 'react-native'; import * as MediaLibrary from "expo-media-library"; import * as ECamera from "expo-camera"; import * as ImagePicker from 'expo-image-picker'; @@ -234,4 +234,3 @@ const styles = StyleSheet.create({ // height: "100%", }, }) - diff --git a/components/PhotoBig.js b/components/PhotoBig.js index 8f26b62..a1ad679 100644 --- a/components/PhotoBig.js +++ b/components/PhotoBig.js @@ -101,4 +101,3 @@ const styles = StyleSheet.create({ marginLeft: w / 15, }, }) - diff --git a/components/Settings.js b/components/Settings.js index 813b7c5..976cb0a 100644 --- a/components/Settings.js +++ b/components/Settings.js @@ -79,5 +79,3 @@ const styles = StyleSheet.create({ fontSize: 22, }, }) - - |
