Skip to content

Commit af98bcd

Browse files
chore: remove comments
1 parent 0f47757 commit af98bcd

File tree

24 files changed

+2
-43
lines changed

24 files changed

+2
-43
lines changed

example/android/app/src/main/java/mendixnative/example/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class MainActivity : ReactActivity() {
1111
* Returns the name of the main component registered from JavaScript. This is used to schedule
1212
* rendering of the component.
1313
*/
14-
override fun getMainComponentName(): String = "MendixNativeExample"
14+
override fun getMainComponentName(): String = "App"
1515

1616
/**
1717
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">MendixNativeExample</string>
2+
<string name="app_name">App</string>
33
</resources>

ios/Modules/AppPreferences/AppPreferences.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ public class AppPreferences: NSObject {
3535
}
3636

3737
}
38-
//Checked

ios/Modules/AppUrl/AppUrl.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,3 @@ public enum UrlPath: String, Codable {
9696
case packagerStatus = "/status"
9797
case bundle = "/index.bundle"
9898
}
99-
100-
//Checked

ios/Modules/Encryption/EncryptedStorage.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,3 @@ import Foundation
8282
promise.resolve(nil)
8383
}
8484
}
85-
86-
//Checked

ios/Modules/ErrorHandler/NativeErrorHandler.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ public class NativeErrorHandler: NSObject {
66
RedBoxHelper.shared.redBox.showErrorMessage(message, withStack: stackTrace)
77
}
88
}
9-
//Checked

ios/Modules/JSBundleFileProvider/JSBundleFileProviderProtocol.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ import Foundation
33
public protocol JSBundleFileProviderProtocol: AnyObject {
44
static func getBundleUrl() -> URL?
55
}
6-
7-
//Checked

ios/Modules/JSBundleFileProvider/OtaJSBundleFileProvider.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ extension OtaJSBundleFileProvider: JSBundleFileProviderProtocol {
6161
return URL(string: encodedPath)
6262
}
6363
}
64-
65-
//Checked

ios/Modules/MendixApp/MendixApp.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ public class MendixApp: NSObject {
3333
self.enableThreeFingerGestures = enableThreeFingerGestures
3434
}
3535
}
36-
//Checked

ios/Modules/MendixBackwardsCompatUtility/MendixBackwardsCompatUtility.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ public class MendixBackwardsCompatUtility: NSObject {
6565
return true
6666
}
6767
}
68-
69-
//Checked

0 commit comments

Comments
 (0)