xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 611 forks source link

How to use custom image in BottomNavigation.Action #490

Open ninjacoder-rs opened 3 years ago

ninjacoder-rs commented 3 years ago

<BottomNavigation.Action key="3" icon={<Image source={{ uri: 'ic_services_active' }} style={{ width: 24, height: 24 }} />} label="HelpDesk" onPress={() => this.setState({ active: "3" })} />

l81561926 commented 3 years ago

isnot work?