Home
last modified time | relevance | path

Searched refs:SwitchProps (Results 1 – 9 of 9) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts48 export interface SwitchProps extends SwitchPropsIOS { interface
113 declare class SwitchComponent extends React.Component<SwitchProps> {}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts48 export interface SwitchProps extends SwitchPropsIOS { interface
113 declare class SwitchComponent extends React.Component<SwitchProps> {}
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Switch/
H A DABI47_0_0RCTSwitchComponentView.mm32 static const auto defaultProps = std::make_shared<const SwitchProps>();
60 const auto &oldSwitchProps = *std::static_pointer_cast<const SwitchProps>(_props);
61 const auto &newSwitchProps = *std::static_pointer_cast<const SwitchProps>(props);
95 const auto &props = *std::static_pointer_cast<const SwitchProps>(_props);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Switch/
H A DABI49_0_0RCTSwitchComponentView.mm32 static const auto defaultProps = std::make_shared<const SwitchProps>();
60 const auto &oldSwitchProps = *std::static_pointer_cast<const SwitchProps>(_props);
61 const auto &newSwitchProps = *std::static_pointer_cast<const SwitchProps>(props);
95 const auto &props = *std::static_pointer_cast<const SwitchProps>(_props);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Switch/
H A DABI48_0_0RCTSwitchComponentView.mm32 static const auto defaultProps = std::make_shared<const SwitchProps>();
60 const auto &oldSwitchProps = *std::static_pointer_cast<const SwitchProps>(_props);
61 const auto &newSwitchProps = *std::static_pointer_cast<const SwitchProps>(props);
95 const auto &props = *std::static_pointer_cast<const SwitchProps>(_props);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/rncore/
H A DShadowNodes.h95 SwitchProps,
H A DProps.cpp104 SwitchProps::SwitchProps( in SwitchProps() function in facebook::react::SwitchProps
106 const SwitchProps &sourceProps, in SwitchProps()
H A DProps.h215 class JSI_EXPORT SwitchProps final : public ViewProps {
217 SwitchProps() = default;
218SwitchProps(const PropsParserContext& context, const SwitchProps &sourceProps, const RawProps &raw…
/expo/packages/expo/types/
H A Dreact-native-web.d.ts284 interface SwitchProps { interface