We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6372f82 commit 85ecc92Copy full SHA for 85ecc92
1 file changed
src/index.ts
@@ -1,4 +1,4 @@
1
-import { NativeModules } from '../node_modules/react-native/types/index';
+import { NativeModules } from 'react-native';
2
import BluetoothDevice from './BluetoothDevice';
3
import BluetoothError from './BluetoothError';
4
import {
0 commit comments