@unif/react-native-camera 1.2.1 → 1.2.3
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/lib/commonjs/camera/Camera.js +1 -1
- package/lib/commonjs/camera/preview/SinglePre.js +1 -1
- package/lib/module/camera/Camera.js +1 -1
- package/lib/module/camera/preview/SinglePre.js +1 -1
- package/package.json +1 -1
- package/src/camera/Camera.tsx +1 -1
- package/src/camera/preview/SinglePre.tsx +1 -1
|
@@ -23,7 +23,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
23
23
|
* @Author: 刘利军
|
|
24
24
|
* @Date: 2024-12-02 13:48:40
|
|
25
25
|
* @LastEditors: 刘利军
|
|
26
|
-
* @LastEditTime: 2025-
|
|
26
|
+
* @LastEditTime: 2025-08-27 16:58:51
|
|
27
27
|
* @Description:
|
|
28
28
|
* @PageName:
|
|
29
29
|
*/
|
|
@@ -15,7 +15,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
15
15
|
* @Author: 刘利军
|
|
16
16
|
* @Date: 2024-12-16 09:54:00
|
|
17
17
|
* @LastEditors: 刘利军
|
|
18
|
-
* @LastEditTime:
|
|
18
|
+
* @LastEditTime: 2025-08-20 13:25:43
|
|
19
19
|
* @Description:
|
|
20
20
|
* @PageName:
|
|
21
21
|
*/
|
package/package.json
CHANGED
package/src/camera/Camera.tsx
CHANGED