import * as React from "react"; import { View, Text } from "react-native"; import NavigationBar from "react-native-navbar"; class NavigationBarTest extends React.Component { render() { return ( { console.log("Back"); }, }} rightButton={Next} title={null} /> ); } }