Fork me on GitHub
#cljsrn
<
2017-11-21
>
rnandan27311:11:19

The following code works in dev mode but fails when in prod-build [3:21] (r/create-class {:reagent-render (fn [] [(r/adapt-react-class (tab-navigator (clj->js {:Home {:screen (home-native)} :Matches {:screen (matches-native)} :About {:screen (about-native)} }) (clj->js { :order ["Home" "Matches" "About"] :initialRouteName "Home" :tabBarPosition "bottom" :animationEnabled true :tabBarOptions {:activeTintColor button-color :style {:height 50} :tabStyle {:height 30} :labelStyle {:fontSize 15 :fontWeight "bold"}} })) )])})) [3:22] i get a reason saying r.route undefined. was working with expo 21 version but fails in expo 22 version [3:22] any ideas?