react-native-unistyles 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,7 +73,7 @@ RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(install) {
73
73
  void registerUnistylesHostObject(jsi::Runtime &runtime, UnistylesModule* weakSelf) {
74
74
  auto unistylesRuntime = std::make_shared<UnistylesRuntime>(
75
75
  (int)weakSelf.platform.initialWidth,
76
- (int)weakSelf.platform.initialWidth,
76
+ (int)weakSelf.platform.initialHeight,
77
77
  weakSelf.platform.initialColorScheme,
78
78
  weakSelf.platform.initialContentSizeCategory
79
79
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-unistyles",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Level up your React Native StyleSheet",
5
5
  "scripts": {
6
6
  "test": "jest",