react-native-panorama-view icon indicating copy to clipboard operation
react-native-panorama-view copied to clipboard

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

Open fouadSalkini opened this issue 4 years ago • 4 comments

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" }

fouadSalkini avatar Jul 15 '20 18:07 fouadSalkini

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

kmj0792 avatar May 16 '21 03:05 kmj0792

@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.

fouadSalkini avatar May 17 '21 06:05 fouadSalkini

I have the same issue Have you solved it?

matin-1999 avatar May 04 '23 18:05 matin-1999

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

raredummy avatar Jun 07 '23 04:06 raredummy