Skip to content

Commit

Permalink
Support for React Native 0.70.1 (#430)
Browse files Browse the repository at this point in the history
* chore: upgrade react native support

* chore: upgrade deps

* 0.14.0
  • Loading branch information
fjmorant authored Oct 1, 2022
1 parent cc51c82 commit 579eb5f
Show file tree
Hide file tree
Showing 3 changed files with 1,503 additions and 1,862 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
If you want to vote for the next functionality [here](http://etc.ch/HMjy)


# react-native-nested-listview

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

| Version App | React Native | Library |
| ----------- | ------------ | ------- |
| 1.0.0 | 0.67.1 | 0.11.1 |
| 1.0.0 | 0.70.1 | 0.14.0 |

## Roadmap

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nested-listview",
"version": "0.13.1",
"version": "0.14.0",
"description": "Nested Listview for React native",
"main": "src/index.ts",
"types": "src/index.ts",
Expand All @@ -24,39 +24,39 @@
"object-hash": "3.0.0"
},
"peerDependencies": {
"react": "17.0.2",
"react-native": "0.68.1"
"react": "18.1.0",
"react-native": "0.70.1"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/runtime": "7.19.0",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@react-native-community/eslint-config": "3.1.0",
"@testing-library/jest-native": "4.0.12",
"@testing-library/react-native": "9.0.0",
"@types/jest": "27.4.1",
"@testing-library/jest-native": "5.0.0",
"@testing-library/react-native": "11.2.0",
"@types/jest": "29.1.1",
"@types/object-hash": "2.2.1",
"@types/react-native": "0.67.3",
"@types/react-test-renderer": "17.0.1",
"@types/react-native": "0.70.4",
"@types/react-test-renderer": "18.0.0",
"@types/use-global-hook": "0.1.5",
"@typescript-eslint/parser": "5.38.0",
"babel-jest": "27.5.1",
"@typescript-eslint/parser": "5.38.1",
"babel-jest": "29.1.2",
"codecov": "3.8.3",
"eslint": "7.32.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"istanbul": "0.4.5",
"istanbul-api": "3.0.0",
"istanbul-reports": "3.1.5",
"jest": "27.5.1",
"metro-react-native-babel-preset": "0.69.0",
"jest": "29.1.2",
"metro-react-native-babel-preset": "0.72.3",
"prettier": "2.7.1",
"prettier-eslint": "15.0.1",
"react": "17.0.2",
"react-native": "0.68.1",
"react-test-renderer": "17.0.2",
"typescript": "4.8.3"
"react": "18.2.0",
"react-native": "0.70.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"keywords": [
"react",
Expand Down
Loading

0 comments on commit 579eb5f

Please sign in to comment.