-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"React Native Skia Compatibility Issue: Working on Galaxy A5, Failing on Galaxy S22 Ultra" #2900
Comments
I'm closing it for it as we fixed this issue in 1.7.7 but please let me know if you are still experiencing this issue on 1.7.7 and onwards. |
I am facing an issue with state management, specifically when adding an element. Its position is not accurate, indicating that something is wrong. In general, we need to mention that we aim to improve state management. |
I am facing an issue with state management, specifically when adding an element. Its position is not accurate, indicating that something is wrong. In general, we need to mention that we aim to improve state management. // Get element dimensions based on type useEffect(() => { const tapGesture = Gesture.Tap().onStart(() => { const panGesture = Gesture.Pan() const pinchGesture = Gesture.Pinch() const rotationGesture = Gesture.Rotation() const gesture = Gesture.Simultaneous( const animatedStyle = useAnimatedStyle(() => ({ return ( ` |
"I am using React Native Skia with Expo for an Android app invitation designer, and I've encountered an issue where it works perfectly fine on a Samsung Galaxy A5, but fails to work on the Samsung Galaxy S22 Ultra. The app functions as expected on the Galaxy A5, but when running on the Galaxy S22 Ultra, it doesn’t render as intended, possibly due to device-specific compatibility issues or performance constraints. I need help identifying the cause of this discrepancy and how to resolve it so that it works seamlessly across different Samsung devices, especially the Galaxy S22 Ultra."
This version highlights the comparison between the two devices and points out the need for help in resolving device-specific issues.
App apk
In this video it shows the app am trying to use edit elements feature to change color of text or even shape but its not working on my s22 ultra phone.
Main while it's working fine on A5s Galaxy
VID_20250115_045329_124.mp4
https://sendgb.com/OP7sNUzT825
Originally posted by @hussainabuhajjaj in #2899
The text was updated successfully, but these errors were encountered: