react-native-unistyles 2.31.0 → 2.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ class UnistylesModule(reactContext: ReactApplicationContext) : ReactContextBaseJ
34
34
  if (intent.action == Intent.ACTION_CONFIGURATION_CHANGED) {
35
35
  Handler(Looper.getMainLooper()).postDelayed({
36
36
  this@UnistylesModule.onConfigChange()
37
- }, 10)
37
+ }, 25)
38
38
  }
39
39
 
40
40
  val newConfig = context.resources.configuration
@@ -70,7 +70,7 @@ class UnistylesModule(reactContext: ReactApplicationContext) : ReactContextBaseJ
70
70
  if (!this.isCxxReady) {
71
71
  return
72
72
  }
73
-
73
+
74
74
  val colorScheme = this.platform.getColorScheme()
75
75
  val contentSizeCategory = this.platform.getContentSizeCategory()
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-unistyles",
3
- "version": "2.31.0",
3
+ "version": "2.32.0",
4
4
  "description": "Level up your React Native StyleSheet",
5
5
  "scripts": {
6
6
  "test": "jest",