-
Notifications
You must be signed in to change notification settings - Fork 492
Description
I'm exploring Valdi as a potential cross-platform solution for our project and I'm impressed by the native performance and developer experience you've built.
I noticed in the README that Valdi supports instant hot reload during development. I'm wondering if Valdi also supports Over-The-Air (OTA) updates or Code Push functionality for production apps?
Specifically, I'd like to know:
Can we push JavaScript/TypeScript bundle updates to production apps without going through app store review?
Does Valdi have built-in support for remote bundle delivery, similar to React Native's CodePush or Expo Updates?
If not currently supported, is this feature on the roadmap?
This capability would be crucial for our use case, as we need to quickly iterate and fix issues in production without waiting for app store approval.
Thanks for open-sourcing this amazing framework! Looking forward to your response.