Skip to content

Commit

Permalink
update figwheel version in RN docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jul 8, 2020
1 parent 36d4b43 commit 18bcbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Create a `deps.edn` file in the `MyAwesomeProject` directory:

```clojure
{:deps {org.clojure/clojurescript {:mvn/version "1.10.773"}
com.bhauman/figwheel-main {:mvn/version "0.2.10"}}}
com.bhauman/figwheel-main {:mvn/version "0.2.10-SNAPSHOT"}}}
```

Create a `ios.cljs.edn` file in the `MyAwesomeProject` directory:
Expand Down

0 comments on commit 18bcbc9

Please sign in to comment.