Skip to content

Commit 4a96661

Browse files
committed
Add social thumbs and fixes image
1 parent df9c3bf commit 4a96661

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

content/posts/2019-04-02-react-native-navigation-and-clojurescript/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: "React Native Navigation and ClojureScript"
44
subtitle: "A beginner's guide to realizing proper navigation in a React Native application using ClojureScript and shadow-cljs"
55
date: 2019-04-02
66
cover: ./background.jpg
7+
imageTw: ./2019-04-02-react-native-navigation-and-clojurescript-tw.png
8+
imageFb: ./2019-04-02-react-native-navigation-and-clojurescript-fb.png
79
tags:
810
- clojure
911
- clojurescript
@@ -13,6 +15,7 @@ tags:
1315
- shadow-cljs
1416
authors:
1517
- stefan
18+
type: post
1619
---
1720

1821
# React Native Navigation and ClojureScript
@@ -149,7 +152,7 @@ yarn react-native run-ios
149152

150153
Tada!
151154

152-
<img src="./Hi%20Shadow%21.png" height="50%" width="50%" alt="Tada!" style="margin: 0 auto;" />
155+
<img src="./hi-shadow.png" height="50%" width="50%" alt="Tada!" style="margin: 0 auto;" />
153156

154157
## Hot Reloading
155158

0 commit comments

Comments
 (0)