Wallpaper application - Mobile wallpaper gallery with React Native
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Wallpaper application - Mobile wallpaper gallery with React Native
A React Native mobile application that provides a beautiful wallpaper gallery with lightbox viewing capabilities and smooth navigation.
Technologies: reactnative vectoricons reactnavigation lightbox
To get a local copy up and running, follow these steps.
- Node.js (v14 or higher)
- React Native CLI
- Android Studio (for Android development)
- Xcode (for iOS development, macOS only)
- Clone the repo
git clone https://github.com/necmettincimen/my-wallpaper-app.git
- Navigate to the project directory
cd my-wallpaper-app - Install dependencies
npm install
- Start the Metro bundler
npx react-native start
- Run on Android
npx react-native run-android
- Run on iOS (macOS only)
npx react-native run-ios
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Necmettin Çimen - @Necmettin Cimen - [email protected]
Project Link: https://github.com/necmettincimen/my-wallpaper-app