reactnative-nextjs-template icon indicating copy to clipboard operation
reactnative-nextjs-template copied to clipboard

Add react-native-elements etc (has errors)

Open tomsoderlund opened this issue 2 years ago • 1 comments
trafficstars

Current error:

./node_modules/react-native-ratings/dist/SwipeRating.js
Module parse failed: Unexpected token (171:43)
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
|   const { imageSize, ratingCount, type, tintColor } = this.props;
|   const { source } = TYPES[type];
>   return times(ratingCount, index => <View key={index} style={styles.starContainer}>
|   <Image source={source} style={{ width: imageSize, height: imageSize, tintColor }}/>
| </View>);

tomsoderlund avatar Jan 11 '23 09:01 tomsoderlund

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
reactnative-nextjs-template ❌ Failed (Inspect) Jan 11, 2023 at 9:56AM (UTC)

vercel[bot] avatar Jan 11 '23 09:01 vercel[bot]