Welcome to the React Native Image Exif Reader project! This mobile app allows users to read image Exif details and view the exact location where the photo was taken on Google Maps.
- Exif Details: Extract and display Exif metadata from images.
- Location Mapping: View the precise location where the photo was taken on Google Maps.
- User-Friendly Interface: Intuitive design for a seamless user experience.
- Cross-Platform: Developed using React Native for both iOS and Android platforms.
-
Clone the repository:
git clone https://github.com/yunghog/Exify.git
-
Navigate to the project directory
cd Exify
-
Install dependencies
npm install
-
Run the app
npx react-native run-android # For Android #or npx react-native run-ios # For iOS
- React Native: A framework for building mobile applications using JavaScript and React.
- React Navigation: A library for navigation in React Native applications.
- Exif-js: A JavaScript library for reading EXIF metadata from image files.
- React Native Maps: A library for integrating Google Maps into React Native applications.
- Launch the app on your mobile device or emulator.
- Upload an image from your device.
- Explore the extracted Exif details and view the location on Google Maps.
We welcome contributions to the React Native Image Exif Reader project! Whether you want to report a bug, propose a feature, or submit a pull request, your involvement is highly appreciated.
If you encounter any issues with the app, please open a new issue on GitHub. Be sure to include relevant details such as the device, operating system, and steps to reproduce the problem.
If you have ideas for new features or improvements, feel free to open an issue to discuss them. We value community input and are open to exploring new ideas.
To contribute directly to the codebase, follow these steps:
-
Fork the repository.
-
Create a new branch with a descriptive name:
git checkout -b feature/new-feature
-
Make your changes and test thoroughly
-
Commit you change
git commit -m "Add new feature"
-
Push to your forked repository
git push origin feature/new-feature
-
Open a pull request on GitHub, providing a clear description of your changes.
License This project is licensed under the MIT License - see the LICENSE file for details.