emit init event
This commit is contained in:
parent
7c0feb912c
commit
11ae795703
|
@ -55,6 +55,7 @@ public class SmartCard extends BroadcastReceiver implements CardListener {
|
|||
this.reactContext = reactContext;
|
||||
this.nfcAdapter = NfcAdapter.getDefaultAdapter(activity.getBaseContext());
|
||||
this.eventEmitter = new EventEmitter(reactContext);
|
||||
eventEmitter.emit("keyCardDidInit", null);
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
|
|
Loading…
Reference in New Issue