react-native-animatable icon indicating copy to clipboard operation
react-native-animatable copied to clipboard

How to implement this in Gatsby?

Open ghost opened this issue 5 years ago • 2 comments

I run npm install react-native-animatable --save command

Add below line to index.js import * as Animatable from 'react-native-animatable';

and below code inside return function <Animatable.Text animation="slideInDown" iterationCount={5} direction="alternate">Up and down you go</Animatable.Text>

I get below build error, please advise how to fix this:

Generating development JavaScript bundle failed
Unexpected token (133:23)
File: node_modules\react-native-animatable\createAnimatableComponent.js:133:23


 ERROR #98123  WEBPACK

Generating development JavaScript bundle failed

Unexpected token (13:7)

File: node_modules\react-native\index.js:13:7

failed Building development bundle - 13.763s

Packages installed:

  "react-native": "^0.62.2",
  "react-native-animatable": "^1.3.3",

ghost avatar Jun 15 '20 01:06 ghost

Anyone know how to fix it.

ghost avatar Jun 17 '20 08:06 ghost

Anyone know how to fix it.

this is a react-native library bud, it won't work in Gatsby

jforaker avatar May 24 '22 20:05 jforaker