Hi Derek, recently I had similar issue with TabNavigator and states that was driving me insane. The catch was to set creationPolicy property of TabNavigator (ViewStack in your case) to "all".
Tomislav Derrick Anderson-2 wrote: > > hi, i'm seeing odd behavior in my application, whenever i use a custom > component that has states defined- my outermost viewstack stops > functioning > (stops showing it's children when i change the visible child). when i > take > the states out it works just fine > -- View this message in context: http://www.nabble.com/possible-bug-in-viewstacks-with-states-or-am-i-not-doing-something-right--tp15781929p15784707.html Sent from the FlexCoders mailing list archive at Nabble.com.

