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.
- package/ios/UnistylesModule.mm +1 -1
- package/package.json +1 -1
package/ios/UnistylesModule.mm
CHANGED
@@ -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.
|
76
|
+
(int)weakSelf.platform.initialHeight,
|
77
77
|
weakSelf.platform.initialColorScheme,
|
78
78
|
weakSelf.platform.initialContentSizeCategory
|
79
79
|
);
|