Liking cljdoc? Tell your friends :D

cljs-react-navigation.base


addNavigationHelperscljs

source

append-navigationOptionscljs

(append-navigationOptions react-component navigationOptions)

If navigationOptions are specified append to the react-component

If navigationOptions are specified append to the react-component
sourceraw docstring

CardStackcljs

source

createNavigationContainercljs

source

createNavigatorcljs

source

drawer-componentcljs

(drawer-component react-component navigationOptions)
source

drawer-navigatorcljs

(drawer-navigator routeConfigs drawerNavigatorConfig)
source

DrawerNavigatorcljs

source

DrawerViewcljs

source

fn-or-react-component?cljs

(fn-or-react-component? fn-or-c)

Confirms either a valid react component was passed in or a function that returns a react component. If it's a function, props will be converted to clojure structures with keywords. Expects the fn to return a valid component

Confirms either a valid react component was passed in or a function that returns a react component.
If it's a function, props will be converted to clojure structures with keywords. Expects the fn to return a valid component
sourceraw docstring

fn-or-react-element?cljs

(fn-or-react-element? fn-or-e)

Confirms either a valid react element was passed in or a function that returns a react element. If it's a function, props will be converted to clojure structures with keywords. Expects the fn to return a valid component

Confirms either a valid react element was passed in or a function that returns a react element.
If it's a function, props will be converted to clojure structures with keywords. Expects the fn to return a valid component
sourceraw docstring

isValidElementcljs

source

(navigation-options? map-or-fn)

Conforms a clj map (or a function that returns a clj map) to a js object

Conforms a clj map (or a function that returns a clj map) to a js object
sourceraw docstring

source

source

Reactcljs

source

react-component?cljs

(react-component? c)

Spec conforming function. Accepts a react class or returns :cljs.spec.alpha/invalid.

Spec conforming function.  Accepts a react class or returns :cljs.spec.alpha/invalid.
sourceraw docstring

react-element?cljs

(react-element? e)

Spec conforming function. Accepts either a react element, conforms a react class to an element, or returns :cljs.spec.alpha/invalid.

Spec conforming function.  Accepts either a react element, conforms a react class to an element, or returns :cljs.spec.alpha/invalid.
sourceraw docstring

ReactNavigationcljs

source

stack-navigatorcljs

(stack-navigator routeConfigs stackNavigatorConfig)
source

stack-screencljs

(stack-screen react-component navigationOptions)
source

StackNavigatorcljs

source

StackRoutercljs

source

StateUtilscljs

source

string-or-react-component?cljs

(string-or-react-component? s-or-c)

Accepts either a string, react component, or a fn that returns a react component. If it's a fn, props will automatically convert (js->clj) when the fn is called.

Accepts either a string, react component, or a fn that returns a react component.  If it's a fn, props will automatically
convert (js->clj) when the fn is called.
sourceraw docstring

string-or-react-element?cljs

(string-or-react-element? s-or-e)
source

switch-navigatorcljs

(switch-navigator routeConfigs switchNavigatorConfig)
source

SwitchNavigatorcljs

source

tab-navigatorcljs

(tab-navigator routeConfigs navigationOptions)
source

tab-screencljs

(tab-screen react-component navigationOptions)
source

TabNavigatorcljs

source

TabRoutercljs

source

TabViewcljs

source

Transitionercljs

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close