Closed teodorciuraru closed 4 years ago
@teo029 can you describe the steps to replicate please, including the steps you took for installation, e.g.
npm install --save @bugsnag/react-native
Added import Bugsnag from '@bugsnag/react-native' to App.js
etc
The steps I've taken:
npm install --save @bugsnag/react-native
import Bugsnag from '@bugsnag/react-native'
in App.jsIt triggered the following TS error:
Could not find a declaration file for module '@bugsnag/react-native'. '<MY_PROJECT_PATH>/node_modules/@bugsnag/react-native/src/notifier.js' implicitly has an 'any' type.
Hi @teo029. Thanks for the extra info and for reporting this. We are looking into creating a fix for this asap. We will update you as soon as it is ready.
Fixed in v7.3.2
TS error:
Could not find a declaration file for module '@bugsnag/react-native'. '.../node_modules/@bugsnag/react-native/src/notifier.js' implicitly has an 'any' type.
There seem to be missing @bugsnag/react-native declarations.
Version:
"@bugsnag/react-native": "^7.3.1"
,