Skip to main content

Installation

Use @markpdf/react-native in Expo or bare React Native apps. It accepts mobile file objects such as { uri, name, mimeType } from document pickers.

Install

For Expo file picking:
For bare React Native, install the picker your app already uses and follow its native setup instructions.

Configure the client

Mobile app binaries can be inspected. For public apps, put the private API key on your backend and call that backend from the app.

API endpoint

The production API endpoint is:

Next step

Continue with Quickstart.