ilansas / react-native-navigation-drawer

A slide menu inspired from Android for React-Native
98 stars 26 forks source link

How can I avoid rendering again when I chose previous page. (Like TabBar) #10

Closed pmpSalween closed 9 years ago

pmpSalween commented 9 years ago

The first page fetch some json data from url and render it. Fetching and rendering is calling again when coming back from other pages. How can I avoid that process and show the previously render page. Like views on tabbar.