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-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
-
5
1
## FusionCharts React Native :
6
2
A `React Native` component which provides bindings for `FusionCharts` JavaScript Charting Library. It easily adds rich and interactive charts to any `React Native` Projects.
7
3
@@ -37,7 +33,9 @@ A `React Native` component which provides bindings for `FusionCharts` JavaScript
37
33
38
34
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`.
39
35
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.
41
39
42
40
As the original `webview` module will be deprecated from `react-native`, please update `react-native-fusioncharts` and follow the given steps in your project:
0 commit comments