You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native-router-flux v4.?.? (v3 is not supported)
I want when user inactivity 30s my app show alert in all screen in my app. I don't know where to put:
{...this._panResponder.panHandlers}.
My router:
<Scene key="root" hideNavBar={true} >
<Scene key="Basic" initial={true} component={Basic} title="Basic"
/>
<Scene key="Video" component={Video} hideNavBar={true} title="Video"
/>
<Scene key="About" component={MyWeb} title="WebView"
/>
<Scene key="Surbey" component={Surbey} title="Surbey"
/>
<Scene key="Setting" component={Setting} title="Setting"
/>
</Scene>
</Router>
I try put {...this._panResponder.panHandlers} and
panHandlers={{ ...this._panResponder.panHandlers } }
in <scene root but it not work. Any one can help me.
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
I want when user inactivity 30s my app show alert in all screen in my app. I don't know where to put:
{...this._panResponder.panHandlers}.
My router:
The text was updated successfully, but these errors were encountered: