refactor: rewrite based on reanimated

This commit is contained in:
satyajit.happy
2019-05-25 00:58:11 +02:00
parent 5039391dc5
commit 06b3867e17
48 changed files with 2266 additions and 4649 deletions

View File

@@ -7,7 +7,7 @@ class ListScreen extends React.Component {
static navigationOptions = ({ navigation }) => ({
title: 'Image list',
headerBackTitle: 'Back',
headerLeft: (
headerLeft: () => (
<Button title="Back" onPress={() => navigation.navigate('Home')} />
),
});