@lodev09/react-native-exify 0.2.4 → 0.2.5

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/Exify.podspec CHANGED
@@ -35,7 +35,6 @@ Pod::Spec.new do |s|
35
35
  s.dependency "RCT-Folly"
36
36
  s.dependency "RCTRequired"
37
37
  s.dependency "RCTTypeSafety"
38
- s.dependency "ReactCommon/turbomodule/core"
39
38
  end
40
39
  end
41
40
  end
package/README.md CHANGED
@@ -7,10 +7,10 @@
7
7
  A simple library to read and write image Exif metadata in React Native. Inspired from [this thread](https://github.com/mrousavy/react-native-vision-camera/issues/780).
8
8
 
9
9
  ## Features
10
- - Read Exif data from an image
11
- - Write Exif data into an image
12
- - Tags are typed and standardized
13
- - Works with Expo and bare React Native projects
10
+ * Read Exif data from an image
11
+ * Write Exif data into an image
12
+ * Tags are typed and standardized
13
+ * Works with Expo and bare React Native projects
14
14
 
15
15
  ## Installation
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-exify",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Read and write exif data into an image 🏷️",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -81,7 +81,6 @@
81
81
  "react-native": "^0.73.5",
82
82
  "react-native-builder-bob": "^0.23.2",
83
83
  "release-it": "^17.1.1",
84
- "turbo": "^1.12.5",
85
84
  "typescript": "~5.3.3"
86
85
  },
87
86
  "resolutions": {
@@ -131,6 +130,9 @@
131
130
  },
132
131
  "eslintConfig": {
133
132
  "root": true,
133
+ "ignorePatterns": [
134
+ "lib"
135
+ ],
134
136
  "extends": [
135
137
  "plugin:@typescript-eslint/recommended",
136
138
  "eslint:recommended",