Ash Typescript with React Native
Ash typescript sounds promising, but there is one thing I'm not sure if I understand.
If you do a React frontend that live within your assets folder, this works great since the generated files are there.
But if I have a React-Native app in a separate repo, would I have to take the generated typescript file and manually put it in my React-Native repo each time I codegen?
I see there is an
Has anybody worked with ash_typescript with a separated frontend?
If you do a React frontend that live within your assets folder, this works great since the generated files are there.
But if I have a React-Native app in a separate repo, would I have to take the generated typescript file and manually put it in my React-Native repo each time I codegen?
I see there is an
output_file config. I guess I could have a monorepo and set the output file to output outside the ash project into a shared folder or something? Has anybody worked with ash_typescript with a separated frontend?
