mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-15 01:22:29 +08:00
deploy 0.93
Summary: upgrades flow version allow-large-files bypass-lint Reviewed By: nmote Differential Revision: D14095305 fbshipit-source-id: 000b3b2e085f673bc443fc8bc1b3aae1b42df0e9
This commit is contained in:
committed by
Facebook Github Bot
parent
cbf65f2cf4
commit
8da1f1149f
@@ -17,9 +17,6 @@ const {ScrollView, StyleSheet, Text, TouchableOpacity} = ReactNative;
|
||||
const NUM_ITEMS = 20;
|
||||
|
||||
class ScrollViewSimpleExample extends React.Component<{}> {
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.85 was deployed. To see the error, delete this comment
|
||||
* and run Flow. */
|
||||
makeItems = (nItems: number, styles): Array<any> => {
|
||||
const items = [];
|
||||
for (let i = 0; i < nItems; i++) {
|
||||
|
||||
Reference in New Issue
Block a user