first version of a really buggy and ugly caption selector and renderer

This commit is contained in:
Jorrin
2024-02-16 21:25:29 +01:00
parent d9964f5a72
commit 52eab1e8e8
17 changed files with 370 additions and 10 deletions

View File

@@ -32,6 +32,9 @@ export const MiddleControls = () => {
const styles = StyleSheet.create({
container: {
position: "absolute",
height: "100%",
width: "100%",
flex: 1,
flexDirection: "row",
alignItems: "center",