Skip to content

Conversation

tomsoderlund
Copy link
Owner

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>);

@vercel
Copy link

vercel bot commented Jan 11, 2023

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)

@tomsoderlund tomsoderlund changed the title Add react-native-elements etc Add react-native-elements etc (has errors) Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant