λ
https://github.com/status-im/react-native-desktop
Size: a a a
λ
АС
M
BS
МС
AT
МС
error Failed to install the app. Make sure you have the Android development environment set up:
AT
МС
МС
МС
ДР
V
J
_renderContent = section => {Я собирался через switch сделать
const { id } = section;
return (
<>
{id==1 ? <Logo/> : <View/>}
{id==2 ? <Description/>: <View/>}
</>
);
};
switch(id){Но как это внутри return писать ?
case 1:
<Logo>
case 2:
<Description>
AV
_renderContent = section => {Я собирался через switch сделать
const { id } = section;
return (
<>
{id==1 ? <Logo/> : <View/>}
{id==2 ? <Description/>: <View/>}
</>
);
};
switch(id){Но как это внутри return писать ?
case 1:
<Logo>
case 2:
<Description>