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!
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 ornpx 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.