Open developercode1 opened 6 years ago
I am unable to resolve 'react-native'background-task' module in TypeScript. It is not able to find this module and shows error on typescript compilation
TIA
It's not typed so you need to use: const BackgroundTask = require('react-native-background-task')
const BackgroundTask = require('react-native-background-task')
I am unable to resolve 'react-native'background-task' module in TypeScript. It is not able to find this module and shows error on typescript compilation
TIA