mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fixed ART Text
Summary: ART text was crashing due to a bug in the release logic.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user