Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue #223 #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix Issue #223 #239

wants to merge 1 commit into from

Conversation

teamomiamigo
Copy link
Collaborator

@teamomiamigo teamomiamigo commented Mar 3, 2025

Fixes Issue #223: Integrate color picker for apptheme option in settings (more page)

this PR works on customizing the app's theme color.
CHANGES:
themeprovider

  • added an updateThemeColor function to dynamically update and persist the app's theme color
    AppeThemeSelectorScreen
  • removed the react-native-color picker that also relied on the Slider API and replaced it with react-native-color-wheel
  • updated modal logic to display color wheel and confirm color selection
  • maintained existing UI elements (+ button, predefined theme swatches)

WHY:

  • previous library used a removed slider and react native core, causing runtime errors
  • enhancing theme customization to improve the user personalization
  • react-native-color-wheel tries to avoid any dependency issue, and might provide a cleaner solution but needs to be checked if it will still work in relation to the dependency issues that are still there.

@teamomiamigo teamomiamigo linked an issue Mar 3, 2025 that may be closed by this pull request
10 tasks
@teamomiamigo teamomiamigo changed the title working on color wheel Fix Issue #223 Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Color Picker for AppTheme Option in Settings (More Page)
1 participant