Skip to content

Commit

Permalink
[change] Port ScrollView to Class Component
Browse files Browse the repository at this point in the history
Port ScrollView from legacy createReactClass to ES6 Class syntax.
  • Loading branch information
necolas committed Mar 20, 2023
1 parent a33c322 commit 2874b28
Show file tree
Hide file tree
Showing 6 changed files with 476 additions and 607 deletions.
34 changes: 16 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"prop-types": "^15.6.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-native-web": "0.18.9"
"react-native-web": "0.18.10"
},
"devDependencies": {
"babel-loader": "^8.2.5",
"babel-plugin-react-native-web": "0.18.9",
"babel-plugin-react-native-web": "0.18.10",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
Expand Down
1 change: 0 additions & 1 deletion packages/react-native-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"create-react-class": "^15.7.0",
"fbjs": "^3.0.4",
"inline-style-prefixer": "^6.0.1",
"normalize-css-color": "^1.0.2",
Expand Down
Loading

0 comments on commit 2874b28

Please sign in to comment.