You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,27 +57,15 @@ It is possible to integrate Vue Native into a pre-existing React Native project.
57
57
58
58
These instructions can also be used to set up a Vue Native project from scratch.
59
59
60
-
## React Native components that can't be used out of the box
61
-
62
-
The following modules are set to be removed from React Native in the future.
63
-
Hence these modules are no longer made available with Vue Native.
64
-
- AlertIOS
65
-
- AsyncStorage
66
-
- ImageStore
67
-
- ListView
68
-
- MaskedViewIOS
69
-
- NetInfo
70
-
- Slider
71
-
- SwipeableListView
72
-
- ViewPagerAndroid
73
-
- WebView
74
-
- DatePickerIOS
75
-
- DatePickerAndroid
76
-
- TimePickerAndroid
77
-
- StatusBarIOS
78
-
79
-
If you still wish to use them, you can import them explicitly from `react-native` (until they are removed) or from their individual forked packages.
80
-
For more information, refer to [this page](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059#lean-core-is-underway).
60
+
## Available React Native components
61
+
62
+
All the core components of React Native 0.63 onwards are globally registered and available to use in templates without the need to import and locally register.
63
+
64
+
[The components and their React Native documentation can be found here.](https://reactnative.dev/docs/components-and-apis)
65
+
66
+
All other components that were previously available, but then deprecated from React Native can still be used by installing their respective packages.
67
+
68
+
For example, to use `WebView`, use the [react-native-webview](https://github.com/react-native-webview/react-native-webview) package.
0 commit comments