Marc Rousavy

Results 1816 comments of Marc Rousavy

I thought this only happens when also using a Video/ImageAnalysis output, no? Or does this just happen with photo={true}, nothing else? @SveBo Maybe worth adding that detail for them.

Hey - just created a PR to temporarily fix this - can you test if that works for you? https://github.com/mrousavy/react-native-vision-camera/pull/2897 🙏

Currently, I am registering each screen with a custom Recoil HoC I've written. So e.g.: ```ts RegisterScreen('HomeScreen', () => recoilHoC(HomeScreen)); RegisterScreen('ProfileScreen', () => recoilHoC(ProfileScreen)); ``` should both share the same...

@drarmstr Thanks for your response. Okay so if I were to use `` in my HomeScreen, I can then use the generated `RecoilBridge` for every other screen? The problem with...

@drarmstr No, since there is no "higher level". It basically creates a new react app for each screen.

@drarmstr since this is a fundamental design problem (React.Context API state updates not triggering re-renders across screens), do you want to close this issue or are you positive we will...

@riordanpawley I ended up writing my own small state management library based on callbacks and hooks, which works fine for me using RNN. Unfortunately Recoil didn't work because it uses...

I don't really get what the benefits of using the React.Context API are, mind elaborating here? @mondaychen @drarmstr Maybe we can figure something out if we know what features we're...

I created a PR for this here: https://github.com/facebook/react-native/pull/29664

Hey! Yeah I think this should be configurable from both iOS and Android, but not sure how since this is called once the JS bundle loads....