Skip to content

Instantly share code, notes, and snippets.

View mozinator's full-sized avatar

Fabian Aussems mozinator

View GitHub Profile
(defn hello-world []
[:div {:style {:position :absolute
:left 0
:top 0
:bottom 0
:right 0
:display :flex
:flex-direction :column}}
[:div {:style {:display :flex
:flex 1
(def react-navigation (js/require "react-navigation"))
; Core
(def createNavigationContainer (.-createNavigationContainer react-navigation))
(def StateUtils (.-StateUtils react-navigation))
(def PropTypes (.-PropTypes react-navigation))
(def addNavigationHelpers (.-addNavigationHelpers react-navigation))
(def NavigationActions (.-NavigationActions react-navigation))