@infinitered/react-native-mlkit-core
Advanced tools
# @infinitered/react-native-mlkit-core | ||
## 2.0.0 | ||
### Major Changes | ||
- 1e282e0: Update modules and example app to be compatible with Expo v51. Increases minimum deployment target to 13.4. | ||
To ensure that your app will be compatible, make sure your minimum deployment version is set higher than 13.4 by | ||
using the `expo-build-properties` plugin in your `app.json`. | ||
```json | ||
{ | ||
"plugins": [ | ||
[ | ||
"expo-build-properties", | ||
{ | ||
"ios": { | ||
"deploymentTarget": "13.4" | ||
} | ||
} | ||
] | ||
] | ||
} | ||
``` | ||
## 1.0.0 | ||
@@ -4,0 +28,0 @@ |
const { defaults: tsjPreset } = require("ts-jest/presets"); | ||
/** @type {import('ts-jest').JestConfigWithTsJest} */ | ||
/** @type {import("ts-jest").JestConfigWithTsJest} */ | ||
module.exports = { | ||
@@ -17,2 +17,3 @@ ...tsjPreset, | ||
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], | ||
setupFilesAfterEnv: ["./jest-setup.js"], | ||
}; |
{ | ||
"name": "@infinitered/react-native-mlkit-core", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Shared Library for RNMLKit", | ||
@@ -9,5 +9,6 @@ "main": "build/index.js", | ||
"build": "expo-module build", | ||
"ci:build": "tsc", | ||
"clean": "expo-module clean", | ||
"lint": "expo-module lint", | ||
"test": "jest", | ||
"test": "../../scripts/test-module.sh", | ||
"prepublishOnly": "expo-module prepublishOnly", | ||
@@ -30,2 +31,3 @@ "expo-module": "expo-module" | ||
"devDependencies": { | ||
"@babel/plugin-transform-private-methods": "^7.24.7", | ||
"@infinitered/tsconfig": "0.3.0", | ||
@@ -35,3 +37,3 @@ "@testing-library/react-native": "^12.3.0", | ||
"expo-module-scripts": "^3.4.1", | ||
"expo-modules-core": "^1.11.13", | ||
"expo-modules-core": "^1.12.14", | ||
"jest": "^29.7.0", | ||
@@ -38,0 +40,0 @@ "jest-expo": "^48.0.0", |
Sorry, the diff of this file is not supported yet
76143
0.95%71
1.43%1219
0.16%10
11.11%