| /expo/ios/vendored/sdk47/react-native-svg/apple/Text/ |
| H A D | ABI47_0_0RNSVGTextPath.mm | 45 self.side = ABI47_0_0RCTNSStringFromStringNilIfEmpty(newProps.side); 77 - (void)setSide:(NSString *)side 79 if ([side isEqualToString:_side]) { 83 _side = side;
|
| H A D | ABI47_0_0RNSVGTextPath.h | 17 @property (nonatomic, strong) NSString *side;
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Text/ |
| H A D | ABI49_0_0RNSVGTextPath.mm | 45 self.side = ABI49_0_0RCTNSStringFromStringNilIfEmpty(newProps.side); 77 - (void)setSide:(NSString *)side 79 if ([side isEqualToString:_side]) { 83 _side = side;
|
| H A D | ABI49_0_0RNSVGTextPath.h | 17 @property (nonatomic, strong) NSString *side;
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Text/ |
| H A D | RNSVGTextPath.mm | 45 self.side = RCTNSStringFromStringNilIfEmpty(newProps.side); 77 - (void)setSide:(NSString *)side 79 if ([side isEqualToString:_side]) { 83 _side = side;
|
| H A D | RNSVGTextPath.h | 17 @property (nonatomic, strong) NSString *side;
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Text/ |
| H A D | ABI48_0_0RNSVGTextPath.mm | 45 self.side = ABI48_0_0RCTNSStringFromStringNilIfEmpty(newProps.side); 77 - (void)setSide:(NSString *)side 79 if ([side isEqualToString:_side]) { 83 _side = side;
|
| H A D | ABI48_0_0RNSVGTextPath.h | 17 @property (nonatomic, strong) NSString *side;
|
| /expo/templates/expo-template-tv/android/ |
| H A D | build.gradle | 12 // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
|
| /expo/templates/expo-template-bare-minimum/android/ |
| H A D | build.gradle | 12 // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTView.m | 906 #define setBorderColor(side) \ category 907 -(void)setBorder##side##Color : (UIColor *)color \ 909 if ([_border##side##Color isEqual:color]) { \ 912 _border##side##Color = color; \ 921 #define setBorderWidth(side) \ 922 -(void)setBorder##side##Width : (CGFloat)width \ 924 if (_border##side##Width == width) { \ 927 _border##side##Width = width; \ 936 #define setBorderRadius(side) \ 937 -(void)setBorder##side##Radius : (CGFloat)radius \ [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTView.m | 927 #define setBorderColor(side) \ category 928 -(void)setBorder##side##Color : (UIColor *)color \ 930 if ([_border##side##Color isEqual:color]) { \ 933 _border##side##Color = color; \ 942 #define setBorderWidth(side) \ 943 -(void)setBorder##side##Width : (CGFloat)width \ 945 if (_border##side##Width == width) { \ 948 _border##side##Width = width; \ 957 #define setBorderRadius(side) \ 958 -(void)setBorder##side##Radius : (CGFloat)radius \ [all …]
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | TextPathView.java | 65 public void setSide(@Nullable String side) { in setSide() argument 66 mSide = TextPathSide.valueOf(side); in setSide()
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | TextPathView.java | 65 public void setSide(@Nullable String side) { in setSide() argument 66 mSide = TextPathSide.valueOf(side); in setSide()
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | TextPathView.java | 65 public void setSide(@Nullable String side) { in setSide() argument 66 mSide = TextPathSide.valueOf(side); in setSide()
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | TextPathView.java | 65 public void setSide(@Nullable String side) { in setSide() argument 66 mSide = TextPathSide.valueOf(side); in setSide()
|
| /expo/apps/fabric-tester/android/ |
| H A D | build.gradle | 16 // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/ |
| H A D | RNSVGTextPathManager.mm | 23 RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/ |
| H A D | ABI49_0_0RNSVGTextPathManager.mm | 23 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/ViewManagers/ |
| H A D | ABI47_0_0RNSVGTextPathManager.mm | 23 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/ViewManagers/ |
| H A D | ABI48_0_0RNSVGTextPathManager.mm | 23 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
|
| /expo/packages/expo-test-runner/templates/detox/android/ |
| H A D | build.gradle | 20 // Otherwise we default to the side-by-side NDK version from AGP.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTView.m | 904 #define setBorderColor(side) \ category 905 -(void)setBorder##side##Color : (UIColor *)color \ 907 if ([_border##side##Color isEqual:color]) { \ 910 _border##side##Color = color; \ 919 #define setBorderWidth(side) \ 920 -(void)setBorder##side##Width : (CGFloat)width \ 922 if (_border##side##Width == width) { \ 925 _border##side##Width = width; \ 934 #define setBorderRadius(side) \ 935 -(void)setBorder##side##Radius : (CGFloat)radius \ [all …]
|
| /expo/docs/pages/troubleshooting/ |
| H A D | application-has-not-been-registered.mdx | 34 …ppregistry#registercomponent), and the `AppKey` being registered on the native iOS or Android side. 54 And on the native side, in **AppDelegate.m** you should see: 69 … that the names you are registering on the JavaScript side are the ones expected on the native sid…
|
| /expo/packages/expo-sensors/build/ |
| H A D | ExpoLightSensor.ios.js.map | 1 …AAC","sourcesContent":["// TODO: (barthap) Create this stub on iOS native side instead\nexport def…
|