@react-native-ohos/flash-list 1.8.3-rc.2 → 1.8.3-rc.3

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/README.OpenSource CHANGED
@@ -3,7 +3,7 @@
3
3
  "Name":"flash-list",
4
4
  "License":"MIT License",
5
5
  "License File":"LICENSE",
6
- "Version Number":"1.8.3-rc.2",
6
+ "Version Number":"1.8.3-rc.3",
7
7
  "Owner":"xiafeng@huawei.com",
8
8
  "Upstream URL":"https://github.com/Shopify/flash-list",
9
9
  "Description":"A better list for React Native"
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @react-native-ohos/flash-list
2
- This project is based on [flash-list@v1.8.3-rc.2](https://github.com/Shopify/flash-list/tree/v1.8.3-rc.2)
2
+ This project is based on [flash-list@v1.8.2](https://github.com/Shopify/flash-list/tree/v1.8.2)
3
3
  ## Documentation
4
4
  [中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/shopify-flash-list.md)
5
5
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Use these variables when you tailor your ArkTS code. They must be of the const type.
3
3
  */
4
- export const HAR_VERSION = '1.8.3-rc.2';
4
+ export const HAR_VERSION = '1.8.3-rc.3';
5
5
  export const BUILD_MODE_NAME = 'debug';
6
6
  export const DEBUG = true;
7
7
  export const TARGET_NAME = 'default';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/flash-list",
3
- "version": "1.8.3-rc.2",
3
+ "version": "1.8.3-rc.3",
4
4
  "description": "FlashList is a more performant FlatList replacement",
5
5
  "main": "index.ets",
6
6
  "author": "Huawei",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/flash-list",
3
- "version": "1.8.3-rc.2",
3
+ "version": "1.8.3-rc.3",
4
4
  "keywords": [
5
5
  "react-native",
6
6
  "recyclerview",