reactnative-nextjs-template
reactnative-nextjs-template copied to clipboard
Add react-native-elements etc (has errors)
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>);
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) |