Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d07a8e3

Browse files
committedJan 28, 2025
feat: update ios template with the latest version
1 parent 78b9436 commit d07a8e3

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)
Please sign in to comment.