mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[Flow] Fix or suppress react-native github errors for Flow v0.12.0
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*
|
||||
* If none are set, returns false.
|
||||
*/
|
||||
function resolveBoxStyle(prefix: String, style: Object): ?Object {
|
||||
function resolveBoxStyle(prefix: string, style: Object): ?Object {
|
||||
var res = {};
|
||||
var subs = ['top', 'left', 'bottom', 'right'];
|
||||
var set = false;
|
||||
|
||||
Reference in New Issue
Block a user