Erdinc Akdogan
hongulugaave.bsky.social
Erdinc Akdogan
@hongulugaave.bsky.social
Ex Mechanical Engineer- New Developer
Testing Deep Links:
Use a simulator: Run adb shell am start -W -a android.intent.action.VIEW -d "myapp://profile/123" for Android.
Use xcrun simctl openurl booted "myapp://profile/123" for iOS.
January 6, 2025 at 12:41 PM
Linking Configuration:
prefixes: Define the supported URI schemes (e.g., myapp:// or example.com).
config: Map routes to specific paths, including dynamic parameters.
Dynamic Links: Enable navigation to routes like myapp://profile/123.
January 6, 2025 at 12:41 PM
Dynamic Routes: Screens are dynamically rendered using an array of route configurations. This approach is scalable and easy to maintain.
Use Case: Ideal for apps with a growing number of screens or routes that depend on external data.
January 1, 2025 at 7:29 AM
Why react-hook-form?
-Lightweight and easy to integrate.
-Built-in support for validation rules and error handling.
Key Features:
-Controller: Integrates custom inputs like TextInput with the form.
-rules: Define validation requirements directly in your form.
December 26, 2024 at 7:23 AM
-useColorScheme: Detects the system-wide theme (light or dark mode).
-Zustand Store: Allows users to toggle between light and dark modes manually.
-Dynamic Styling: Combines system theme detection with user preference for a seamless experience.
December 21, 2024 at 11:46 AM
"Have you tried Zustand for state management? What’s your go-to state management library? Let me know! 👇"
December 20, 2024 at 1:46 PM
-Why I am using Zustand?
Lightweight and minimalistic state management library.
No boilerplate or complex setup required.
-Key Features:
Centralized state with simple actions like setToken and logout.
Flexible and compatible with React Native projects.
December 20, 2024 at 1:46 PM
Axios Instance:
Centralizes API logic with a pre-configured base URL and timeout.
Request Interceptor:
Dynamically adds the token to Authorization headers before each request.
Result: A seamless and secure integration for API calls with token-based authentication.
December 16, 2024 at 7:09 AM
easy implement and use. Good choose :D
December 16, 2024 at 6:14 AM
-Context for Authentication:
Provides global access to token, login, and logout.
Encapsulates logic for managing login state securely.
-Best Practices:
Store sensitive data securely (consider using encrypted storage for production).
Abstract logic into a context for cleaner code and reusability.
December 13, 2024 at 7:10 AM
"How do you use notifications to engage your users? Let me know your creative ideas! 👇"
December 12, 2024 at 10:04 AM
- expo-notifications: A powerful library for managing notifications in Expo apps.
Key Features:
- scheduleNotificationAsync: Schedules notifications with customizable triggers.
- Permissions.askAsync: Requests notification permissions from the user.
December 12, 2024 at 10:04 AM
"What gestures have you implemented in your apps? Let me know your favorite use cases! 👇"

Would you like Day 8 to focus on Lottie animations for delightful app interactions? 🚀
December 10, 2024 at 8:31 AM