Skip to content

Commit d7ca744

Browse files
committed
v3.2.0 release
1 parent 7b5d572 commit d7ca744

File tree

5 files changed

+32
-11
lines changed

5 files changed

+32
-11
lines changed

Example/app/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import LoadingSpinner from "./loadingSpinner";
66
import ControlTab from "./controlTab";
77
import FlatListItem from "./itemContainer/flatListItem";
88
import FlatListGrid from "./itemContainer/flatListGrid";
9-
//import UltimateListView from "react-native-ultimate-listview";
10-
import UltimateListView from "../src/ultimateListView";
9+
import UltimateListView from "react-native-ultimate-listview";
10+
//import UltimateListView from "../src/ultimateListView";
1111

1212

1313
const {width, height} = Dimensions.get('window');

Example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"native-base": "^2.3.1",
1111
"react": "16.0.0-alpha.12",
1212
"react-native": "0.46.1",
13-
"react-native-ultimate-listview": "^3.1.7"
13+
"react-native-ultimate-listview": "^3.2.0"
1414
},
1515
"devDependencies": {
1616
"babel-jest": "20.0.3",

Example/yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -3132,9 +3132,9 @@ [email protected]:
31323132
shell-quote "^1.6.1"
31333133
ws "^2.0.3"
31343134

3135-
"react-native-drawer@git+https://github.com/GeekyAnts/react-native-drawer.git":
3135+
"react-native-drawer@https://github.com/GeekyAnts/react-native-drawer":
31363136
version "2.3.0"
3137-
resolved "git+https://github.com/GeekyAnts/react-native-drawer.git#8d9078516d177c9cb02d2579a6860706d2370d25"
3137+
resolved "https://github.com/GeekyAnts/react-native-drawer#8d9078516d177c9cb02d2579a6860706d2370d25"
31383138
dependencies:
31393139
prop-types "^15.5.8"
31403140
tween-functions "^1.0.1"
@@ -3145,17 +3145,17 @@ [email protected]:
31453145
dependencies:
31463146
lodash "^4.11.1"
31473147

3148-
"react-native-keyboard-aware-scroll-view@git+https://github.com/GeekyAnts/react-native-keyboard-aware-scroll-view.git":
3148+
"react-native-keyboard-aware-scroll-view@https://github.com/GeekyAnts/react-native-keyboard-aware-scroll-view":
31493149
version "0.2.9"
3150-
resolved "git+https://github.com/GeekyAnts/react-native-keyboard-aware-scroll-view.git#f4805f254d6cc8e3329f5fb224944401f66655db"
3150+
resolved "https://github.com/GeekyAnts/react-native-keyboard-aware-scroll-view#f4805f254d6cc8e3329f5fb224944401f66655db"
31513151
dependencies:
31523152
create-react-class "^15.6.0"
31533153
prop-types "^15.5.10"
31543154
react-timer-mixin "^0.13.3"
31553155

3156-
react-native-ultimate-listview@^3.1.7:
3157-
version "3.1.7"
3158-
resolved "https://registry.yarnpkg.com/react-native-ultimate-listview/-/react-native-ultimate-listview-3.1.7.tgz#9d8155f12018dbfc82ab0dfe14020452ee57a031"
3156+
react-native-ultimate-listview@^3.2.0:
3157+
version "3.2.0"
3158+
resolved "https://registry.yarnpkg.com/react-native-ultimate-listview/-/react-native-ultimate-listview-3.2.0.tgz#6c613af97da5fac03fc5350088431033f1eb3d38"
31593159

31603160
react-native-vector-icons@~4.1.1:
31613161
version "4.1.1"

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Vito Chen
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is an **enhanced FlatList** with all excellent extra features, comparing to
1313
**Quick installation**
1414

1515
- If on react-native < 0.43: `yarn add [email protected]`
16-
- If on react-native >= 0.43 `yarn add react-native-ultimate-listview@3.1.7`
16+
- If on react-native >= 0.43 `yarn add react-native-ultimate-listview@3.2.0`
1717

1818

1919

0 commit comments

Comments
 (0)