-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exit the App when the default scenario is returned #2752
Comments
This is the code: // 全局异常处理 import React, { Component,PropTypes } from 'react'; import * as reducers from './app/reducers' export default class App extends Component<{}> {
} const scenes = Actions.create( const styles = StyleSheet.create({ // 如果不是开发环境,提示为空 |
Check #2737 |
Version
Tell us which versions you are using: 4.0.0-beta.24
###I have four scenarios, A, B, C, D, A is the default scene, when I click to D scene in turn, I click the back button and in theory should be returned to A scene, but it directly out of the App, here is my code
The text was updated successfully, but these errors were encountered: