On this page
Guides
Creating a New Project
Let's create a simple app that integrates ComPDFKit for React Native.
In the terminal app, change the current working directory to the location you wish to save your project. In this example, we’ll use the
~/Documents/
directory:bashcd ~/Documents
Create the React Native project by running the following command:
bashreact-native init MyApp
In the terminal app, change the location of the current working directory inside the newly created project:
bashcd MyApp