Skip to content

Commit 85ecc92

Browse files
author
Alihan Pehlivan
authored
NativeModules include fix (#304)
1 parent 6372f82 commit 85ecc92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NativeModules } from '../node_modules/react-native/types/index';
1+
import { NativeModules } from 'react-native';
22
import BluetoothDevice from './BluetoothDevice';
33
import BluetoothError from './BluetoothError';
44
import {

0 commit comments

Comments
 (0)