this in particular is the goat. https://docs.expo.dev/workflow/prebuild/#clean
i *know* that there can’t be any random accumulating state inside my ios/ and android/ folders because they get rebuilt from scratch every time there’s a native-related change
it’s like react for xcode/gradle bs. rerender those folders
i *know* that there can’t be any random accumulating state inside my ios/ and android/ folders because they get rebuilt from scratch every time there’s a native-related change
it’s like react for xcode/gradle bs. rerender those folders
Comments
Having your native code be 100% generated is a big mindset shift from “my code generates native apps” rather than “these two native app shells run my JS code”
It’s like using version control for the first time.
Especially when maintaining several apps and wanting to align several native dependencies between them.