Skip to content

Commit

Permalink
Merge pull request #3 from PrestanceDesign/master
Browse files Browse the repository at this point in the history
Updated doc and fix some missing react-native permssions/files
  • Loading branch information
thheller committed Sep 20, 2019
2 parents cc91ce5 + 7b7729b commit 1feac5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```
$ npm install
$ npm install && cd react-native && npm install
$ shadow-cljs watch app
;; wait for first compile to finish or metro gets confused
Expand All @@ -23,4 +23,4 @@ The `:app` build will create an `react-native/app/index.js`. In `release` mode t

`:init-fn` is called after all files are loaded and in the case of `expo` must render something synchronously as it will otherwise complain about a missing root component.

`reagent.core` loads `reagent.dom` which will load `react-dom` which we don't have or need. Including the `src/main/reagent/dom.cljs` to create an empty shell. Copied from [re-natal](https://github.com/drapanjanas/re-natal/blob/master/resources/cljs-reagent6/reagent_dom.cljs).
`reagent.core` loads `reagent.dom` which will load `react-dom` which we don't have or need. Including the `src/main/reagent/dom.cljs` to create an empty shell. Copied from [re-natal](https://github.com/drapanjanas/re-natal/blob/master/resources/cljs-reagent6/reagent_dom.cljs).
1 change: 1 addition & 0 deletions react-native/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ yarn-error.log
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
Expand Down
Binary file added react-native/android/app/debug.keystore
Binary file not shown.
Empty file modified react-native/android/gradlew
100644 → 100755
Empty file.

0 comments on commit 1feac5b

Please sign in to comment.