2015-02-04 updates

- Unbreak ReactKit | Nick Lockwood
- Refactor | Nick Lockwood
- [ReactNative] fix touch cancel behavior | Spencer Ahrens
- [ReactNative iOS] Fix responder issue with textInput | Eric Vicenti
- [ReactNative] README updates - file watching troubleshooting, one-time code drop -> currently private repo | Spencer Ahrens
- [ReactKit] Re-add README linebreaks | Ben Alpert
This commit is contained in:
Christopher Chedeau
2015-02-06 15:43:59 -08:00
parent 6153fffb30
commit fd8b7dee77
55 changed files with 1515 additions and 1668 deletions

View File

@@ -1,8 +1,8 @@
// Copyright 2004-present Facebook. All Rights Reserved.
#import "RCTUIViewManager.h"
#import "RCTViewManager.h"
@interface RCTNetworkImageViewManager : RCTUIViewManager
@interface RCTNetworkImageViewManager : RCTViewManager
@end