react-native-circular-action-menu
react-native-circular-action-menu copied to clipboard
Fixed warning
Fixed warning Animated: useNativeDriver
was not specified. This is a required option and must be explicitly set to true
or false
This is a good fix. I tried this and it worked.
I am getting this issue
Failed to compile ./node_modules/react-native-circular-action-menu/ActionButton.js SyntaxError: /home/punters360/node_website_react/node_modules/react-native-circular-action-menu/ActionButton.js: Unexpected token (104:6)
102 | renderButton() { 103 | return (
104 | <View | ^ 105 | style={this.getActionButtonStyle()} 106 | > 107 | <TouchableOpacity This error occurred during the build time and cannot be dismissed.
I am just running the example code ???