mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Release resolved-env
Summary: Changelog: [internal] Reviewed By: bradzacher Differential Revision: D38054157 fbshipit-source-id: 6f859e45623168e5b17b5303adb5955b74fc3641
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1237952d07
commit
087f142cb7
+1
-1
@@ -52,7 +52,7 @@ suppress_type=$FlowFixMeProps
|
||||
suppress_type=$FlowFixMeState
|
||||
suppress_type=$FlowFixMeEmpty
|
||||
|
||||
experimental.env_mode=ssa
|
||||
experimental.env_mode=resolved
|
||||
|
||||
[lints]
|
||||
sketchy-null-number=warn
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ suppress_type=$FlowFixMeProps
|
||||
suppress_type=$FlowFixMeState
|
||||
suppress_type=$FlowFixMeEmpty
|
||||
|
||||
experimental.env_mode=ssa
|
||||
experimental.env_mode=resolved
|
||||
|
||||
[lints]
|
||||
sketchy-null-number=warn
|
||||
|
||||
@@ -96,6 +96,7 @@ class TextInputAccessoryViewChangeKeyboardExample extends React.Component<
|
||||
return (
|
||||
<View>
|
||||
<Text>Set InputAccessoryView with ID & switch keyboard:</Text>
|
||||
{/* $FlowFixMe[incompatible-use] */}
|
||||
<TextInput
|
||||
style={styles.default}
|
||||
inputAccessoryViewID={inputAccessoryViewID}
|
||||
|
||||
Reference in New Issue
Block a user