First pass at gesture responder guide

This commit is contained in:
Eric Vicenti
2015-03-25 15:18:58 -07:00
parent f61352eb4f
commit b331a34af6
2 changed files with 59 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ title: Style
layout: docs
category: Guides
permalink: docs/style.html
next: nativemodulesios
next: gesture-responder-system
---
React Native doesn't implement CSS but instead relies on JavaScript to let you style your application. This has been a controversial decision and you can read through those slides for the rationale behind it.