| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Gradients.tsx | 18 <Stop offset="1" stopColor="red" /> 34 <Stop offset="100%" stopColor="red" stopOpacity="1" /> 56 <Stop offset="0%" stopColor="#000" stopOpacity="1" /> 71 <Stop offset="0%" stopColor="#000" stopOpacity="1" /> 90 <Stop offset="100%" stopColor="red" stopOpacity="1" /> 119 <Stop offset="0" stopColor="#ff0" stopOpacity="1" /> 122 <Stop offset="1" stopColor="#83a" stopOpacity="1" /> 138 <Stop offset="0%" stopColor="#fff" stopOpacity="1" /> 155 <Stop offset="0%" stopColor="#fff" stopOpacity="0" /> 172 <Stop offset="0%" stopColor="#fff" stopOpacity="1" /> [all …]
|
| H A D | Reusable.tsx | 6 const { Defs, G, Path, Use, Symbol, Circle, ClipPath, LinearGradient, RadialGradient, Stop, Rect } = 63 <Stop offset="0%" stopColor="yellow" /> 64 <Stop offset="50%" stopColor="red" /> 65 <Stop offset="100%" stopColor="blue" /> 68 <Stop offset="0%" stopColor="yellow" /> 69 <Stop offset="50%" stopColor="red" /> 70 <Stop offset="100%" stopColor="blue" />
|
| H A D | Text.tsx | 6 const { LinearGradient, Stop, Defs, Path, G, TSpan } = Svg; 49 <Stop offset="100%" stopColor="red" stopOpacity="0" /> 50 <Stop offset="0%" stopColor="blue" stopOpacity="0.5" /> 75 <Stop offset="0%" stopColor="rgb(255,255,0)" stopOpacity="0.5" /> 76 <Stop offset="100%" stopColor="red" stopOpacity="1" />
|
| H A D | Stroking.tsx | 6 const { Path, Rect, G, Defs, Stop, RadialGradient, Polyline, ClipPath, Circle, Text } = Svg; 96 <Stop offset="50%" stopColor="#fff" stopOpacity="0.5" /> 97 <Stop offset="100%" stopColor="#f00" stopOpacity="1" />
|
| H A D | Clipping.tsx | 6 const { ClipPath, Defs, RadialGradient, Stop, Rect, Text, Ellipse, G, Polygon, Path, Circle, Use } = 16 <Stop offset="0%" stopColor="#ff0" stopOpacity="1" /> 17 <Stop offset="100%" stopColor="#00f" stopOpacity="1" />
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/Surface/ |
| H A D | ABI49_0_0RCTSurfaceProtocol.h | 70 #pragma mark - Start & Stop
|
| H A D | ABI49_0_0RCTSurface.mm | 575 // The Start&Stop feature is not implemented for regular Surface yet. 581 // The Start&Stop feature is not implemented for regular Surface yet.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/Surface/ |
| H A D | ABI48_0_0RCTSurfaceProtocol.h | 70 #pragma mark - Start & Stop
|
| H A D | ABI48_0_0RCTSurface.mm | 575 // The Start&Stop feature is not implemented for regular Surface yet. 581 // The Start&Stop feature is not implemented for regular Surface yet.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/Surface/ |
| H A D | ABI47_0_0RCTSurfaceProtocol.h | 70 #pragma mark - Start & Stop
|
| H A D | ABI47_0_0RCTSurface.mm | 574 // The Start&Stop feature is not implemented for regular Surface yet. 580 // The Start&Stop feature is not implemented for regular Surface yet.
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/toast/ |
| H A D | ErrorToastContainer.web.tsx | 42 // Stop at zero because if we don't find any log, we'll open the first log.
|
| /expo/guides/ |
| H A D | Generating Jest Mocks.md | 32 5. Stop the Expo server running in `apps/jest-expo-mock-generator`, started in step 1.
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/ |
| H A D | ABI49_0_0UIManager.h | 88 #pragma mark - Surface Start & Stop
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/ |
| H A D | ABI47_0_0UIManager.h | 87 #pragma mark - Surface Start & Stop
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/ |
| H A D | ABI48_0_0UIManager.h | 87 #pragma mark - Surface Start & Stop
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | PedometerScreen.tsx | 66 <ListButton onPress={() => setActive(false)} disabled={!isActive} title="Stop" />
|
| H A D | SensorScreen.tsx | 113 <Text>{this.state.isListening ? 'Stop' : 'Start'}</Text>
|
| H A D | TextToSpeechScreen.tsx | 88 <Button disabled={!this.state.inProgress} onPress={this._stop} title="Stop" />
|
| /expo/packages/expo-gl/ios/ |
| H A D | EXGLView.mm | 227 // Stop draw loop 316 // Stop AR session if running
|
| /expo/ios/versioned/sdk47/EXGL/ios/EXGL/ |
| H A D | ABI47_0_0EXGLView.mm | 227 // Stop draw loop 316 // Stop AR session if running
|
| /expo/ios/versioned/sdk48/ExpoGL/ios/ |
| H A D | ABI48_0_0EXGLView.mm | 227 // Stop draw loop 316 // Stop AR session if running
|
| /expo/ios/versioned/sdk49/ExpoGL/ios/ |
| H A D | ABI49_0_0EXGLView.mm | 227 // Stop draw loop 316 // Stop AR session if running
|
| /expo/packages/expo-structured-headers/ |
| H A D | CHANGELOG.md | 74 - Stop prebuilding xcframework. ([#17161](https://github.com/expo/expo/pull/17161) by [@wschurman](…
|
| /expo/apps/native-component-list/src/screens/Location/ |
| H A D | GeofencingScreen.tsx | 194 title={state.isGeofencing ? 'Stop geofencing' : 'Start geofencing'}
|