I'm new to React Native and try to walk through a basic tutorial on official website. but when I finish the configuration this error come out. it seems like something to do with Prettier issue but I couldn't figure out why. This is the code.
.prettierrc
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
semi: true,
};