Skip to content

Commit

Permalink
💄 Gloss: Add Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 6, 2023
1 parent 7eb0a9e commit b00b396
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ios/ReactNativeIosModalModule.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// ReactNativeIosModalModule.swift
// ReactNativeIosModal
//
// Created by Dominic Go on 10/6/23.
//

import ExpoModulesCore

public class ReactNativeIosModalModule: Module {
Expand Down
7 changes: 7 additions & 0 deletions ios/ReactNativeIosModalView.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// ReactNativeIosModalView.swift
// ReactNativeIosModal
//
// Created by Dominic Go on 10/6/23.
//

import ExpoModulesCore

// This view will be used as a native component. Make sure to inherit from `ExpoView`
Expand Down

0 comments on commit b00b396

Please sign in to comment.