From 522a59407d85df259c63d2f13d40064e6e99a1b8 Mon Sep 17 00:00:00 2001
From: Travis CI
(sectionData, sectionID) => renderable
If provided, a sticky header is rendered for this section. The sticky +a row can be reset by calling highlightRow(null).
(props) => renderable
A function that returns the scrollable component in which the list rows +are rendered. Defaults to returning a ScrollView with the given props.
(sectionData, sectionID) => renderable
If provided, a sticky header is rendered for this section. The sticky behavior means that it will scroll with the content at the top of the section until it reaches the top of the screen, at which point it will stick to the top until it is pushed off the screen by the next section diff --git a/docs/segmentedcontrolios.html b/docs/segmentedcontrolios.html index 99d0dcef0b4..f4203bf1fc8 100644 --- a/docs/segmentedcontrolios.html +++ b/docs/segmentedcontrolios.html @@ -107,7 +107,7 @@ passes the segment's value as an argument
Invoked on mount and layout changes with
{nativeEvent: {layout: {x, y, width, height}}}.
This function is called on press. Text intrinsically supports press
handling with a default highlight state (which can be disabled with
-suppressHighlighting).
When true, no visual change is made when text is pressed down. By
+suppressHighlighting).
When true, no visual change is made when text is pressed down. By default, a gray oval highlights the text on press down.
Used to locate this view in end-to-end tests.
In iOS, the way to display formatted text is by using NSAttributedString: you give the text that you want to display and annotate ranges with some specific formatting. In practice, this is very tedious. For React Native, we decided to use web paradigm for this where you can nest text to achieve the same effect.
Provides additional traits to screen reader. By default no traits are provided unless specified otherwise in element
When true, indicates that the view is an accessibility element. By default, -all the touchable elements are accessible.
When accessible is true, the system will try to invoke this function
+all the touchable elements are accessible.
When false, indicates that the view should not be collapsed, even if it is +layout-only. Defaults to true.
When accessible is true, the system will try to invoke this function
when the user performs accessibility tap gesture.
Invoked on mount and layout changes with
{nativeEvent: { layout: {x, y, width, height}}}.
When accessible is true, the system will invoke this function when the
user performs the magic tap gesture.
For most touch interactions, you'll simply want to wrap your component in
TouchableHighlight or TouchableOpacity. Check out Touchable.js,
diff --git a/docs/webview.html b/docs/webview.html
index d075b4cb712..90e5f4dfa72 100644
--- a/docs/webview.html
+++ b/docs/webview.html
@@ -1,4 +1,4 @@
-
Used for iOS only, sets the JS to be injected when the webpage loads.
Used for android only, JS is enabled by default for WebView on iOS
Used for iOS only, sets whether the webpage scales to fit the view and the +
Sets the JS to be injected when the webpage loads.
Used for android only, JS is enabled by default for WebView on iOS
Used for iOS only, sets whether the webpage scales to fit the view and the user can change the scale