-
Notifications
You must be signed in to change notification settings - Fork 51
on touch image crash in android. #59
Comments
Is this with 1.0.0? Can you provide more info? I haven't seen any crash on Android. |
Yes, on version canary 3. I have installed library. |
A crash log would help. Also some code sample of what you're doing. I've been using this version for months now and no issues on Android, so there's probably an edge case not previously considered. Are you even running on a real device? |
Yes on real device.
…On Wed, May 19, 2021, 7:23 PM Cristiano Coelho ***@***.***> wrote:
A crash log would help. Also some code sample of what you're doing.
I've been using this version for months now and no issues on Android, so
there's probably an edge case not previously considered. Are you even
running on a real device?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKMVYEOAKJXNQA2XQ4QFEOLTOO7GVANCNFSM45D4UEGA>
.
|
yes having same issue with latest version |
Guys, you really need to provide some more info in order to figure out what’s happening.
A crash log is a must, and a small code snippet of how you are rendering the component would also help.
… El may. 22, 2021, a la(s) 08:21, shadab-Espranza ***@***.***> escribió:
yes having same issue with latest version
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
import PanoramaView from '@lightbase/react-native-panorama-view'; |
Try debugging with android studio or getting the latest logs with adb. What Android device and version are you using?
… El may. 22, 2021, a la(s) 09:40, shadab-Espranza ***@***.***> escribió:
import PanoramaView from ***@***.***/react-native-panorama-view';
<PanoramaView
style={{
flex: 1,
}
}
enableTouchTracking={true}
dimensions={{
height: 500,
width: 500,
}
}
inputType="mono"
imageUrl={'url from server'}
/>
The app is not giving any logs or error in metro or debugger console just crashes
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
on touch of image android build is automatically closed
The text was updated successfully, but these errors were encountered: