w10schools
Login Register
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
  • Bulletin
  • Posts
doc_React_Native
doc_React_Native


Navigator#resetTo()

resetTo(route) Navigate to a new scene and reset route stack.

Navigator#replacePreviousAndPop()

replacePreviousAndPop(route) Replace the previous scene and pop to it.

Navigator#replacePrevious()

replacePrevious(route) Replace the previous scene.

Navigator#replaceAtIndex()

replaceAtIndex(route, index, cb) Replace a scene as specified by an index index specifies the route in the stack that should be replaced. If it's negative, it counts from the back.

Navigator#replace()

replace(route) Replace the current scene with a new route.

Navigator#renderScene

renderScene function Required function which renders the scene for a given route. Will be invoked with the route and the navigator object (route, navigator) => <MySceneComponent title={route.title} navigator={navigator} />

Navigator#push()

push(route) Navigate forward to a new scene, squashing any scenes that you could jumpForward to.

Navigator#popToTop()

popToTop() Pop to the first scene in the stack, unmounting every other scene.

Navigator#popToRoute()

popToRoute(route) Pop to a particular scene, as specified by its route. All scenes after it will be unmounted.

Navigator#pop()

pop() Transition back and unmount the current scene.

Page 38 of 64

|< < Prev 35 36 37 38 39 40 41 Next > >|
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com

Our Partners: aeeble – Providing content publishing and search solutions