Skip to content

Commit

Permalink
Better look for README
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yarulin committed Jan 6, 2016
1 parent 6632694 commit fe73376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ Using this namespace you can create figwheel bridge file. In your app create:
(start-repl {:app-name "RootViewRN" ;; same as your RCTRootView using
:base-url "http://localhost:3449/js"
:root-ns "app.core"
:modules ["react-native" "react-timer-mixin"]}) ;; If you wish to use require any external packages in your code - specify it here. See [#1](https://github.com/artemyarulin/ktoa/issues/1)
;; If you wish to require any external packages in your code - specify it here. See issue #1
:modules ["react-native" "react-timer-mixin"]})

;; cat project.clj

Expand Down

0 comments on commit fe73376

Please sign in to comment.