From a03ff1a4b2b8de717f3ad86d5aa5352bb06fcf3d Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Tue, 15 Dec 2015 21:07:50 +0100 Subject: [PATCH] rearrange text --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index cd4083f..8d9e39e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ setting up a React Native app running on ClojureScript with Reagent an re-frame. Generated project works in iOS and Android devices. +For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.org). + +Contributions are welcome. + ## State - Uses React Native v0.16.0 - Same codebase for iOS and Android @@ -231,18 +235,3 @@ tools. - [Xcode](https://developer.apple.com/xcode) (+ Command Line Tools) `>=6.3` (optional for Android) - [OS X](http://www.apple.com/osx) `>=10.10` - -## Aspirations -- [x] Xcode-free workflow with CLI tools -- [x] Templates for other ClojureScript React wrappers -- [ ] Automatic wrapping of all React Native component functions for ClojureScript -- [ ] Automatically run React packager in background -- [ ] Automatically tail cljs build log and report compile errors -- [ ] Working dev tools -- [ ] Automatic bundling for offline device usage and App Store distribution -- [x] Android support - - -Contributions are welcome. - -For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.org).