diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b88509..3f544b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- We added a new dependency for `@shopify/flash-list` to support the migration from FlatList to FlashList. - We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. - We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found. diff --git a/package-lock.json b/package-lock.json index 7a201501..bc6b6969 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "@react-native-community/datetimepicker": "8.2.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", + "@shopify/flash-list": "2.2.2", "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.1/mendix-native-v0.3.1.tgz", "react-native": "0.78.2", "react-native-blob-util": "0.21.3", @@ -2795,6 +2796,17 @@ "nanoid": "^3.3.11" } }, + "node_modules/@shopify/flash-list": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@shopify/flash-list/-/flash-list-2.2.2.tgz", + "integrity": "sha512-YrvLBK5FCpvuX+d9QvJvjVqyi4eBUaEamkyfh9CjPdF6c+AukP0RSBh97qHyTwOEaVq21A5ukwgyWMDIbmxpmQ==", + "license": "MIT", + "peerDependencies": { + "@babel/runtime": "*", + "react": "*", + "react-native": "*" + } + }, "node_modules/@sideway/address": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", diff --git a/package.json b/package.json index 3d27e192..e36ffb74 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "@gorhom/bottom-sheet": "5.1.1", "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.1/mendix-native-v0.3.1.tgz", "@op-engineering/op-sqlite": "15.0.7", + "@shopify/flash-list": "2.2.2", "@react-native-async-storage/async-storage": "2.0.0", "@react-native-camera-roll/camera-roll": "7.4.0", "@react-native-community/cli": "18.0.1",