import React from 'react' import { View, Text } from 'react-native' import { ColorPicker } from 'react-native-color-picker' export const ExampleUncontrolledVertical = () => ( React Native Color Picker - Uncontrolled alert(`Color selected: ${color}`)} style={{flex: 1}} /> )