Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.16 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.16 KB

Catalog

The project contains a large set of sample code, which illustrates how to set up and customize PSPDFKit for various use cases. You can run the Catalog app on Android and iOS.

Running the Catalog on Android

Requirements

Getting Started

  1. Clone the repository: git clone https://github.com/PSPDFKit/react-native.git
  2. Step into the Catalog project's directory: cd react-native/samples/Catalog
  3. Install dependencies: yarn install
  4. The Catalog app is now ready to launch: react-native run-android

Running the Catalog on iOS

Requirements

Getting Started

  1. Clone the repository: git clone https://github.com/PSPDFKit/react-native.git
  2. Step into the Catalog project's directory: cd react-native/samples/Catalog
  3. Install dependencies: yarn install
  4. Go to the iOS folder: cd iOS
  5. Install the iOS pods: pod install
  6. Go back to the Catalog directory: cd ..
  7. The Catalog app is now ready to launch: react-native run-ios

Troubleshooting

Note: If you get an error about config.h not being found check out this blog post for information on how to fix it.