Skip to content

Commit c71f89e

Browse files
author
Rishabh Karnad
authored
Merge pull request #291 from GeekyAnts/upgrade/readme-0.1.5
Update README to reflect changes in default components
2 parents 901a959 + fa8a621 commit c71f89e

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Vue Native is a framework to build cross platform native mobile apps using JavaS
1717
- [Installation](#installation)
1818
- [Project setup with Vue Native CLI](#project-setup-with-vue-native-cli)
1919
- [Using Vue Native with a pre-existing React Native or Expo project](#using-vue-native-in-a-react-native-project)
20-
- [Deprecated React Native modules](#react-native-components-that-cant-be-used-out-of-the-box)
20+
- [Available React Native components](#available-react-native-components)
2121
- [Contributors](#contributors)
2222
- [Backers](#backers)
2323
- [Sponsors](#sponsors)
@@ -56,23 +56,15 @@ It is possible to integrate Vue Native into a pre-existing React Native project.
5656

5757
These instructions can also be used to set up a Vue Native project from scratch.
5858

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.
7668

7769
## Contributors
7870

0 commit comments

Comments
 (0)