⬇️ Download the latest release
DevLogz is a mobile application that provides a seamless viewing experience for a developer blog and portfolio. Built with React Native and Expo, it offers a native mobile interface for accessing blog.fernand3z.dev and fernand3z.dev.
- 📱 Native mobile experience for web content
- 🔄 Smooth navigation between blog and portfolio
- ⚡ Fast loading with progress indicator
- 🌓 Automatic dark/light mode support
- ↩️ Intuitive back button navigation
- 🔒 Safe area handling for modern devices
- React Native
- Expo SDK 52
- TypeScript
- React Navigation
- React Native WebView
- Download the latest APK from the releases page
- Enable "Install from Unknown Sources" in your Android settings
- Install the downloaded APK
- Launch DevLogz
# Clone the repository
git clone https://github.com/YOUR_USERNAME/web-view-app.git
# Navigate to project directory
cd web-view-app
# Install dependencies
npm install
# Start the development server
npx expo start
- Launch the app to view the blog
- Navigate to portfolio through blog links
- Use back button to:
- Go back in web history
- Return to blog from portfolio
- Exit app from main blog page
# Build for Android
eas build -p android
# Build for iOS
eas build -p ios
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Blog and portfolio content by Fernand3z
- Built with Expo
- Uses React Native WebView
Made with ❤️ using React Native & Expo