Invariant Violation: requireNativeComponent: "NSTStreetView" was not found in the UIManager.
"react": "16.13.1", "react-native": "0.63.4", "react-native-streetview": "~0.2.1" emulator: Android Studio
I try to use the react-native-street view component in an android emulator and I get the following error, anyone who knows any solution for this error?

after installing react-native-streetview :
- npx react-native link react-native-streetview
- cd ios
- pod install
- run
"react": "16.13.1", "react-native": "0.63.4", "react-native-streetview": "~0.2.1" emulator: Android Studio
I try to use the react-native-street view component in an android emulator and I get the following error, anyone who knows any solution for this error?
Hi did you get anything?
v0.2.4 is now released. please remove current version and install with:
yarn install [email protected]
cd ios
pod install
cd ..
npx react-native run-ios