-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* @Author: 石破天惊 | ||
* @email: [email protected] | ||
* @Date: 2021-07-21 13:11:34 | ||
* @LastEditTime: 2021-07-28 09:57:41 | ||
* @LastEditTime: 2021-08-05 18:42:43 | ||
* @LastEditors: 石破天惊 | ||
* @Description: | ||
*/ | ||
|
||
declare module "react-native-largelist-v3" { | ||
declare module "react-native-largelist" { | ||
import { SpringScrollViewPropType, Offset } from "react-native-spring-scrollview"; | ||
import * as React from "react"; | ||
import { Animated } from "react-native"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-native-largelist", | ||
"version": "3.1.0-rc.1", | ||
"version": "3.1.0-rc.2", | ||
"private": false, | ||
"description": "The best performance large list component which is much better than SectionList for React Native.", | ||
"author": "bolan9999 <[email protected]>", | ||
|