import React, { Component } from 'react'; import { View, Text, Button } from 'react-native'; import Navigation from 'react-native-navigation'; class WelcomeScreen extends Component { constructor(props) { super(props); this.onClickPush = this.onClickPush.bind(this); } render() { return ( {`React Native Navigation!`}