chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
@@ -0,0 +1,38 @@
declare const styles: {
container: {
flex: number;
overflow: "hidden";
};
loadingOrErrorView: {
position: "absolute";
flex: number;
justifyContent: "center";
alignItems: "center";
height: "100%";
width: "100%";
backgroundColor: string;
};
loadingProgressBar: {
height: number;
};
errorText: {
fontSize: number;
textAlign: "center";
marginBottom: number;
};
errorTextTitle: {
fontSize: number;
fontWeight: "500";
marginBottom: number;
};
webView: {
backgroundColor: string;
};
flexStart: {
alignSelf: "flex-start";
};
colorRed: {
color: string;
};
};
export default styles;