Update example title

This commit is contained in:
Krzysztof Magiera
2018-06-08 18:19:59 +02:00
parent 654d96bfd6
commit 0a4f9beccf

View File

@@ -74,6 +74,9 @@ export const SCREENS = {
};
export default class MainScreen extends Component {
static navigationOptions = {
title: 'react-native-interactable',
};
render() {
const data = Object.keys(SCREENS).map(key => ({ key }));
return (