heyman333 / react-native-animated-numbers

🎰 Library showing animation of number changes in react-native
MIT License
360 stars 43 forks source link

Error: Unexpected export specifier type #44

Open SaadBinWaheed-empglabs opened 2 years ago

SaadBinWaheed-empglabs commented 2 years ago

I am facing the following error:

error: node_modules/react-native-animated-numbers/node_modules/react-native-reanimated/src/index.ts: /Users/saadbinwaheed/Documents/Repos/jaguar/node_modules/react-native-animated-numbers/node_modules/react-native-reanimated/src/index.ts: Unexpected export specifier type
  5 | export * from './reanimated1';
  6 | export * from './reanimated2';
> 7 | export * as default from './Animated';
image

"react-native-animated-numbers": "^0.4.1",