Skip to content

Connection not establish in IOS  #20

@sarveshkaushik

Description

@sarveshkaushik

I am already set all settings but connection not establish. please help me how to make connection easily .

NativeModules. RNZebraBluetoothPrinter.connectDevice(item.address)
.then((result) => {
alert('connection result',result);
if (!result) {
alert('Could not connect to printer. Please check printer connection.')
} else {
alert('connection establish')
}
})
.catch(e => console.log(e))
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions