import React from 'react' import { View, Text } from 'react-native' import { ColorPicker } from '../module/index' // Swap this to if you want to see it install normally export const ExampleUncontrolledVertical = () => ( React Native Color Picker - Uncontrolled alert(`Color selected: ${color}`)} style={{flex: 1}} /> )