Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ...
  2. <Scene type={ActionConst.RESET} key="tabs"
  3. tabs={true}>
  4. <Scene
  5. key="explore"
  6. initial
  7. component={Explore}
  8. />
  9.  
  10. <Scene key="createPost">
  11. <Scene
  12. key="camera"
  13. type="reset"
  14. component={Camera}
  15. />
  16. <Scene
  17. key="compose"
  18. component={Compose}
  19. />
  20. <Scene
  21. key="finish"
  22. component={Finish}
  23. />
  24. </Scene>
  25. <Scene
  26. key="profile"
  27. component={Profile}
  28. />
  29. </Scene>
  30. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement