lightbasenl / react-native-panorama-view

A simple component for displaying panoramic images in your React Native app.
MIT License
128 stars 48 forks source link

I'm using expo and i got this error: requireNativeComponent: "PanoramaView" was not found in the UIManager #32

Open fouadSalkini opened 4 years ago

fouadSalkini commented 4 years ago

package.json

{ "@lightbase/react-native-panorama-view": "^0.1.3", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/masked-view": "^0.1.10", "@use-expo/font": "^2.0.0", "eslint": "^7.4.0", "expo": "~38.0.1", "expo-device": "^2.2.1", "expo-font": "^8.1.1", "expo-location": "~8.2.1", "expo-permissions": "~9.0.1", "expo-splash-screen": "^0.3.1", "expo-status-bar": "^1.0.0", "expo-updates": "~0.2.10", "fiction-expo-restart": "^1.0.4", "fuse.js": "^6.0.1", "native-base": "^2.13.12", "react": "~16.11.0", "react-dom": "~16.11.0", "react-native": "~0.62.2", "react-native-check-box": "^2.1.7", "react-native-datepicker": "^1.7.2", "react-native-elements": "^2.0.1", "react-native-flags": "^1.0.0", "react-native-gesture-handler": "~1.6.0", "react-native-htmlview": "^0.15.0", "react-native-i18n": "^2.0.15", "react-native-keyboard-accessory": "^0.1.10", "react-native-lightbox": "^0.8.1", "react-native-localization": "^2.1.6", "react-native-localize": "^1.4.0", "react-native-map-link": "^2.7.10", "react-native-maps": "^0.27.1", "react-native-paper": "^3.10.1", "react-native-pinch-zoom-responder": "^0.1.2", "react-native-reanimated": "^1.9.0", "react-native-restart": "0.0.17", "react-native-safe-area-context": "^3.0.7", "react-native-scaling-drawer": "^1.0.1", "react-native-screens": "^2.9.0", "react-native-search-filter": "^0.1.5", "react-native-share": "^3.5.0", "react-native-simple-toast": "^1.1.2", "react-native-style-tachyons": "^4.0.0", "react-native-table-component": "^1.2.1", "react-native-tiny-toast": "^1.0.7", "react-native-toasty": "^1.0.1", "react-native-unimodules": "~0.10.1", "react-native-web": "~0.11.7", "react-native-webview": "^9.4.0", "react-native-zoom-lightbox": "0.0.2", "react-navigation": "^3.0.8", "react-navigation-transitions": "^1.0.12" }

kmj0792 commented 3 years ago

Have you solved it? The same problem occurred, how did you solve it?

fouadSalkini commented 3 years ago

@kmj0792 try ejecting the app and building it without expo:

expo eject react-native run-android for iOS: cd ios pod install then open the ".xcworkspace" file and build using Xcode.

it should work without problems.

matin-1999 commented 1 year ago

I have the same issue Have you solved it?

raredummy commented 1 year ago

Having same issue, is there a known fix or workaround to make it work within expo? Thanks