8000 fix images · flexsurfer/ClojureRNProject@8bf1d42 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bf1d42

Browse files
committed
fix images
1 parent 8a66736 commit 8bf1d42

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PROJECT SOURCES: https://github.com/flexsurfer/ClojureRNProject
2121

2222
Open project in IDE
2323

24-
![](https://i.imgur.com/GFLzmOi.png =500x)
24+
![](https://i.imgur.com/GFLzmOi.png)
2525

2626
Edit `App.js`
2727

@@ -53,7 +53,7 @@ Run the app
5353
Terminal 1: `yarn start`
5454
Terminal 2: `yarn ios`
5555

56-
![](https://i.imgur.com/uO6xvCK.png =300x)
56+
![](https://i.imgur.com/uO6xvCK.png)
5757

5858

5959
OK, now we have RN project and we want to run the same app but with clojure
@@ -102,17 +102,17 @@ create `deps.edn` file
102102

103103
Right click on the file and `Add as Clojure Deps Project`
104104

105-
![](https://i.imgur.com/C110quU.png =500x)
105+
![](https://i.imgur.com/C110quU.png)
106106

107107
Optional turn off a spelling
108108

109109
Indellij IDEA -> Preferences
110110

111-
![](https://i.imgur.com/eqWzrqM.png =400x)
111+
![](https://i.imgur.com/eqWzrqM.png)
112112

113113
create `src` folder and `clojurernproject` package with `core.cljs` file
114114

115-
![](https://i.imgur.com/gDEWfL3.png =500x)
115+
![](https://i.imgur.com/gDEWfL3.png)
116116

117117

118118
core.cljs
@@ -145,7 +145,7 @@ Reload the app
145145

146146
Cmnd+D
147147

148-
![](https://i.imgur.com/7sOO4Ko.png =200x)
148+
![](https://i.imgur.com/7sOO4Ko.png)
149149

150150
Now try to change the code, you should see it reloaded by shadow-cljs in the app
151151

@@ -176,7 +176,7 @@ events.cljs
176176

177177
Set cursor on `fx/defn` and press `option+return`
178178

179-
![](https://i.imgur.com/4ahMkVJ.png =400x)
179+
![](https://i.imgur.com/4ahMkVJ.png)
180180

181181
Move selection to `Resolve .. as...` and press `return` then select `defn`
182182

@@ -219,7 +219,7 @@ Resolve `defview` as `defn` and `letsubs` as `let` same way how we did it for `f
219219

220220
you can press "Update counter" button, and then change your code, and you can see app updated, but app state remained the same
221221

222-
![](https://i.imgur.com/T5wfvnX.png =300x)
222+
![](https://i.imgur.com/T5wfvnX.png)
223223

224224
now you have clojurescript RN app configured with hot reload and re-frame state
225225

@@ -363,7 +363,7 @@ And run tests
363363

364364
Terminal 3: `shadow-cljs compile test`
365365

366-
![](https://i.imgur.com/28gspBL.png =600x)
366+
![](https://i.imgur.com/28gspBL.png)
367367

368368
### 7. Navigation
369369

0 commit comments

Comments
 (0)
0