rusel1989 / react-native-bluetooth-serial

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

Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: deprecated #59

Open luckyly opened 6 years ago

luckyly commented 6 years ago

I try to install BluetoothSerialExample on my device. But it always show:

"

Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: deprecated Paths: G:/AndroidDemo/react-native-bluetooth-serial/BluetoothSerialExample\node_modules/react-native/local-cli/server/middleware/heapCapture/bundle.js collides with G:/AndroidDemo/react-native-bluetooth-serial/BluetoothSerialExample\node_modules/react-native/Libraries/Renderer/src/shared/utils/deprecated.js

This error is caused by a @providesModule declaration with the same name across two different files.

" How can i deal it?