jpudysz / react-native-unistyles

Level up your React Native StyleSheet
https://unistyl.es
MIT License
1.55k stars 42 forks source link

feat: add option to disable animated insets #273

Closed jpudysz closed 2 months ago

jpudysz commented 2 months ago

Summary

Fixes #268 and other reports about unnecessary re-renders.

From version 2.8.4 Unistyles is automatically animating bottom insets for Android. This can now be disabled with following config:

UnistylesRegistry
  .addConfig({
    disableAnimatedInsets: true // android only
  })

This feature already works differently on branch 3.x but anyone can disable it without any additional effort.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-unistyles-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 11:44am
sssajjad007 commented 2 months ago

thank you very much ✌️