Folo/apps/mobile/src
Innei 18eef52fdb
chore(mobile): update package versions and improve color handling
- Bumped versions of `react-native-uikit-colors`, `apple-uikit-colors`, and `tailwindcss-uikit-colors` to 0.3.10 in `pnpm-lock.yaml` and `package.json` for consistency and to leverage the latest features and fixes.
- Updated the import from `useCurrentColors` to `useCurrentColorsVariants` in the `index.tsx` provider file to align with the new API.
- Added a blank line in `Actions.tsx` for improved code readability.

These changes ensure the application is using the latest color utilities and maintain clean code practices.

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-20 14:09:53 +08:00
..
atoms refactor(mobile): allow do not open links in app (#3101) 2025-03-13 17:20:07 +08:00
components feat(mobile): enhance Tabbar component with placeholder support 2025-03-20 14:04:08 +08:00
constants feat(mobile): improve dialog confirmation and remove unused spring preset 2025-03-11 18:50:09 +08:00
database fix(mobile): optional summary language 2025-03-11 21:44:27 +08:00
hooks refactor: replace @react-navigation and expo-router (#3151) 2025-03-19 22:35:49 +08:00
icons feat(mobile): implement onboarding screen (#3029) 2025-03-13 18:15:54 +08:00
initialize feat(mobile): use app check 2025-03-09 16:23:33 +08:00
interfaces/settings refactor(mobile): allow do not open links in app (#3101) 2025-03-13 17:20:07 +08:00
lib feat(mobile): add lazy loading support to TabScreen component 2025-03-20 13:52:42 +08:00
modules chore(mobile): update package versions and improve color handling 2025-03-20 14:09:53 +08:00
morph feat(mobile): action page (#3019) 2025-03-13 10:34:35 +08:00
providers chore(mobile): update package versions and improve color handling 2025-03-20 14:09:53 +08:00
screens feat(mobile): add lazy loading support to TabScreen component 2025-03-20 13:52:42 +08:00
services
store refactor: replace @react-navigation and expo-router (#3151) 2025-03-19 22:35:49 +08:00
theme refactor: replace @react-navigation and expo-router (#3151) 2025-03-19 22:35:49 +08:00
Analytics.tsx refactor: replace @react-navigation and expo-router (#3151) 2025-03-19 22:35:49 +08:00
App.tsx feat(mobile): integrate RootSiblingParent and Navigation context 2025-03-20 12:19:20 +08:00
global.css
main.tsx feat(mobile): integrate RootSiblingParent and Navigation context 2025-03-20 12:19:20 +08:00