@teamnhz/rn-ui-toolkit 1.3.0 → 1.3.1

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.
@@ -739,7 +739,7 @@ const ImagePicker = ({ mediaType, isMultiSelect = false, onSuccess, visible, onC
739
739
  };
740
740
  export default ImagePicker;
741
741
  const styles = StyleSheet.create({
742
- container: { flex: 1, padding: 16 },
742
+ container: { paddingVertical: 10, paddingHorizontal: 16 },
743
743
  row: {
744
744
  flexDirection: "row",
745
745
  alignItems: "center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamnhz/rn-ui-toolkit",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [