{"id":26708443,"url":"https://github.com/flexmonster/pivot-react-native","last_synced_at":"2025-07-16T22:36:06.937Z","repository":{"id":38854425,"uuid":"245523111","full_name":"flexmonster/pivot-react-native","owner":"flexmonster","description":"React Native pivot table example with Flexmonster","archived":false,"fork":false,"pushed_at":"2025-01-07T09:44:01.000Z","size":386,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T02:01:47.833Z","etag":null,"topics":["mobile","pivot-chart","pivot-grid","react","react-native","ui-components"],"latest_commit_sha":null,"homepage":"https://www.flexmonster.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexmonster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-06T21:52:13.000Z","updated_at":"2025-01-07T09:44:04.000Z","dependencies_parsed_at":"2024-11-29T22:02:19.920Z","dependency_job_id":null,"html_url":"https://github.com/flexmonster/pivot-react-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexmonster","download_url":"https://codeload.github.com/flexmonster/pivot-react-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741850,"owners_count":21154389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mobile","pivot-chart","pivot-grid","react","react-native","ui-components"],"created_at":"2025-03-27T07:18:25.196Z","updated_at":"2025-04-13T16:22:25.880Z","avatar_url":"https://github.com/flexmonster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native pivot grid | Flexmonster Pivot Table \u0026 Charts sample project with React Native\n[![Flexmonster Pivot Table \u0026 Charts](https://cdn.flexmonster.com/readmes/react_native.webp)](https://www.flexmonster.com?r=sample_reactnative)\nWebsite: [flexmonster.com](https://www.flexmonster.com?r=sample_reactnative)\n\n[![Github Stars](https://img.shields.io/github/stars/flexmonster?style=social)](https://github.com/flexmonster) [![Twitter](https://img.shields.io/twitter/follow/Flexmonster?style=social)](https://twitter.com/Flexmonster)\n\n## Flexmonster Pivot Table \u0026 Charts\n\nFlexmonster Pivot Table \u0026 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 Angular, React, Vue, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=sample_reactnative). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch. \n\nThis repository contains a sample [React Native](https://reactnative.dev/) project for Flexmonster Pivot Table \u0026 Charts.\n\nTable of contents:\n\n* [Prerequisites](#prerequisites)\n* [Installation](#installation)\n* [Related Flexmonster docs](#related-flexmonster-docs)\n* [Support and feedback](#support-and-feedback)\n* [Flexmonster licensing](#flexmonster-licensing)\n* [Social media](#social-media)\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/en/)\n\n## Installation\n\n1) Download a `.zip` archive with the sample project or clone it from GitHub with the following command:\n    ```bash\n    git clone https://github.com/flexmonster/pivot-react-native.git \u0026\u0026 cd pivot-react-native\n    ```\n2) Install the npm dependencies described in `package.json`: \n    ```bash\n    npm install\n    ```\n    If the above command fails, run it with the `--force` flag:\n    ```bash\n    npm install --force\n    ```\n3) For React 17 or earlier, change [the last two lines of code](https://github.com/flexmonster/pivot-react-native/blob/master/components/PivotTable.js#L119-L120) in the `components/PivotTable.js`:\n    - Uncomment the following line:\n       ```js\n       //export { PivotTable as PivotTableComponent };\n       ```\n    - Comment the line below:\n       ```js\n       export var PivotTableComponent = React.forwardRef((props, ref) =\u003e \u003cPivotTable /\u003e);\n       ```\n4) Run the sample project from the console: \n    ```bash\n    npx expo start\n    ```\n    To shut down the project from the console, press `Ctrl + C` (`Control + C` on macOS).\n    **Note** If you get an error at this step, see [troubleshooting](https://www.flexmonster.com/doc/integration-with-react-native?r=sample_reactnative#troubleshooting).\n## Related Flexmonster docs\n\n- [Integration with React Native](https://www.flexmonster.com/doc/integration-with-react-native?r=sample_reactnative) — learn how to integrate Flexmonster into a React Native project.\n\n## Support and feedback\n\nIn case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=sample_reactnative). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_reactnative) for a solution to your problem.\n\nTo 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=sample_reactnative). You can also find a list of samples, technical specifications, and a user interface guide there.\n\n## Flexmonster licensing\n\nThis sample project uses [Flexmonster React Native wrapper](https://github.com/flexmonster/react-native-flexmonster/), which is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.\n\nTo learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=sample_reactnative). \nIf you want to test our product, we provide a 30-day free trial.\n\nIf you need any help with your license — fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=sample_reactnative), and we will get in touch with you.\n\n## Social media\n\nFollow us on social media and stay updated on our development process!\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/company/flexmonster) [![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://youtube.com/user/FlexMonsterPivot) [![Twitter](https://img.shields.io/badge/Twitter-blue?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/flexmonster)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexmonster%2Fpivot-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-react-native/lists"}