Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 186) sorted by relevance

12345678

/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGTextPath.mm45 self.side = ABI47_0_0RCTNSStringFromStringNilIfEmpty(newProps.side);
77 - (void)setSide:(NSString *)side
79 if ([side isEqualToString:_side]) {
83 _side = side;
H A DABI47_0_0RNSVGTextPath.h17 @property (nonatomic, strong) NSString *side;
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGTextPath.mm45 self.side = ABI49_0_0RCTNSStringFromStringNilIfEmpty(newProps.side);
77 - (void)setSide:(NSString *)side
79 if ([side isEqualToString:_side]) {
83 _side = side;
H A DABI49_0_0RNSVGTextPath.h17 @property (nonatomic, strong) NSString *side;
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTextPath.mm45 self.side = RCTNSStringFromStringNilIfEmpty(newProps.side);
77 - (void)setSide:(NSString *)side
79 if ([side isEqualToString:_side]) {
83 _side = side;
H A DRNSVGTextPath.h17 @property (nonatomic, strong) NSString *side;
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGTextPath.mm45 self.side = ABI48_0_0RCTNSStringFromStringNilIfEmpty(newProps.side);
77 - (void)setSide:(NSString *)side
79 if ([side isEqualToString:_side]) {
83 _side = side;
H A DABI48_0_0RNSVGTextPath.h17 @property (nonatomic, strong) NSString *side;
/expo/templates/expo-template-tv/android/
H A Dbuild.gradle12 // 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 Dbuild.gradle12 // 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 DABI48_0_0RCTView.m906 #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 DABI49_0_0RCTView.m927 #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 DTextPathView.java65 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 DTextPathView.java65 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 DTextPathView.java65 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 DTextPathView.java65 public void setSide(@Nullable String side) { in setSide() argument
66 mSide = TextPathSide.valueOf(side); in setSide()
/expo/apps/fabric-tester/android/
H A Dbuild.gradle16 // 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 DRNSVGTextPathManager.mm23 RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
/expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/
H A DABI49_0_0RNSVGTextPathManager.mm23 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
/expo/ios/vendored/sdk47/react-native-svg/apple/ViewManagers/
H A DABI47_0_0RNSVGTextPathManager.mm23 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
/expo/ios/vendored/sdk48/react-native-svg/apple/ViewManagers/
H A DABI48_0_0RNSVGTextPathManager.mm23 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(side, NSString) category
/expo/packages/expo-test-runner/templates/detox/android/
H A Dbuild.gradle20 // 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 DABI47_0_0RCTView.m904 #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 Dapplication-has-not-been-registered.mdx34 …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 DExpoLightSensor.ios.js.map1 …AAC","sourcesContent":["// TODO: (barthap) Create this stub on iOS native side instead\nexport def…

12345678