reactnativecn / react-native.cn

reactnative.cn home site.
http://reactnative.cn
Other
588 stars 507 forks source link

事例代码问题 #245

Closed huiwooo closed 6 years ago

huiwooo commented 6 years ago

在使用Flexbox布局的Align Items用例中,class AlignItemsBasics extends Component前应添加export default。即:export default class AlignItemsBasics extends Component {...}