sramezani / radio-buttons-react-native

Animated radio buttons component for react native
MIT License
84 stars 41 forks source link

Issue with installation #22

Open Ghadahb opened 2 years ago

Ghadahb commented 2 years ago

I got this error when installing this library:

./node_modules/radio-buttons-react-native/RadioButtonRN.js 101:20 Module parse failed: Unexpected token (101:20) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders }
fadeInAnimation = () => {

| // this.fadeAnim.setValue(0) | Animated.timing(this.state.fadeAnim, {

daraujo-etg commented 2 years ago

I am having the same problem. I believe it is related to react-native-web, as on android it seems to be working