react-native-flexmonster 2.9.74 → 2.9.76-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 +34 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,34 +1,55 @@
|
|
|
1
|
-
# Flexmonster Pivot Table & Charts wrapper for React Native
|
|
2
|
-
[](https://www.flexmonster.com?r=wrap)
|
|
3
|
+
Website: [flexmonster.com](https://www.flexmonster.com?r=wrap)
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/react-native-flexmonster)
|
|
6
|
+
[](https://github.com/flexmonster) [](https://twitter.com/Flexmonster)
|
|
7
|
+
|
|
4
8
|
|
|
5
9
|
## Flexmonster Pivot Table & Charts
|
|
6
10
|
|
|
7
|
-
Flexmonster Pivot is a powerful JavaScript
|
|
11
|
+
Flexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your React Native data visualization project. The tool supports popular frameworks like React, Vue, Blazor, Angular, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=wrap). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
|
|
8
12
|
|
|
9
13
|
This package is a [Flexmonster Pivot](https://www.flexmonster.com?r=wrap) wrapper for [React Native](https://reactnative.dev/) applications.
|
|
10
14
|
|
|
11
15
|
Table of contents:
|
|
12
16
|
|
|
17
|
+
* [Integration](#integration)
|
|
13
18
|
* [Usage](#usage)
|
|
14
19
|
* [Sample project](#sample-project)
|
|
20
|
+
* [Support and feedback](#support-and-feedback)
|
|
15
21
|
* [License](#license)
|
|
16
|
-
* [
|
|
22
|
+
* [Social media](#social-media)
|
|
23
|
+
|
|
24
|
+
## Integration
|
|
25
|
+
|
|
26
|
+
Flexmonster documentation provides a detailed step-by-step guide on [іntegration with React Native](https://www.flexmonster.com/doc/integration-with-react-native/?r=wrap).
|
|
27
|
+
|
|
28
|
+
## Usage
|
|
17
29
|
|
|
18
|
-
|
|
30
|
+
Explore the available [methods and events](https://www.flexmonster.com/doc/integration-with-react-native?r=wrap_react/#methods-and-events) to learn the specifics of using and customizing Flexmonster in a React Native application.
|
|
19
31
|
|
|
20
|
-
|
|
32
|
+
## Sample project
|
|
21
33
|
|
|
22
|
-
|
|
34
|
+
If you look for some reference examples, our team prepared a ready-to-use [React Native pivot grid sample project](https://github.com/flexmonster/pivot-react-native).
|
|
23
35
|
|
|
24
|
-
|
|
36
|
+
## Support and feedback
|
|
25
37
|
|
|
26
|
-
|
|
38
|
+
In case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=wrap). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=wrap) for a solution to your problem.
|
|
27
39
|
|
|
28
|
-
|
|
40
|
+
To share your feedback or ask questions, contact our Tech team by raising a ticket on [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=wrap). You can also find a list of samples, technical specifications, and a user interface guide there.
|
|
41
|
+
|
|
42
|
+
If you need any help with your license — fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=wrap), and we will get in touch with you.
|
|
43
|
+
|
|
44
|
+
## License
|
|
29
45
|
|
|
30
46
|
Flexmonster React Native wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
|
|
31
47
|
|
|
32
|
-
|
|
48
|
+
To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap).
|
|
49
|
+
If you want to test our product, we provide a 30-day free trial.
|
|
50
|
+
|
|
51
|
+
## Social media
|
|
52
|
+
|
|
53
|
+
Follow us on social media and stay updated on our development process!
|
|
33
54
|
|
|
34
|
-
|
|
55
|
+
[](https://linkedin.com/company/flexmonster) [](https://youtube.com/user/FlexMonsterPivot) [](https://twitter.com/flexmonster)
|