From 551144f9b9d3a850616048eb4cbf377e381daa14 Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Tue, 10 Sep 2024 02:48:55 +0700 Subject: [PATCH] chore(release): bump to v1.7.2 fix can't compile in v1.7.0 when new architecture enabled --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 54f9a695..e3003e46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-photo-manipulator", - "version": "1.7.1", + "version": "1.7.2", "description": "React Native Image Processing API to edit photo programmatically for Android and iOS.", "source": "./src/index.ts", "main": "./lib/commonjs/index.js", @@ -24,6 +24,7 @@ "ios", "cpp", "*.podspec", + "react-native.config.js", "!ios/build", "!android/build", "!android/gradle",