Skip to content

Commit

Permalink
去除v-3
Browse files Browse the repository at this point in the history
  • Loading branch information
bolan9999 committed Aug 5, 2021
1 parent 1a19713 commit d93c898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
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]>",
Expand Down

0 comments on commit d93c898

Please sign in to comment.