feat: Integrate NativeWind for styling and implement theme management with Zustand

This commit is contained in:
2025-12-26 23:50:57 +01:00
parent 1e355d5d8e
commit 2a3dc9f0e0
45 changed files with 5426 additions and 5835 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
presets: [
['babel-preset-expo', { jsxImportSource: 'nativewind' }],
'nativewind/babel',
],
plugins: [
'react-native-reanimated/plugin',
],
};
};