Skip to content

Issue with foundation-05 #162

@MatthysDev

Description

@MatthysDev

I find this exercise confusing because...this should be step 4

explain the difference between

// ✅ function with implicit return const Item = ({ title }) => ( <View> <Text>{title}</Text> </View> ); // ✅ function normal return const Item2 = ({ name }) => { console.log("file: StarshipFeedScreen.tsx:20 ~ Item2 ~ name", name); return ( <View> <Text>{name}</Text> </View> ); };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions