Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris committed Oct 9, 2024
1 parent ea7d64b commit dc23824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.jmrtd.BACKey
import org.jmrtd.BACKeySpec
import org.json.JSONObject

class EidReaderModule(reactContext: ReactApplicationContext) :
class EIdReaderModule(reactContext: ReactApplicationContext) :
ReactContextBaseJavaModule(reactContext), LifecycleEventListener, ActivityEventListener {

private val nfcPassportReader = EIdReader(reactContext)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import com.facebook.react.bridge.ReactApplicationContext
import com.facebook.react.uimanager.ViewManager


class EidReaderPackage : ReactPackage {
class EIdReaderPackage : ReactPackage {
override fun createNativeModules(reactContext: ReactApplicationContext): List<NativeModule> {
return listOf(EidReaderModule(reactContext))
return listOf(EIdReaderModule(reactContext))
}

override fun createViewManagers(reactContext: ReactApplicationContext): List<ViewManager<*, *>> {
Expand Down

0 comments on commit dc23824

Please sign in to comment.