react-native-picture-selector 1.0.9 → 1.0.10

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.
@@ -30,6 +30,12 @@ android {
30
30
  prefab true
31
31
  }
32
32
 
33
+ externalNativeBuild {
34
+ cmake {
35
+ path "CMakeLists.txt"
36
+ }
37
+ }
38
+
33
39
  compileOptions {
34
40
  sourceCompatibility JavaVersion.VERSION_17
35
41
  targetCompatibility JavaVersion.VERSION_17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-picture-selector",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "High-performance photo/video picker for React Native using Nitro Modules",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",