@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
- {/* {avatar && isiOS && <SvgCircle />}
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}>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "main": "lib/index.js",
3
3
  "name": "@holper/react-native-holper-storybook",
4
4
  "description": "A component library for Holper projects",
5
- "version": "0.6.81",
5
+ "version": "0.6.82",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "lib",