AsyncStorage
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
AsyncStorage
++Deprecated. Use react-native-community/react-native-async-storage instead.
+
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
It is recommended that you use an abstraction on top of AsyncStorage instead of AsyncStorage directly for anything more than light usage since it operates globally.
On iOS, AsyncStorage is backed by native code that stores small values in a serialized dictionary and larger values in separate files. On Android, AsyncStorage will use either RocksDB or SQLite based on what is available.
The AsyncStorage JavaScript code is a simple facade that provides a clear JavaScript API, real Error objects, and simple non-multi functions. Each method in the API returns a Promise object.
AsyncStorage
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
AsyncStorage
++Deprecated. Use react-native-community/react-native-async-storage instead.
+
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
It is recommended that you use an abstraction on top of AsyncStorage instead of AsyncStorage directly for anything more than light usage since it operates globally.
On iOS, AsyncStorage is backed by native code that stores small values in a serialized dictionary and larger values in separate files. On Android, AsyncStorage will use either RocksDB or SQLite based on what is available.
The AsyncStorage JavaScript code is a simple facade that provides a clear JavaScript API, real Error objects, and simple non-multi functions. Each method in the API returns a Promise object.
ImageStore
Methods
+ImageStore
++Deprecated. Use expo-file-system or react-native-fs instead.
+
Methods
hasImageForTagremoveImageForTag
diff --git a/docs/imagestore/index.html b/docs/imagestore/index.html
index 6db9f4cc833..b90d9c6d13d 100644
--- a/docs/imagestore/index.html
+++ b/docs/imagestore/index.html
@@ -1,4 +1,4 @@
-
ImageStore
Methods
+ImageStore
++Deprecated. Use expo-file-system or react-native-fs instead.
+
Methods
hasImageForTagremoveImageForTag
diff --git a/docs/maskedviewios.html b/docs/maskedviewios.html
index 538fc768fae..187f2f8212d 100644
--- a/docs/maskedviewios.html
+++ b/docs/maskedviewios.html
@@ -1,4 +1,4 @@
-
MaskedViewIOS
Renders the child view with a mask specified in the maskElement prop.
MaskedViewIOS
++Deprecated. Use react-native-community/react-native-masked-view instead.
+
Renders the child view with a mask specified in the maskElement prop.
Example
import React from 'react';
import {MaskedViewIOS, Text, View} from 'react-native';
diff --git a/docs/maskedviewios/index.html b/docs/maskedviewios/index.html
index 538fc768fae..187f2f8212d 100644
--- a/docs/maskedviewios/index.html
+++ b/docs/maskedviewios/index.html
@@ -1,4 +1,4 @@
-MaskedViewIOS · React Native MaskedViewIOS
Renders the child view with a mask specified in the maskElement prop.
MaskedViewIOS
++Deprecated. Use react-native-community/react-native-masked-view instead.
+
Renders the child view with a mask specified in the maskElement prop.
Example
import React from 'react';
import {MaskedViewIOS, Text, View} from 'react-native';
diff --git a/docs/netinfo.html b/docs/netinfo.html
index 3847ffb8328..f3395601dfa 100644
--- a/docs/netinfo.html
+++ b/docs/netinfo.html
@@ -1,4 +1,4 @@
-NetInfo · React Native NetInfo
NetInfo exposes info about online/offline status
+NetInfo
++Deprecated. Use react-native-community/react-native-netinfo instead.
+
NetInfo exposes info about online/offline status
NetInfo.getConnectionInfo().then((connectionInfo) => {
console.log(
'Initial, type: ' +
diff --git a/docs/netinfo/index.html b/docs/netinfo/index.html
index 3847ffb8328..f3395601dfa 100644
--- a/docs/netinfo/index.html
+++ b/docs/netinfo/index.html
@@ -1,4 +1,4 @@
-NetInfo · React Native NetInfo
NetInfo exposes info about online/offline status
+NetInfo
++Deprecated. Use react-native-community/react-native-netinfo instead.
+
NetInfo exposes info about online/offline status
NetInfo.getConnectionInfo().then((connectionInfo) => {
console.log(
'Initial, type: ' +
diff --git a/docs/next/asyncstorage.html b/docs/next/asyncstorage.html
index c18c85422c8..0c852b327fe 100644
--- a/docs/next/asyncstorage.html
+++ b/docs/next/asyncstorage.html
@@ -1,4 +1,4 @@
-AsyncStorage · React Native AsyncStorage
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
AsyncStorage
++Deprecated. Use react-native-community/react-native-async-storage instead.
+
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
It is recommended that you use an abstraction on top of AsyncStorage instead of AsyncStorage directly for anything more than light usage since it operates globally.
On iOS, AsyncStorage is backed by native code that stores small values in a serialized dictionary and larger values in separate files. On Android, AsyncStorage will use either RocksDB or SQLite based on what is available.
The AsyncStorage JavaScript code is a simple facade that provides a clear JavaScript API, real Error objects, and simple non-multi functions. Each method in the API returns a Promise object.
AsyncStorage
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
AsyncStorage
++Deprecated. Use react-native-community/react-native-async-storage instead.
+
AsyncStorage is a simple, unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.
It is recommended that you use an abstraction on top of AsyncStorage instead of AsyncStorage directly for anything more than light usage since it operates globally.
On iOS, AsyncStorage is backed by native code that stores small values in a serialized dictionary and larger values in separate files. On Android, AsyncStorage will use either RocksDB or SQLite based on what is available.
The AsyncStorage JavaScript code is a simple facade that provides a clear JavaScript API, real Error objects, and simple non-multi functions. Each method in the API returns a Promise object.
BackAndroid
Deprecated. Use BackHandler instead.
+BackAndroid
+Deprecated. Use BackHandler instead.
+
Methods
exitApp
diff --git a/docs/next/backandroid/index.html b/docs/next/backandroid/index.html
index 2bc251c51ba..67e6ef2bcf5 100644
--- a/docs/next/backandroid/index.html
+++ b/docs/next/backandroid/index.html
@@ -1,4 +1,4 @@
-
BackAndroid
Deprecated. Use BackHandler instead.
+BackAndroid
+Deprecated. Use BackHandler instead.
+
Methods
exitApp
diff --git a/docs/next/imagestore.html b/docs/next/imagestore.html
index 5999679c9b2..66b566bb99e 100644
--- a/docs/next/imagestore.html
+++ b/docs/next/imagestore.html
@@ -1,4 +1,4 @@
-
ImageStore
Methods
+ImageStore
++Deprecated. Use expo-file-system or react-native-fs instead.
+
Methods
hasImageForTagremoveImageForTag
diff --git a/docs/next/imagestore/index.html b/docs/next/imagestore/index.html
index 5999679c9b2..66b566bb99e 100644
--- a/docs/next/imagestore/index.html
+++ b/docs/next/imagestore/index.html
@@ -1,4 +1,4 @@
-
ImageStore
Methods
+ImageStore
++Deprecated. Use expo-file-system or react-native-fs instead.
+
Methods
hasImageForTagremoveImageForTag
diff --git a/docs/next/listview.html b/docs/next/listview.html
index 6d203a61ca6..5a29a49c959 100644
--- a/docs/next/listview.html
+++ b/docs/next/listview.html
@@ -1,4 +1,4 @@
-
ListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
ListView
+Deprecated - use one of the new list components, such as
+FlatListorSectionListfor bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
diff --git a/docs/next/listview/index.html b/docs/next/listview/index.html
index 6d203a61ca6..5a29a49c959 100644
--- a/docs/next/listview/index.html
+++ b/docs/next/listview/index.html
@@ -1,4 +1,4 @@
-ListView · React Native ListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
ListView
+Deprecated - use one of the new list components, such as
+FlatListorSectionListfor bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
diff --git a/docs/next/maskedviewios.html b/docs/next/maskedviewios.html
index 0f9768c84eb..1a750343528 100644
--- a/docs/next/maskedviewios.html
+++ b/docs/next/maskedviewios.html
@@ -1,4 +1,4 @@
-MaskedViewIOS · React Native MaskedViewIOS
Renders the child view with a mask specified in the maskElement prop.
MaskedViewIOS
++Deprecated. Use react-native-community/react-native-masked-view instead.
+
Renders the child view with a mask specified in the maskElement prop.
Example
import React from 'react';
import {MaskedViewIOS, Text, View} from 'react-native';
diff --git a/docs/next/maskedviewios/index.html b/docs/next/maskedviewios/index.html
index 0f9768c84eb..1a750343528 100644
--- a/docs/next/maskedviewios/index.html
+++ b/docs/next/maskedviewios/index.html
@@ -1,4 +1,4 @@
-MaskedViewIOS · React Native MaskedViewIOS
Renders the child view with a mask specified in the maskElement prop.
MaskedViewIOS
++Deprecated. Use react-native-community/react-native-masked-view instead.
+
Renders the child view with a mask specified in the maskElement prop.
Example
import React from 'react';
import {MaskedViewIOS, Text, View} from 'react-native';
diff --git a/docs/next/modal.html b/docs/next/modal.html
index 0a6b92c3725..bc00fd1e96e 100644
--- a/docs/next/modal.html
+++ b/docs/next/modal.html
@@ -226,7 +226,9 @@
animated
-Deprecated. Use the animationType prop instead.
+
+Deprecated. Use the animationType prop instead.
+
NetInfo
NOTE: NetInfo is being deprecated. Use react-native-community/react-native-netinfo instead.
NetInfo
+Deprecated. Use react-native-community/react-native-netinfo instead.
+
NetInfo exposes info about online/offline status
NetInfo.getConnectionInfo().then((connectionInfo) => {
console.log(
diff --git a/docs/next/netinfo/index.html b/docs/next/netinfo/index.html
index 5346e5ff424..2ec91ddf2db 100644
--- a/docs/next/netinfo/index.html
+++ b/docs/next/netinfo/index.html
@@ -1,4 +1,4 @@
-NetInfo · React Native NetInfo
NOTE: NetInfo is being deprecated. Use react-native-community/react-native-netinfo instead.
NetInfo
+Deprecated. Use react-native-community/react-native-netinfo instead.
+
NetInfo exposes info about online/offline status
NetInfo.getConnectionInfo().then((connectionInfo) => {
console.log(
diff --git a/docs/next/slider.html b/docs/next/slider.html
index 6d4bd6395f8..6518842a48d 100644
--- a/docs/next/slider.html
+++ b/docs/next/slider.html
@@ -1,4 +1,4 @@
-Slider · React Native Slider
A component used to select a single value from a range of values.
+Slider
++Deprecated. Use react-native-community/react-native-slider instead.
+
A component used to select a single value from a range of values.
Props
- View props... diff --git a/docs/next/slider/index.html b/docs/next/slider/index.html index 6d4bd6395f8..6518842a48d 100644 --- a/docs/next/slider/index.html +++ b/docs/next/slider/index.html @@ -1,4 +1,4 @@ -
Slider
A component used to select a single value from a range of values.
+Slider
++Deprecated. Use react-native-community/react-native-slider instead.
+
A component used to select a single value from a range of values.
Props
- View props... diff --git a/docs/next/switch.html b/docs/next/switch.html index af1a3f3bd44..53e187f4021 100644 --- a/docs/next/switch.html +++ b/docs/next/switch.html @@ -120,7 +120,9 @@
- View props... diff --git a/docs/slider/index.html b/docs/slider/index.html index 82a0cfd15ff..5b3c6d702ad 100644 --- a/docs/slider/index.html +++ b/docs/slider/index.html @@ -1,4 +1,4 @@ -
- View props... diff --git a/docs/viewpagerandroid.html b/docs/viewpagerandroid.html index bb18ae91fcd..6c5ae8723aa 100644 --- a/docs/viewpagerandroid.html +++ b/docs/viewpagerandroid.html @@ -1,4 +1,4 @@ -
tintColor
-tintColor is deprecated, use trackColor instead.
++
tintColoris deprecated, usetrackColorinstead.
Border color on iOS and background color on Android when the switch is turned off.
tintColor
-tintColor is deprecated, use trackColor instead.
++
tintColoris deprecated, usetrackColorinstead.
Border color on iOS and background color on Android when the switch is turned off.
| Type | Required |
|---|
transformMatrix
-Deprecated. Use the transform prop instead.
++Deprecated. Use the
+transformprop instead.
| Type | Required |
|---|
| Type | Required |
|---|
transformMatrix
-Deprecated. Use the transform prop instead.
++Deprecated. Use the
+transformprop instead.
| Type | Required |
|---|
disableVirtualization
-DEPRECATED. Virtualization provides significant performance and memory optimizations, but fully unmounts react instances that are outside of the render window. You should only need to disable this for debugging purposes.
++Deprecated. Virtualization provides significant performance and memory optimizations, but fully unmounts react instances that are outside of the render window. You should only need to disable this for debugging purposes.
+
| Type | Required |
|---|
disableVirtualization
-DEPRECATED. Virtualization provides significant performance and memory optimizations, but fully unmounts react instances that are outside of the render window. You should only need to disable this for debugging purposes.
++Deprecated. Virtualization provides significant performance and memory optimizations, but fully unmounts react instances that are outside of the render window. You should only need to disable this for debugging purposes.
+
| Type | Required |
|---|
url
-Deprecated. Use the source prop instead.
+Deprecated. Use the
+sourceprop instead.
| Type | Required |
|---|
html
-Deprecated. Use the source prop instead.
+Deprecated. Use the
+sourceprop instead.
| Type | Required |
|---|
url
-Deprecated. Use the source prop instead.
+Deprecated. Use the
+sourceprop instead.
| Type | Required |
|---|
html
-Deprecated. Use the source prop instead.
+Deprecated. Use the
+sourceprop instead.
| Type | Required |
|---|