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:
Daniel Sainati
2019-02-15 12:01:04 -08:00
committed by Facebook Github Bot
parent cbf65f2cf4
commit 8da1f1149f
13 changed files with 8 additions and 141 deletions

View File

@@ -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++) {