rusel1989 / react-native-bluetooth-serial

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

UnableToResolveError: Unable to resolve module base64-js #104

Closed hasanej closed 5 years ago

hasanej commented 5 years ago

Hello, I got this issue when I try to run on Android device.

image

Step to reproduce :

  1. Type cd react-native-bluetooth-serial/BluetoothSerialExample
  2. Run react-native run-android
hasanej commented 5 years ago

Hello turns out I need to run npm install at react-native-bluetooth-serial directory as well