Skip to content

Instantly share code, notes, and snippets.

@rajatgeekyants
Created August 4, 2017 07:16
Show Gist options
  • Save rajatgeekyants/2d526cd881721c74719be281d990b014 to your computer and use it in GitHub Desktop.
Save rajatgeekyants/2d526cd881721c74719be281d990b014 to your computer and use it in GitHub Desktop.
import Icon from "react-native-vector-icons/Ionicons";
function ExampleView(props) {
return <Icon name="ios-person" />;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment