react-native-flexmonster 2.9.51 → 2.9.53-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# React Native
|
|
1
|
+
# React Native wrapper for Flexmonster Pivot Table & Charts
|
|
2
2
|
[](https://flexmonster.com)
|
|
3
3
|
Website: www.flexmonster.com
|
|
4
4
|
|
|
@@ -6,27 +6,29 @@ Website: www.flexmonster.com
|
|
|
6
6
|
|
|
7
7
|
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
|
|
8
8
|
|
|
9
|
-
This
|
|
9
|
+
This package is a [Flexmonster Pivot](https://www.flexmonster.com/) wrapper for [React Native](https://reactnative.dev/) applications.
|
|
10
|
+
|
|
11
|
+
Table of contents:
|
|
10
12
|
|
|
11
13
|
* [Usage](#usage)
|
|
12
14
|
* [Sample project](#sample-project)
|
|
13
15
|
* [License](#license)
|
|
14
|
-
* [Support
|
|
16
|
+
* [Support and feedback](#support-feedback)
|
|
15
17
|
|
|
16
18
|
## <a name="usage"></a>Usage ##
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
Refer to the [Integration with React Native](https://www.flexmonster.com/doc/integration-with-react-native/) guide for details on the wrapper usage.
|
|
19
21
|
|
|
20
22
|
## <a name="sample-project"></a>Sample project ##
|
|
21
23
|
|
|
22
|
-
See our sample
|
|
24
|
+
See our [sample React Native project with Flexmonster](https://github.com/flexmonster/pivot-react-native).
|
|
23
25
|
|
|
24
26
|
## <a name="license"></a>License ##
|
|
25
27
|
|
|
26
|
-
Here is [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/). We have free 30 day trial!
|
|
28
|
+
Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/). We have a free 30 day trial!
|
|
27
29
|
|
|
28
|
-
Flexmonster React
|
|
30
|
+
Flexmonster React Native wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
|
|
29
31
|
|
|
30
|
-
## <a name="support-feedback"></a>Support
|
|
32
|
+
## <a name="support-feedback"></a>Support and feedback ##
|
|
31
33
|
|
|
32
34
|
Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center/).
|