react-native-streetview icon indicating copy to clipboard operation
react-native-streetview copied to clipboard

Invariant Violation: requireNativeComponent: "NSTStreetView" was not found in the UIManager.

Open kbits-Mars opened this issue 5 years ago • 2 comments

"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? component exception

kbits-Mars avatar Nov 30 '20 21:11 kbits-Mars

after installing react-native-streetview :

  1. npx react-native link react-native-streetview
  2. cd ios
  3. pod install
  4. run

shivanibc662 avatar Apr 27 '21 10:04 shivanibc662

"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? component exception

Hi did you get anything?

fudr avatar Jun 29 '22 19:06 fudr

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

amitpdev avatar Dec 05 '23 00:12 amitpdev