react-native-circle-menu
react-native-circle-menu copied to clipboard
SyntaxError from react-native-circle-menu
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?
up