react-freeze icon indicating copy to clipboard operation
react-freeze copied to clipboard

Prevent React component subtrees from rendering.

Results 20 react-freeze issues
Sort by recently updated
recently updated
newest added

Could you recommend a way to add freezing to react navigation's blurred tabs?

When enabling freeze, I get this error occasionally (maybe 1/10 navigations) when navigating screens in development mode on an android real device and simulator. Haven't tested on ios. Seems to...

## Question **Is there a way to `enableFreeze` globally, but disable it for certain screens?** ## Issue If I enable freezing for a screen that has `KeyboardAvoidingView`, and then go...

When can we expect web support for this awesome library?

It would have been great if freezing a component will generate some sort of a non-reactive snapshot that can be displayed instead of returning null. That would great with showing...

If I add the code below into my index.js in react-native, is it going to work as intended for the screens which are deep in stack hierarchy? ``` import {...

This is not exactly an "issue" with the library. But a few pointers on how to measure the performance gains (in release mode) would help me justify using this library...

Hi! Is there any things to prove that `react-freeze` only support `react 17+`? I made a [demo with react 16.6.3](https://codesandbox.io/s/serene-stitch-b3iei) and it also works well I am trying to improve...

When opening multiple screens with `enableFreeze(true)`, gesture performance degrades a lot for me on the top-level screen. It gets fixed if I disable freeze. I'll put together a repro shortly,...

related issue: #14 ### Check List - [x] document - [x] test case