KB
Size: a a a
KB
Э
Э
M
ПА
Э
RM
D
RM
DB

ᛕ

YK
E
const CategoryContent = ({ isDesktop, isTablet, isMobile, item }) => {
return (
<>
<DesktopImage src={images.screen2} alt="" />
<PhoneImage src={images.screen1} alt="" />{" "}
</>
)
}
const App = () => {
const Index = () => CategoryContent({ isDesktop, isTablet, isMobile, item: data[active] })
return (
<Index />
)
}nst App = () => {
const Index = () => CategoryContent({ isDesktop, isTablet, isMobile, item: data[active] })
return (
<>
<DesktopImage src={images.screen2} alt="" />
<PhoneImage src={images.screen1} alt="" />{" "}
</>
)
}
Разве нельзя встраивать функцию в другую в render? СпасибоME
E
VK
МС
@react-native-community/datetimepicker上魔
