khoatrandang / flicks

0 stars 1 forks source link

Thanks! #1

Open coderschoolreview opened 6 years ago

coderschoolreview commented 6 years ago

Hello! Thank you for submitting the second homework for CoderSchool React Class 🎉! The main focus of this assignment was to introduce you to working with React Native, rendering items in a FlatList, and dealing with navigation.

Great 

Not so great yet 🚩

// const props = this.props.navigation.state.params;
const navigationParams = this.props.navigation.state.params;

Or

// const props = this.props.movie (don't do that)
yarn add -D eslint
eslint --init

Good assignment overall 👏👏 You understand how to use the navigation, and pass informations to new screens, which was the goal ✅

If there's anything unclear with the feedback given here, please let us know!

Tketa commented 6 years ago

@khoatrandang check my suggestions here: https://github.com/khoatrandang/flicks/pull/2