Skip to content

Commit 7257b36

Browse files
committed
Updated README.md file and added new steps
1 parent f0acbda commit 7257b36

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## Deprecation disclaimer :
2-
3-
This is the oldest version of `React Native wrapper` which was released upto 4.1.2 .The project is no longer actively maintained
4-
51
## FusionCharts React Native :
62
A `React Native` component which provides bindings for `FusionCharts` JavaScript Charting Library. It easily adds rich and interactive charts to any `React Native` Projects.
73

@@ -37,7 +33,9 @@ A `React Native` component which provides bindings for `FusionCharts` JavaScript
3733

3834
If you're using this package with Expo Tools, please make sure your Expo SDK version is higher than or equal to `v38.0.0`.
3935

40-
In bare React Native application you need to also install the react-native-unimodules package, and configure the content of ios and android build directiories like it's described [here](https://docs.expo.io/bare/installing-unimodules/#installation).
36+
In bare React Native application you need to also install the expo-modules package, and configure the content of ios and android build directories like it's described [here](https://docs.expo.dev/bare/installing-expo-modules/).
37+
38+
To use the export file in iOS you need to get the file’s storage permission and to get notifications in iOS you need to get notifications permission.
4139

4240
As the original `webview` module will be deprecated from `react-native`, please update `react-native-fusioncharts` and follow the given steps in your project:
4341

0 commit comments

Comments
 (0)