You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`import {SafeAreaView, View, Image as RNImage, Text} from 'react-native';
import {Canvas, Image as SkiaImage, useImage} from '@shopify/react-native-skia';
const Test = () => {
const skiaImage = useImage(require('../../assets/images/human.jpeg'));
`import {SafeAreaView, View, Image as RNImage, Text} from 'react-native';
import {Canvas, Image as SkiaImage, useImage} from '@shopify/react-native-skia';
const Test = () => {
const skiaImage = useImage(require('../../assets/images/human.jpeg'));
return (
<SafeAreaView
style={{
flex: 1,
}}>
<View
style={{
flex: 1,
alignItems: 'center',
}}>
Original Image:
);
};
export default Test;
`
The text was updated successfully, but these errors were encountered: