Skip to content

Commit 8188347

Browse files
committed
Updated README and package.json
1 parent d243d9d commit 8188347

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
`react-canvas` fork which supports React 18.2.0 using custom fiber renderer.
44

5-
Check out other branches which might support other React versions (for example branch `react-17` should work with React 17.0.2)
5+
Check out other branches which might support other React versions, for example branches:
6+
- `react-17` should work with React 17.0.2
7+
- `react-16` should work with React 16.14.0
68

79
Previous work / forks:
810

@@ -84,7 +86,7 @@ React Canvas provides a set of standard React components that abstract the under
8486

8587
React Canvas components support the same event model as normal React components. However, not all event types are currently supported.
8688

87-
For a full list of supported events see [EventTypes](lib/EventTypes.js).
89+
For a full list of supported events see [EventTypes](src/EventTypes.js).
8890

8991
## Building Components
9092

@@ -147,7 +149,7 @@ There is experimental support for using [css-layout](https://github.com/facebook
147149

148150
Future versions may not support css-layout out of the box. The performance implications need to be investigated before baking this in as a core layout principle.
149151

150-
See the [css-layout example](examples/css-layout).
152+
See the [css-layout example](stories/CSS.jsx).
151153

152154
## Running the examples (storybook)
153155

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-canvas",
3-
"version": "1.8.0",
3+
"version": "1.8.0-react18",
44
"description": "High performance <canvas> rendering for React components for React 18",
55
"main": "dist/index.js",
66
"files": [
@@ -30,6 +30,7 @@
3030
],
3131
"contributors": [
3232
"Antonín Kříž (https://www.antoninkriz.eu)",
33+
"Abhishek Hingnikar <djdark88.7@gmail.com>",
3334
"Jakub Kottnauer <jk@jakubkottnauer.com>",
3435
"Tomáš Vojtášek <tomas.vojtasek@quantlane.com>",
3536
"Vita Smid <hi@vitasmid.com>",

0 commit comments

Comments
 (0)