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
@@ -56,23 +56,15 @@ It is possible to integrate Vue Native into a pre-existing React Native project.
56
56
57
57
These instructions can also be used to set up a Vue Native project from scratch.
58
58
59
-
## React Native components that can't be used out of the box
60
-
61
-
The following modules are set to be removed from React Native in the future.
62
-
Hence these modules are no longer made available with Vue Native.
63
-
- AlertIOS
64
-
- AsyncStorage
65
-
- ImageStore
66
-
- ListView
67
-
- MaskedViewIOS
68
-
- NetInfo
69
-
- Slider
70
-
- SwipeableListView
71
-
- ViewPagerAndroid
72
-
- WebView
73
-
74
-
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.
75
-
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).
59
+
## Available React Native components
60
+
61
+
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.
62
+
63
+
[The components and their React Native documentation can be found here.](https://reactnative.dev/docs/components-and-apis)
64
+
65
+
All other components that were previously available, but then deprecated from React Native can still be used by installing their respective packages.
66
+
67
+
For example, to use `WebView`, use the [react-native-webview](https://github.com/react-native-webview/react-native-webview) package.
0 commit comments