import React from 'react';
import {StyleSheet, Text} from 'react-native';
function ReanimatedRectExample() {
return (
Reanimated not supported in react-native-windows new arch currently
);
}
ReanimatedRectExample.title = 'reanimated rectangle';
const title = 'Reanimated';
const samples = [ReanimatedRectExample];
const style = StyleSheet.create({text: {width: 30, height: 30}});
const icon = R;
export {icon, samples};