From 76160ef97e8965a9c1c9deaac3f36dd3a5792c24 Mon Sep 17 00:00:00 2001 From: spikef Date: Fri, 8 Apr 2016 21:23:35 +0800 Subject: [PATCH] update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 55e207e..4c12349 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,10 @@ AppRegistry.registerComponent('AppDemo', () => AppDemo); ``` ## Change Logs +v1.0.5 TextStyle and onReset event. (@caledhwa) + +v1.0.4 Manage the adaptation to landscape orientation. (@jujumoz) + v1.0.3 Add the allowCross property. v1.0.2 Improve the performance for real device.