mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
Refactored RKSounds, moved it into it's own library, and fixed tests
This commit is contained in:
@@ -61,7 +61,7 @@ RCT_EXPORT_METHOD(queryData:(NSString *)queryType
|
||||
responseJSON = @{
|
||||
@"status": @0,
|
||||
@"responseHeaders": @{},
|
||||
@"responseText": [connectionError localizedDescription] ?: [NSNull null];
|
||||
@"responseText": [connectionError localizedDescription] ?: [NSNull null]
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user