From b7c9e7996ca06d2e8bec4e88ac3a2d53abaaf08f Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 17 Jan 2016 19:12:37 +0100 Subject: [PATCH] update README with information about how to use static images --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8be6170..fd0750b 100644 --- a/README.md +++ b/README.md @@ -212,9 +212,9 @@ NOTE: if you mistyped something, or no longer use the component and would like t please, manually open .re-natal file and fix it there (its just a list of names in json format, so should be straight forward) ## Static Images -Since version 0.14 React Native supports a [Unified way of referencing static images](https://facebook.github.io/react-native/docs/images.html) +Since version 0.14 React Native supports a [unified way of referencing static images](https://facebook.github.io/react-native/docs/images.html) -In Re-Natal skeleton images are stored in "images" directory. Place your images and reference them from cljs code: +In Re-Natal skeleton images are stored in "images" directory. Place your images there and reference them from cljs code: ```clojure (def my-img (js/require "./images/my-img.png")) ```