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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ After installing `react-native-fusioncharts`, follow the steps below:
18
18
19
19
* Create `assets` folder in `android/app/src/main` directory if it doesn't exist.
20
20
* Copy `FusionCharts` library in the `assets` folder (in most cases copy `node_modules/fusioncharts` folder).
21
-
* Create a file named `fuioncharts.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://raw.githubusercontent.com/fusioncharts/react-native-fusioncharts/master/templates/fuioncharts-tpl-android.html).
21
+
* Create a file named `fuioncharts.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://github.com/fusioncharts/react-native-fusioncharts/blob/master/templates/fuioncharts-tpl-android.html).
22
22
* Set `libraryPath` property to the `FusionCharts` component as follows:
23
23
24
24
```html
@@ -33,7 +33,7 @@ After installing `react-native-fusioncharts`, follow the steps below:
33
33
34
34
* Create `assets` folder in your project root if it doesn't exist.
35
35
* Copy `FusionCharts` library in this `assets` folder (requires only when the licensed version of `FusionCharts` is used).
36
-
* Create a file named `fuioncharts-tpl.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://raw.githubusercontent.com/fusioncharts/react-native-fusioncharts/master/templates/fuioncharts-tpl-ios.html).
36
+
* Create a file named `fuioncharts-tpl.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://github.com/fusioncharts/react-native-fusioncharts/blob/master/templates/fuioncharts-tpl-ios.html).
37
37
* Add a `build:assets` script in Application's `package.json` file as follows:
38
38
39
39
`package.json` file:
@@ -212,4 +212,4 @@ To generate release iOS app, run:
212
212
$ npm run build:ios
213
213
```
214
214
215
-
### [Demos and Documentation](https://fusioncharts.github.io/react-native-fusioncharts/)
215
+
### [Demos and Documentation](https://fusioncharts.github.io/react-native-fusioncharts/)
0 commit comments