rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
476 stars 291 forks source link

Expected dynamic type 'string', but had type 'object' #14

Closed zhanguangao closed 7 years ago

zhanguangao commented 8 years ago

When I try to connect device,there will be occurred 'expected dynamic type string, but had type object'.

rusel1989 commented 7 years ago

@zhanguangao hey, please specify react native version, platform etc...

zhanguangao commented 7 years ago

I solve this problem by myselft.Thank you!

rusel1989 commented 7 years ago

@zhanguangao nice, can you please tell me what was the issue, i would maybe mention it in readme in case someone else experiences it in future

zhanguangao commented 7 years ago

I don't know what accurate problem.I code myselft instend of using you example.