diff --git a/docs/next/network.html b/docs/next/network.html index 7ee3e36f2d7..6d297cd719e 100644 --- a/docs/next/network.html +++ b/docs/next/network.html @@ -120,7 +120,7 @@ width: 880px; " >
-

By default, iOS will block any request that's not encrypted using SSL. If you need to fetch from a cleartext URL (one that begins with http) you will first need to add an App Transport Security exception. If you know ahead of time what domains you will need access to, it is more secure to add exceptions just for those domains; if the domains are not known until runtime you can disable ATS completely. Note however that from January 2017, Apple's App Store review will require reasonable justification for disabling ATS. See Apple's documentation for more information.

+

By default, iOS will block any request that's not encrypted using SSL. If you need to fetch from a cleartext URL (one that begins with http) you will first need to add an App Transport Security exception. If you know ahead of time what domains you will need access to, it is more secure to add exceptions just for those domains; if the domains are not known until runtime you can disable ATS completely. Note however that from January 2017, Apple's App Store review will require reasonable justification for disabling ATS. See Apple's documentation for more information.

Using Other Networking Libraries

The XMLHttpRequest API is built in to React Native. This means that you can use third party libraries such as frisbee or axios that depend on it, or you can use the XMLHttpRequest API directly if you prefer.

diff --git a/docs/next/sectionlist.html b/docs/next/sectionlist.html index ceb5e8d9b2e..ca52aff8bec 100644 --- a/docs/next/sectionlist.html +++ b/docs/next/sectionlist.html @@ -358,7 +358,7 @@

Scrolls to the item at the specified sectionIndex and itemIndex (within the section) positioned in the viewable area such that viewPosition 0 places it at the top (and may be covered by a sticky header), 1 at the bottom, and 0.5 centered in the middle.

-

Note: Cannot scroll to locations outside the render window without specifyingthe getItemLayout prop.

+

Note: Cannot scroll to locations outside the render window without specifying the getItemLayout prop.

Parameters: