Fix typo in examples text

This commit is contained in:
Sunny R Gupta
2018-05-21 13:59:36 +05:30
committed by Nicolas Gallagher
parent 50442c4e7c
commit c84163d80e

View File

@@ -8,7 +8,7 @@ import { Picker, StyleSheet, View } from 'react-native';
const PickerExample = props => (
<View style={styles.root}>
<Picker {...props}>
<Picker.Item label="Sourcerer's Stone" value="book-1" />
<Picker.Item label="Sorcerer's Stone" value="book-1" />
<Picker.Item label="Chamber of Secrets" value="book-2" />
<Picker.Item label="Prisoner of Azkaban" value="book-3" />
<Picker.Item label="Goblet of Fire" value="book-4" />