Commit graph

121 commits

Author SHA1 Message Date
Jakob Stornig
38ff1322c3 feat: searchbar 2023-12-07 11:50:01 +01:00
Jakob Stornig
c1bea51576 fix: shadows ugly on ios 2023-12-06 11:34:06 +01:00
Jakob Stornig
27d0d45129 fix: Welcome does not scroll 2023-12-06 11:33:52 +01:00
Jakob Stornig
9c319eeeda fix: color does not work in dark mode 2023-12-05 15:07:45 +01:00
Jakob Stornig
498c1d8563 feat: profile and greetings 2023-12-05 14:48:32 +01:00
Jakob Stornig
83541339e9 feat: HomeScreen Plus Symbol. (Not functional) 2023-12-04 23:31:05 +01:00
Jakob Stornig
da58edc1da feat: ExpenseItem on Home Screen 2023-12-04 01:59:34 +01:00
Jakob Stornig
0f9783c292 fix: System style change does not propergate 2023-12-03 19:41:37 +01:00
thschleicher
c960c41e3a Small Changes (delete index.js) 2023-12-01 08:57:04 +01:00
Jakob Stornig
8f39ec9bf4 deleteted jsx files 2023-11-30 20:31:50 +01:00
Jakob Stornig
f5dc3be4df Merge branch 'experimentation' 2023-11-30 20:11:42 +01:00
Thomas Schleicher
74c0fdb27e theme changes 2023-11-30 19:51:36 +01:00
Tocuro
1771f85ac3 i'm doing my part 2023-11-30 14:30:01 +01:00
Thomas Schleicher
04e73d2edb test commit 2023-11-30 13:59:43 +01:00
thschleicher
59696b2caf Cleanup and First Small Changes 2023-11-30 09:26:00 +01:00
Jakob Stornig
55c9f605ff first tests 2023-11-30 01:48:22 +01:00
thschleicher
739e5e8f08 Added Tunneling Run Configurations (WSL) 2023-11-29 15:56:08 +01:00
thschleicher
ab281466d4 Added Tunneling Run Configurations (WSL) 2023-11-29 13:26:12 +01:00
Thomas Schleicher
5786b14b36 feat: Add new files
Added .gitignore with patterns for ignoring files and directories, including node_modules, .expo, dist, web-build, *.orig.*, *.jks, *.p8, *.p12, *.key, *.mobileprovision, .metro-health-check*, npm-debug.*, yarn-debug.*, yarn-error.*, .DS_Store, *.pem, .env*.local, *.tsbuildinfo, expo-env.d.ts, and @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb.

Added app.json with Expo configurations, including name, slug, version, orientation, icon, scheme, userInterfaceStyle, splash, assetBundlePatterns, ios, android, web, plugins, and experiments.

Added _layout.tsx with TabLayout component for rendering tabs. Imported FontAwesome and expo-router. Exported ErrorBoundary and unstable_settings.

Added index.tsx with TabOneScreen component for rendering Tab One. Imported EditScreenInfo, Text, and View from components/Themed.

Added two.tsx with TabTwoScreen component for rendering Tab Two. Imported EditScreenInfo, Text, and View from components/Themed.

Added +html.tsx for configuring root HTML during static rendering. Imported ScrollViewStyleReset from expo-router/html.

Added [...missing].tsx for rendering NotFoundScreen. Imported Link and Stack from expo-router. Imported StyleSheet, Text, and View from components/Themed.

Added _layout.tsx for configuring the root layout. Imported FontAwesome and expo-router. Imported DarkTheme and DefaultTheme from @react-navigation/native. Imported useFonts from expo-font. Imported SplashScreen and Stack from expo-router. Imported useEffect and useColorScheme from react-native.

Added modal.tsx with ModalScreen component for rendering Modal. Imported StatusBar from expo-status-bar and StyleSheet from react-native.

Added babel.config.js with presets babel-preset-expo and plugins expo-router/babel.

Added EditScreenInfo.tsx with EditScreenInfo component for displaying information about the code. Imported React and StyleSheet from react-native. Imported Colors from constants/Colors. Imported ExternalLink from components/ExternalLink. Imported MonoText from components/StyledText. Imported Text and View from components/Themed.
2023-11-29 10:40:36 +01:00
Thomas Schleicher
66d33ce07e Add LICENSE 2023-11-28 19:42:26 +00:00
Thomas Schleicher
3f00c544cd Initial commit 2023-11-28 17:50:38 +00:00