2020-08-20 import with and without bracket

https://medium.com/@phylypo/basic-step-by-step-react-native-tutorial-7ea9597d29b9

import React from 'react';                                                                                                              import { Button, StyleSheet, Text, View } from 'react-native';


The class Button,StyleSheet, Text and View inside the curly brackets “{}” are classes without default export.

On the other hand React has a default export so we don’t need the bracket.

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。