Module
ReactNative.Components.Navigator  
- Package
 - purescript-reactnative
 - Repository
 - doolse/purescript-reactnative
 
See Navigator
#SceneRenderer Source
newtype SceneRenderer r#SceneConfigurer Source
newtype SceneConfigurer r#SceneConfig Source
data SceneConfig :: Type#sceneConfig' Source
sceneConfig' :: forall r. (r -> Array r -> SceneConfig) -> SceneConfigurer r#sceneConfig Source
sceneConfig :: forall r. SceneConfig -> SceneConfigurer r#sceneConfigs Source
sceneConfigs :: { fadeAndroid :: SceneConfig, floatFromBottom :: SceneConfig, floatFromBottomAndroid :: SceneConfig, floatFromLeft :: SceneConfig, floatFromRight :: SceneConfig, horizontalSwipeJump :: SceneConfig, horizontalSwipeJumpFromLeft :: SceneConfig, horizontalSwipeJumpFromRight :: SceneConfig, pushFromRight :: SceneConfig, swipeFromLeft :: SceneConfig, verticalDownSwipeJump :: SceneConfig, verticalUpSwipeJump :: SceneConfig }#sceneRenderer Source
sceneRenderer :: forall r. (r -> (Navigator r) -> ReactElement) -> SceneRenderer r#getCurrentRoutes Source
getCurrentRoutes :: forall r. (Navigator r) -> Array r#jumpForward Source
jumpForward :: forall eff r. (Navigator r) -> Eff (state :: ReactState ReadWrite | eff) Unit- Modules
 - ReactNative.
API  - ReactNative.
Android. API  - ReactNative.
Android. Components  - ReactNative.
Components  - ReactNative.
Components. ActivityIndicator  - ReactNative.
Components. Button  - ReactNative.
Components. Image  - ReactNative.
Components. ListView  - ReactNative.
Components. Modal  - ReactNative.
Components. NavigationExperimental  - ReactNative.
Components. Navigator  - ReactNative.
Components. NavigatorIOS  - ReactNative.
Components. Picker  - ReactNative.
Components. ScrollView  - ReactNative.
Components. Slider  - ReactNative.
Components. Switch  - ReactNative.
Components. Text  - ReactNative.
Components. TextInput  - ReactNative.
Components. Touchable  - ReactNative.
Components. TouchableNativeFeedback  - ReactNative.
Components. View  - ReactNative.
Events  - ReactNative.
Internal. Undefinable  - ReactNative.
Platform  - ReactNative.
PropTypes  - ReactNative.
PropTypes. Color  - ReactNative.
Styles  - ReactNative.
Styles. Flex  - ReactNative.
Styles. Image  - ReactNative.
Styles. Text  - ReactNative.
Unsafe. ApplyProps  - ReactNative.
Unsafe. Components