Fixed ART Text

Summary:
ART text was crashing due to a bug in the release logic.
This commit is contained in:
Nick Lockwood
2015-07-10 11:06:19 -01:00
parent 4f464962a0
commit 9229eadff0
2 changed files with 15 additions and 16 deletions

View File

@@ -38,7 +38,6 @@ typedef void (^RCTPromiseResolveBlock)(id result);
*/
typedef void (^RCTPromiseRejectBlock)(NSError *error);
/**
* This constant can be returned from +methodQueue to force module
* methods to be called on the JavaScript thread. This can have serious