Skip to content

Commit 0d0a8e6

Browse files
chore: uncomment android implementation
1 parent a0fbc83 commit 0d0a8e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/src/main/java/com/mendixnative/MendixNativeModule.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ class MendixNativeModule(reactContext: ReactApplicationContext) : NativeMendixNa
140140
NativeFsModule(reactApplicationContext).readAsDataURL(filePath, promise)
141141
}
142142

143-
// override fun fsReadAsText(filePath: String, promise: Promise) {
144-
// NativeFsModule(reactApplicationContext).readAsText(filePath, promise)
145-
// }
143+
override fun fsReadAsText(filePath: String, promise: Promise) {
144+
NativeFsModule(reactApplicationContext).readAsText(filePath, promise)
145+
}
146146

147147
override fun fsFileExists(filePath: String, promise: Promise) {
148148
NativeFsModule(reactApplicationContext).fileExists(filePath, promise)

mendix-native-0.0.1.tgz

-9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)