nesterapp / react-native-streetview

React Native Google's Panorama/StreetView component for iOS and Android.
MIT License
99 stars 52 forks source link

requireNativeComponent: "NSTStreetView" was not found in the UIManager. #41

Closed bhishakBitcanny closed 11 months ago

bhishakBitcanny commented 3 years ago

StreetView crashing in iOS. use_framework! is enabled in pods.

"react-native-streetview": "0.2.1" "react": "16.13.1", "react-native": "0.63.2"

IMG_2C2915187DD1-1

kbits-Mars commented 3 years ago

Did you find any solution for this error?

bhishakBitcanny commented 3 years ago

@kbits-Mars nothing yet

shivanibc662 commented 3 years ago

after installing react-native-streetview :

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

@shivanibc662 can you please let me know your RN version?

shivanibc662 commented 3 years ago

0.64.0 But I think it should work on 63 also.

On Tue, Apr 27, 2021, 4:27 PM bhishakBitcanny @.***> wrote:

@shivanibc662 https://github.com/shivanibc662 can you please let me know your RN version?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nesterapp/react-native-streetview/issues/41#issuecomment-827514122, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOMKXDTJPWYBKJGS77Y6VHDTK2KDPANCNFSM4T3EZ44A .

bhishakBitcanny commented 3 years ago

@shivanibc662 Then if you already have autolinking then why "npx react-native link react-native-streetview"?

shivanibc662 commented 3 years ago

Some react native package need to link manually. after react native updation this happens sometimes.

On Tue, Apr 27, 2021, 4:37 PM bhishakBitcanny @.***> wrote:

@shivanibc662 https://github.com/shivanibc662 Then if you already have autolinking then why "npx react-native link react-native-streetview"?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nesterapp/react-native-streetview/issues/41#issuecomment-827523372, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOMKXDVUQDIYZHRYMRKIIILTK2LHFANCNFSM4T3EZ44A .

amitpdev commented 11 months ago

react-native-streetview v0.2.4 is now released. auto-linking should work as well. I tested with latest RN 0.72.2 (see updated example as well) Please upgrade and report your issue status. thanks!