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

A simple component for displaying panoramic images in your React Native app.

Results 59 react-native-panorama-view issues
Sort by recently updated
recently updated
newest added

Will it be upgraded soon to be compatible with new version of RN and react? Can't using it with other packages

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

@rodymolenaar I've just discovered that iOS may blow up when given large images, and it will vary from device to device. On an iPhone 12 pro, the error will be:...

Hey, By setting `enableTouchTracking` to true, dragging is not working on iOS. Changing ``` if(controlMethod == .both){ ``` to ``` if(controlMethod == .motion){ ``` will make it work. https://github.com/lightbasenl/react-native-panorama-view/blob/master/ios/CTPanoramaView.swift#L384

Resolves #72 In React Native 0.65.0 they removed jcenter() from the repositories in the android/build.gradle (proof: https://react-native-community.github.io/upgrade-helper/?from=0.64.2&to=0.65.0). They removed it because jcenter is no more active, but it's reachable as...

can any body help me to resolve this issue on android side?I try many solution but failed

Hi this package works fine for iOS but on Android I'm getting Build errors. Please help

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies