@holper/react-native-holper-storybook 0.6.81 → 0.6.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,8 +130,8 @@ const TakePicture = ({
|
|
|
130
130
|
style={style.cameraContainer}
|
|
131
131
|
facing={type}
|
|
132
132
|
ratio={DESIRED_RATIO}
|
|
133
|
-
|
|
134
|
-
|
|
133
|
+
>
|
|
134
|
+
{avatar && isiOS && <SvgCircle />}
|
|
135
135
|
|
|
136
136
|
<View style={style.cameraFlipContainer}>
|
|
137
137
|
<TouchableOpacity onPress={closeModal} style={style.closeIcon}>
|
|
@@ -162,7 +162,7 @@ const TakePicture = ({
|
|
|
162
162
|
</View>
|
|
163
163
|
|
|
164
164
|
{avatar && isAndroid && <SvgCircle />}
|
|
165
|
-
</CameraView>
|
|
165
|
+
</CameraView>
|
|
166
166
|
|
|
167
167
|
{takingPicture && (
|
|
168
168
|
<View style={style.cameraTakingPictureOverlay}>
|