1.0.0 • Published 4 years ago

rn-powerbi v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Power Bi for React Native

This component opens PowerBI reports. It uses the WebView on Android and iOS to display them.

Installation

$ npm install --save rn-powerbi

Usage

import PowerBi from 'rn-powerbi';

For a report to display you need at least five parts: AccessToken, Embed URL and the ID of the report. (these can be obtained thru the rest api)

Authors AKsjit