Skip to content

Add react-native-elements etc (has errors) #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

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