@aic-kits/react-native 0.0.12 → 0.0.15

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.
package/LICENSE.md ADDED
@@ -0,0 +1,5 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files.
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { v4 as uuidv4 } from 'uuid';
3
2
  import { useState } from 'react';
4
3
  import { openCropper, openPicker } from 'react-native-image-crop-picker';
4
+ import { v4 as uuidv4 } from 'uuid';
5
5
  import { auth } from '../../auth';
6
6
  import { useTheme } from '../../theme';
7
7
  import { Toast } from '../../utils';
@@ -1,4 +1,4 @@
1
- export declare const StyledCanvas: import("@emotion/native").StyledComponent<import("@shopify/react-native-skia").CanvasProps & import("react").RefAttributes<unknown> & {
1
+ export declare const StyledCanvas: import("@emotion/native").StyledComponent<import("@shopify/react-native-skia").CanvasProps & {
2
2
  theme?: import("@emotion/react").Theme;
3
3
  as?: React.ElementType;
4
4
  } & {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@aic-kits/react-native",
3
- "version": "0.0.12",
3
+ "version": "0.0.15",
4
+ "license": "MIT",
4
5
  "publishConfig": {
5
6
  "access": "public"
6
7
  },
@@ -107,5 +108,6 @@
107
108
  },
108
109
  "engines": {
109
110
  "node": ">=18"
110
- }
111
+ },
112
+ "gitHead": "39ef81b13f9e145a11909da7166827f5ac6ab5ca"
111
113
  }