React-Native: 0.54.3 React: 16.3.0-alpha.1 yarn add react-native-intro 之后使用出错 `import Intro, { intro } from './src/Intro';` 是否应该改为 `import Intro, { intro } from './src/intro';`
React-Native: 0.54.3
React: 16.3.0-alpha.1
yarn add react-native-intro 之后使用出错
import Intro, { intro } from './src/Intro';是否应该改为
import Intro, { intro } from './src/intro';