I want to import a js library(react-native-webview-bridge) in my react-native project.but my project use typescript,and the library is js.when i import it, it tips '[ts] connot find module react-native-webview-bridge'.so i want to know how to transfer js to typescript,or other way to deal it.thanks!
import * as WebView from 'react-native-webview-bridge'