mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-10 01:15:00 +08:00
Surfacing Flow issues around invalid props
Reviewed By: yungsters Differential Revision: D7977386 fbshipit-source-id: a6df2d75e0caa55a84f9c9c6860f622942955dfc
This commit is contained in:
committed by
Facebook Github Bot
parent
65c336f38f
commit
7ba7acdee7
@@ -80,7 +80,7 @@ exports.examples = [
|
||||
title: string,
|
||||
additionalStyles: typeof StyleSheet,
|
||||
) {
|
||||
let _scrollView: ScrollView;
|
||||
let _scrollView: ?ScrollView;
|
||||
return (
|
||||
<View style={additionalStyles}>
|
||||
<Text style={styles.text}>{title}</Text>
|
||||
|
||||
Reference in New Issue
Block a user