It gives me an error. I have just downloaded the library.
with
npm install --save @ramotion/react-native-circle-menu
then I used .\example of this library
then run it. But it says this

/node_modules/@ramotion/react-native-circle-menu/src/components/index.js: Unexpected token, expected { (1:7)"
1 | export TouchableIcon from './TouchableIcon'
| ^
2 | export ActionIcon from './ActionIcon'
3 |
How can I fix it?
It gives me an error. I have just downloaded the library.
with
npm install --save @ramotion/react-native-circle-menuthen I used
.\exampleof this librarythen run it. But it says this
/node_modules/@ramotion/react-native-circle-menu/src/components/index.js: Unexpected token, expected { (1:7)"
How can I fix it?