Installation Just add it as an npm/yarn dependency: npm install galio-framework or yarn add galio-framework Usage Import the component you want in your application: import { Text } from 'galio-framework' render () { return ( < View > < Text p muted > Hi, I'm a Galio component < / Text> < / View > ) ; }