Compare commits

..
Author SHA1 Message Date
Audrius Molis 0c0ce29702 test adding addBouncyCastleProvider to toBinarySeed 2022-09-09 15:27:50 +03:00
3 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -46,5 +46,5 @@ dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'com.github.status-im.status-keycard-java:android:3.0.4'
implementation 'com.github.status-im:status-keycard-java:test-adding-addBouncyCastleProvider-SNAPSHOT'
}
+1 -11
View File
@@ -9,18 +9,8 @@ class StatusKeycard: RCTEventEmitter {
var cardChannel: CardChannel? = nil
var nfcStartPrompt: String = "Hold your iPhone near a Status Keycard."
private var _keycardController: Any? = nil
@available(iOS 13.0, *)
private var keycardController: KeycardController? {
get {
return _keycardController as? KeycardController
}
set(kc) {
_keycardController = kc
}
}
private(set) lazy var keycardController: KeycardController? = nil
@objc
func nfcIsSupported(_ resolve: RCTPromiseResolveBlock, reject: RCTPromiseRejectBlock) -> Void {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-native-status-keycard",
"homepage": "https://keycard.status.im/",
"version": "2.5.38",
"version": "2.5.37",
"description": "React Native library to interact with Status Keycard using NFC connection",
"main": "index.js",
"scripts": {