react-native-clarity 3.0.4 → 3.0.5
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.
- package/ios/Clarity.h +0 -7
- package/ios/Clarity.m +0 -9
- package/ios/Clarity.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- package/ios/Clarity.xcodeproj/project.xcworkspace/xcuserdata/amralaa.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/Clarity.xcodeproj/xcuserdata/amralaa.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
- package/package.json +1 -1
package/ios/Clarity.h
CHANGED
package/ios/Clarity.m
CHANGED
|
@@ -119,13 +119,4 @@ RCT_EXPORT_METHOD(getCurrentSessionUrl:(RCTPromiseResolveBlock)resolve
|
|
|
119
119
|
return LogLevelNone;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
// Don't compile this code when we build for the old architecture.
|
|
123
|
-
#ifdef RCT_NEW_ARCH_ENABLED
|
|
124
|
-
- (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
|
|
125
|
-
(const facebook::react::ObjCTurboModule::InitParams &)params
|
|
126
|
-
{
|
|
127
|
-
return std::make_shared<facebook::react::NativeClaritySpecJSI>(params);
|
|
128
|
-
}
|
|
129
|
-
#endif
|
|
130
|
-
|
|
131
122
|
@end
|
|
Binary file
|
package/ios/Clarity.xcodeproj/xcuserdata/amralaa.xcuserdatad/xcschemes/xcschememanagement.plist
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>SchemeUserState</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>Clarity.xcscheme_^#shared#^_</key>
|
|
8
|
+
<dict>
|
|
9
|
+
<key>orderHint</key>
|
|
10
|
+
<integer>0</integer>
|
|
11
|
+
</dict>
|
|
12
|
+
</dict>
|
|
13
|
+
</dict>
|
|
14
|
+
</plist>
|
package/package.json
CHANGED