AlertIOS
AlertIOS provides functionality to create an iOS alert dialog with a message or create a prompt for user input.
AlertIOS
++Deprecated.
+AlertIOShas been moved toAlert
AlertIOS provides functionality to create an iOS alert dialog with a message or create a prompt for user input.
Creating an iOS alert:
AlertIOS.alert('Sync Complete', 'All your data are belong to us.');
diff --git a/docs/next/alertios/index.html b/docs/next/alertios/index.html
index fb26a8508cf..6822a13cd21 100644
--- a/docs/next/alertios/index.html
+++ b/docs/next/alertios/index.html
@@ -1,5 +1,9 @@
-AlertIOS
AlertIOS provides functionality to create an iOS alert dialog with a message or create a prompt for user input.
AlertIOS
++Deprecated.
+AlertIOShas been moved toAlert
AlertIOS provides functionality to create an iOS alert dialog with a message or create a prompt for user input.
Creating an iOS alert:
AlertIOS.alert('Sync Complete', 'All your data are belong to us.');
diff --git a/docs/next/imageeditor.html b/docs/next/imageeditor.html
index d33572167af..b32efe277f6 100644
--- a/docs/next/imageeditor.html
+++ b/docs/next/imageeditor.html
@@ -1,5 +1,9 @@
-ImageEditor
Methods
+ImageEditor
++Deprecated. Use @react-native-community/image-editor instead.
+
Methods
diff --git a/docs/next/imageeditor/index.html b/docs/next/imageeditor/index.html index d33572167af..b32efe277f6 100644 --- a/docs/next/imageeditor/index.html +++ b/docs/next/imageeditor/index.html @@ -1,5 +1,9 @@ -ImageEditor
Methods
+ImageEditor
++Deprecated. Use @react-native-community/image-editor instead.
+
Methods
diff --git a/docs/next/imagepickerios.html b/docs/next/imagepickerios.html index f07beac1e83..4effba092f2 100644 --- a/docs/next/imagepickerios.html +++ b/docs/next/imagepickerios.html @@ -1,5 +1,9 @@ -ImagePickerIOS
Methods
+ImagePickerIOS
++Deprecated. Use @react-native-community/image-picker-ios instead.
+
Methods
canRecordVideoscanUseCamera
diff --git a/docs/next/imagepickerios/index.html b/docs/next/imagepickerios/index.html
index f07beac1e83..4effba092f2 100644
--- a/docs/next/imagepickerios/index.html
+++ b/docs/next/imagepickerios/index.html
@@ -1,5 +1,9 @@
-
ImagePickerIOS
Methods
+ImagePickerIOS
++Deprecated. Use @react-native-community/image-picker-ios instead.
+
Methods
canRecordVideoscanUseCamera
diff --git a/docs/next/network.html b/docs/next/network.html
index 140eb2e7fce..c6010382f18 100644
--- a/docs/next/network.html
+++ b/docs/next/network.html
@@ -188,7 +188,7 @@
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.
+The XMLHttpRequest API is built into 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.
var request = new XMLHttpRequest();
request.onreadystatechange = (e) => {
if (request.readyState !== 4) {
diff --git a/docs/next/network/index.html b/docs/next/network/index.html
index 140eb2e7fce..c6010382f18 100644
--- a/docs/next/network/index.html
+++ b/docs/next/network/index.html
@@ -188,7 +188,7 @@
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.
+The XMLHttpRequest API is built into 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.
var request = new XMLHttpRequest();
request.onreadystatechange = (e) => {
if (request.readyState !== 4) {
diff --git a/docs/next/pushnotificationios.html b/docs/next/pushnotificationios.html
index 4478feaf703..973a1deba81 100644
--- a/docs/next/pushnotificationios.html
+++ b/docs/next/pushnotificationios.html
@@ -1,4 +1,10 @@
-PushNotificationIOS · React Native
PushNotificationIOS
PushNotificationIOS
++Deprecated. Use @react-native-community/push-notification-ios instead.
+
PushNotificationIOS
PushNotificationIOS
++Deprecated. Use @react-native-community/push-notification-ios instead.
+
SegmentedControlIOS
Use SegmentedControlIOS to render a UISegmentedControl iOS.
SegmentedControlIOS
++Deprecated. Use @react-native-community/react-native-segmented-control instead.
+
Use SegmentedControlIOS to render a UISegmentedControl iOS.
Programmatically changing selected index
The selected index can be changed on the fly by assigning the selectedIndex prop to a state variable, then changing that variable. Note that the state variable would need to be updated as the user selects a value and changes the index, as shown in the example below.
Example
diff --git a/docs/next/segmentedcontrolios/index.html b/docs/next/segmentedcontrolios/index.html index 53ba723c8fd..b507c2021a1 100644 --- a/docs/next/segmentedcontrolios/index.html +++ b/docs/next/segmentedcontrolios/index.html @@ -1,5 +1,9 @@ -SegmentedControlIOS
Use SegmentedControlIOS to render a UISegmentedControl iOS.
SegmentedControlIOS
++Deprecated. Use @react-native-community/react-native-segmented-control instead.
+
Use SegmentedControlIOS to render a UISegmentedControl iOS.
Programmatically changing selected index
The selected index can be changed on the fly by assigning the selectedIndex prop to a state variable, then changing that variable. Note that the state variable would need to be updated as the user selects a value and changes the index, as shown in the example below.