[ios] Implement vectorEffect nonScalingStroke / non-scaling-stroke

Add missing header file
This commit is contained in:
Mikael Sand
2019-02-27 22:42:53 +02:00
parent 1b050834d5
commit 014e2375fa
+14
View File
@@ -0,0 +1,14 @@
/**
* Copyright (c) 2015-present, react-native-community.
* All rights reserved.
*
* This source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/
typedef CF_ENUM(int32_t, RNSVGVectorEffect) {
kRNSVGVectorEffectDefault,
kRNSVGVectorEffectNonScalingStroke,
kRNSVGVectorEffectInherit,
kRNSVGVectorEffectUri
};