Skip to content

Commit 036059e

Browse files
authored
Merge pull request #53 from fusioncharts/feature/readme-update
Updated README for react-native-webview
2 parents 130bbd7 + 8a3e81d commit 036059e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A `React Native` component which provides bindings for `FusionCharts` JavaScript
1414

1515
## Table of Contents
1616

17+
- [Important Note](#imporatant-note)
1718
- [Getting Started](#getting-started)
1819
- [Requirements](#requirements)
1920
- [Installation](#installation)
@@ -27,6 +28,28 @@ A `React Native` component which provides bindings for `FusionCharts` JavaScript
2728
- [For Contributors](#for-contributors)
2829
- [Licensing](#licensing)
2930

31+
# Important Note
32+
33+
Since `react-native-fusioncharts` v4.0.0, `webview` from `react-native` has been replaced with`react-native-webview` module, as the original `webview` module will be deprecated from `react-native`. So, if you're using `react-native` v0.60.0 and later version. Please update `react-native-fusioncharts`. And after that follow the given steps in your project:
34+
35+
- Run the following command in your project
36+
37+
```bash
38+
$ npm install react-native-webview
39+
```
40+
41+
- After that link this module to your app
42+
43+
```bash
44+
$ react-native link react-native-webview
45+
```
46+
47+
- For iOS, go to your `ios` directory and run the following
48+
49+
```bash
50+
$ pod install
51+
```
52+
3053
## Getting Started
3154

3255
### Requirements

0 commit comments

Comments
 (0)