mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 22:44:22 +08:00
Get back 100% in sync with fb codebase
This commit is contained in:
@@ -30,7 +30,6 @@ var ScrollViewSimpleExample = React.createClass({
|
||||
title: '<ScrollView>',
|
||||
description: 'Component that enables scrolling through child components.'
|
||||
},
|
||||
|
||||
makeItems: function(nItems: number, styles): Array<any> {
|
||||
var items = [];
|
||||
for (var i = 0; i < nItems; i++) {
|
||||
|
||||
Reference in New Issue
Block a user