Nathan Phillis

Results 3 comments of Nathan Phillis

If it helps, I implemented something pretty similar for storage in the apps I've been working on, but it uses zod validation to enforce the storage values at runtime +...

Not resolved yet, but I figured I'd share my solution: Adding the following to your vite build config should also address the problem: ```ts build: { commonjsOptions: { transformMixedEsModules: true,...

If this helps in the meantime, we've been using objc categories (albeit with some janky declarations) to extend the `RCTViewComponentView` definition for our Hybrid View in our project as we...