ReactNavigationController
React视图管理器类似于
安装
npm install react-navigation-controller
演示版
用法
import React from 'react' ;
import NavigationController from 'react-navigation-controller' ;
class LoginView extends React . Component {
onLogin ( ) {
this . props . navigationController . pushView (
Welcome to the app! < / div >
) ;
}
render ( ) {
return (
1