Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.27 KB

README.md

File metadata and controls

35 lines (25 loc) · 2.27 KB

Project Info

Introducing my latest project: a powerful PDF creation tool built with React Native! With this app, you can easily convert images into professional-looking PDF files. Simply select your images, customize the layout, and generate high-quality PDFs on the go. Whether it's creating portfolios, reports, or presentations, this app makes it a breeze. Join me on this PDF-making adventure and unlock a whole new level of document creation!

Running locally

Make sure you have all the necessary dependencies installed on your system:

  • Node.js
  • Ruby
  • Xcode
  • CocoaPods
  • Android Studio and all Java dependencies.

You can follow the instructions on the React Native docs to set up your local environment: https://reactnative.dev/docs/environment-setup

To run the project locally:

  • Clone the repo
  • Install the dependencies with npm install
  • Run cd ios && pod install && cd .. to install all iOS dependencies
  • Run the dev server with npx react-native start
  • Build and Run the app with npx react-native run-ios for the iOS version or npx react-native run-android for the Android version

If you have problems with any of the instructions above, please refer to the React Native docs. This is a newly created app and the latest instructions there should help you get your environment up and running without issues.

PDF-Wizard Preview