Oscar Franco

Results 141 comments of Oscar Franco

It seems on Android the generated code is different and getConstants is shared between the old-arch and codegen, but this also means it is not overridable and will not work...

The amount of rubbish issues is hard to manage in a repo like react-native, I have sympathy for the maintainers. I think I will create a new issue. I managed...

ok, awesome, will create later

I also managed to get it working, there is just a lot of disparity and missing info in the documentation. @cortinico do you still want me to create a new...

@vonovak did you test this on the example app?

Also ran into this trying to write a temp file: ```ts await fs.writeBinaryFile(name, contents, { dir: fs.BaseDirectory.Temp, }); ``` Gives ``` [2024-04-18][06:16:23][ERROR][log@http://localhost:1420/node_modules/.cache/.vite/deps/tauri-plugin-log.js:18:20] [ChatInput] Failed to write file path not allowed...

macos is already supported. I don't know how windows modules work, so PRs are welcome