We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904e3c2 commit 5cab6a8Copy full SHA for 5cab6a8
README.md
@@ -63,7 +63,7 @@ and include it in your application.
63
64
Creating an animated element is as simple using an `<Animated.[elementName]>` component and supplying `keyframes` and a `timing` config.
65
```jsx
66
-import { Component } from 'react';
+import React, { Component } from 'react';
67
import { Animated } from 'react-web-animation';
68
69
0 commit comments