Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 108) sorted by relevance

12345

/expo/packages/create-expo/src/__tests__/
H A Dtelemetry.test.ts13 track,
47 track({
51 track({
116 track({
120 track({
132 track({
136 track({
160 track({
164 track({
232 track({
[all …]
/expo/packages/create-expo/src/
H A Dcli.ts67 const { AnalyticsEventPhases, AnalyticsEventTypes, flushAsync, track } = await import( constant
90 track({
103 track({
H A DcreateAsync.ts25 track,
103 track({
152 track({
/expo/packages/expo-camera/build/
H A DWebCameraUtils.js183 …await Promise.all(stream.getVideoTracks().map((track) => onCapabilitiesReady(cameraType, track, se…
187 async function onCapabilitiesReady(cameraType, track, settings = {}) { argument
188 const capabilities = track.getCapabilities();
229 await track.applyConstraints({ advanced: [constraints] });
241 stream.getAudioTracks().forEach((track) => track.stop());
244 stream.getVideoTracks().forEach((track) => track.stop());
/expo/packages/expo-camera/src/
H A DWebCameraUtils.ts281 stream.getVideoTracks().map((track) => onCapabilitiesReady(cameraType, track, settings))
289 track: MediaStreamTrack,
292 const capabilities = track.getCapabilities();
355 await track.applyConstraints({ advanced: [constraints] });
366 stream.getAudioTracks().forEach((track) => track.stop());
369 stream.getVideoTracks().forEach((track) => track.stop());
/expo/packages/@expo/cli/src/utils/analytics/__tests__/
H A DrudderstackClient-test.ts23 expect(getRudderAnalyticsClient().track).toHaveBeenCalledWith({
34 expect(getRudderAnalyticsClient().track).not.toHaveBeenCalled();
/expo/packages/@expo/cli/__mocks__/@expo/
H A Drudder-sdk-node.ts4 track: jest.fn(),
/expo/tools/src/publish-packages/tasks/
H A DpushCommittedChanges.ts23 await Git.pushAsync({ track: currentBranch });
/expo/packages/expo-av/build/
H A DExponentAV.web.js219 stream.getTracks().forEach((track) => track.stop());
287 stream.getTracks().forEach((track) => track.stop());
/expo/packages/expo-av/src/
H A DExponentAV.web.ts280 stream.getTracks().forEach((track) => track.stop());
367 stream.getTracks().forEach((track) => track.stop());
/expo/tools/src/
H A DGit.ts13 track?: string;
213 if (options.track) {
214 args.push('--set-upstream', 'origin', options.track);
/expo/docs/pages/versions/unversioned/sdk/
H A Dtracking-transparency.mdx3 description: A library for requesting permission to track the users on devices using iOS 14 and hig…
19 A library for requesting permission to track the user or their device. Examples of data used for tr…
85 console.log('Yay! I have user permission to track data');
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dtracking-transparency.mdx3 description: A library for requesting permission to track the users on devices using iOS 14 and hig…
19 A library for requesting permission to track the user or their device. Examples of data used for tr…
85 console.log('Yay! I have user permission to track data');
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dtracking-transparency.mdx3 description: A library for requesting permission to track the users on devices using iOS 14 and hig…
19 A library for requesting permission to track the user or their device. Examples of data used for tr…
85 console.log('Yay! I have user permission to track data');
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dtracking-transparency.mdx3 description: A library for requesting permission to track the users on devices using iOS 14 and hig…
19 A library for requesting permission to track the user or their device. Examples of data used for tr…
85 console.log('Yay! I have user permission to track data');
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dtracking-transparency.mdx3 description: A library for requesting permission to track the users on devices using iOS 14 and hig…
19 A library for requesting permission to track the user or their device. Examples of data used for tr…
85 console.log('Yay! I have user permission to track data');
/expo/docs/ui/components/Layout/
H A DLayoutScroll.tsx44 '::-webkit-scrollbar-track': {
/expo/packages/create-expo-module/src/
H A Dtelemetry.ts91 getTelemetryClient().track({
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTPerformanceLoggerLabels.m53 … ABI49_0_0RCTAssert(NO, @"ABI49_0_0RCTPLSize should not be used to track performance timestamps.");
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTPerformanceLoggerLabels.m53 … ABI48_0_0RCTAssert(NO, @"ABI48_0_0RCTPLSize should not be used to track performance timestamps.");
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTPerformanceLoggerLabels.m53 … ABI47_0_0RCTAssert(NO, @"ABI47_0_0RCTPLSize should not be used to track performance timestamps.");
/expo/packages/@expo/cli/src/utils/analytics/
H A DrudderstackClient.ts103 getRudderAnalyticsClient().track({
/expo/packages/create-expo-module/build/
H A Dtelemetry.js72 getTelemetryClient().track({
/expo/docs/ui/components/Table/
H A DTable.tsx47 '::-webkit-scrollbar-track': {
/expo/packages/expo-camera/src/ts-declarations/
H A Dimage-capture.d.ts20 readonly track: MediaStreamTrack;

12345