diff --git a/docs/docs/react-native.md b/docs/docs/react-native.md index e87cfb5..5e12894 100644 --- a/docs/docs/react-native.md +++ b/docs/docs/react-native.md @@ -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: