Skip to content

Commit 4ab8e59

Browse files
committed
feat: update ios template with the latest version
1 parent 59d26e2 commit 4ab8e59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/create-react-native-library/templates/nitro-module/ios/{%- project.name %}.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class <%- project.name -%>: Hybrid<%- project.name -%>Spec {
2-
public var hybridContext = margelo.nitro.HybridContext()
3-
public var memorySize: Int {
2+
public override var memorySize: Int {
43
getSizeOf(self)
54
}
65

0 commit comments

Comments
 (0)