Skip to content

Commit 579eb5f

Browse files
authored
Support for React Native 0.70.1 (#430)
* chore: upgrade react native support * chore: upgrade deps * 0.14.0
1 parent cc51c82 commit 579eb5f

File tree

3 files changed

+1503
-1862
lines changed

3 files changed

+1503
-1862
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
If you want to vote for the next functionality [here](http://etc.ch/HMjy)
22

3-
43
# react-native-nested-listview
54

65
UI component for React Native that allows to create a listview with N levels of nesting
@@ -80,7 +79,7 @@ You can find examples [here](https://github.com/fjmorant/react-native-nested-lis
8079

8180
| Version App | React Native | Library |
8281
| ----------- | ------------ | ------- |
83-
| 1.0.0 | 0.67.1 | 0.11.1 |
82+
| 1.0.0 | 0.70.1 | 0.14.0 |
8483

8584
## Roadmap
8685

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nested-listview",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "Nested Listview for React native",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -24,39 +24,39 @@
2424
"object-hash": "3.0.0"
2525
},
2626
"peerDependencies": {
27-
"react": "17.0.2",
28-
"react-native": "0.68.1"
27+
"react": "18.1.0",
28+
"react-native": "0.70.1"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.19.1",
31+
"@babel/core": "7.19.3",
3232
"@babel/runtime": "7.19.0",
3333
"@commitlint/cli": "17.1.2",
3434
"@commitlint/config-conventional": "17.1.0",
3535
"@react-native-community/eslint-config": "3.1.0",
36-
"@testing-library/jest-native": "4.0.12",
37-
"@testing-library/react-native": "9.0.0",
38-
"@types/jest": "27.4.1",
36+
"@testing-library/jest-native": "5.0.0",
37+
"@testing-library/react-native": "11.2.0",
38+
"@types/jest": "29.1.1",
3939
"@types/object-hash": "2.2.1",
40-
"@types/react-native": "0.67.3",
41-
"@types/react-test-renderer": "17.0.1",
40+
"@types/react-native": "0.70.4",
41+
"@types/react-test-renderer": "18.0.0",
4242
"@types/use-global-hook": "0.1.5",
43-
"@typescript-eslint/parser": "5.38.0",
44-
"babel-jest": "27.5.1",
43+
"@typescript-eslint/parser": "5.38.1",
44+
"babel-jest": "29.1.2",
4545
"codecov": "3.8.3",
4646
"eslint": "7.32.0",
4747
"eslint-plugin-prettier": "4.2.1",
4848
"husky": "8.0.1",
4949
"istanbul": "0.4.5",
5050
"istanbul-api": "3.0.0",
5151
"istanbul-reports": "3.1.5",
52-
"jest": "27.5.1",
53-
"metro-react-native-babel-preset": "0.69.0",
52+
"jest": "29.1.2",
53+
"metro-react-native-babel-preset": "0.72.3",
5454
"prettier": "2.7.1",
5555
"prettier-eslint": "15.0.1",
56-
"react": "17.0.2",
57-
"react-native": "0.68.1",
58-
"react-test-renderer": "17.0.2",
59-
"typescript": "4.8.3"
56+
"react": "18.2.0",
57+
"react-native": "0.70.1",
58+
"react-test-renderer": "18.2.0",
59+
"typescript": "4.8.4"
6060
},
6161
"keywords": [
6262
"react",

0 commit comments

Comments
 (0)