BB
Size: a a a
BB
ДР
[!] Invalid Podfile file: cannot load such file -- /node_modules/node_modules/@react-native-community/cli-platform-ios/native_modules.
VN
VN
VN
SB
SB
I
VF
%
tabBarIcon: ({ color, size }) => {
switch (route.name) {
case 'rating': {
return (
<FontAwesome
name="chart-line"
size={size * 1.3}
color={color}
/>
);
}
default: {
return (
<FontAwesome5 name="?" size={size * 1.2} color="red" />
);
}
}
},
VF
tabBarIcon: ({ color, size }) => {
switch (route.name) {
case 'rating': {
return (
<FontAwesome
name="chart-line"
size={size * 1.3}
color={color}
/>
);
}
default: {
return (
<FontAwesome5 name="?" size={size * 1.2} color="red" />
);
}
}
},
%
VF
BA
J
BA