chore: Update example to React Native 0.61.5. (#639)

This also upgrades all the dependencies.
This commit is contained in:
Dylan Vann
2020-03-01 15:58:28 -05:00
committed by GitHub
parent e94e6fee66
commit 6994606073
40 changed files with 2736 additions and 2555 deletions
@@ -24,14 +24,7 @@ class ProgressExample extends Component {
<Section>
<FeatureText text="• Progress callbacks." />
</Section>
<SectionFlex
onPress={onPressReload}
style={{
flexDirection: 'column',
alignItems: 'center',
paddingBottom: 20,
}}
>
<SectionFlex onPress={onPressReload} style={styles.section}>
<FastImage
style={styles.image}
source={{
@@ -69,6 +62,11 @@ class ProgressExample extends Component {
}
const styles = StyleSheet.create({
section: {
flexDirection: 'column',
alignItems: 'center',
paddingBottom: 20,
},
image: {
height: 100,
backgroundColor: '#ddd',