Home
last modified time | relevance | path

Searched refs:feedback (Results 1 – 25 of 44) sorted by relevance

12

/expo/ios/Client/Menu/
H A DEXDevMenuGestureRecognizer.m22 …UIImpactFeedbackGenerator *feedback = [[UIImpactFeedbackGenerator alloc] initWithStyle:UIImpactFee…
23 [feedback prepare];
24 [feedback impactOccurred];
25 feedback = nil;
/expo/packages/expo-dev-menu/ios/
H A DDevMenuGestureRecognizer.swift13 let feedback = UIImpactFeedbackGenerator(style: .light) in handleLongPress() variable
14 feedback.prepare() in handleLongPress()
15 feedback.impactOccurred() in handleLongPress()
/expo/docs/pages/preview/
H A Dsupport.mdx2 title: Support and feedback
5 The purpose of feature previews is to gather feedback to polish and improve products before we ship…
7 Please direct all of your support questions and feedback to either a partner Slack channel (if you …
H A Dintroduction.mdx15feedback from your experiences using experimental features** — from documentation to API int…
/expo/packages/expo-haptics/build/
H A DHaptics.types.js.map1feedback generated by a UINotificationFeedbackGenerator object.\n * [`UINotificationFeedbackType`]…
H A DHaptics.js.map1 …*\n * The kind of notification response used in the feedback.\n * @param type A notification feedb…
/expo/docs/pages/feature-preview/
H A Dindex.mdx8feedback from you. It doesn't mean that those functionalities are in the "beta". As developers, we…
/expo/apps/native-component-list/src/screens/
H A DTouchablesScreen.tsx51 <Text style={buttonText}>Native feedback!</Text>
/expo/.github/ISSUE_TEMPLATE/
H A Ddocumentation.yml8 …make Expo even better! We want our docs to be an amazing resource, and that requires your feedback!
/expo/apps/native-component-list/src/screens/GL/
H A DWebGL2TransformFeedbackScreen.tsx4 export default GLWrap('WebGL2 - Transform feedback', async (gl) => {
119 // Transform feedback objects track output buffer state
194 // Draw particles using transform feedback
H A DGLScreen.tsx90 name: 'WebGL2 - Transform feedback',
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrame-test.js.snap141 exports[`LogBoxInspectorStackFrame should render stack frame without press feedback 1`] = `
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrame-test.js.snap141 exports[`LogBoxInspectorStackFrame should render stack frame without press feedback 1`] = `
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrame-test.js.snap141 exports[`LogBoxInspectorStackFrame should render stack frame without press feedback 1`] = `
/expo/docs/pages/eas/metadata/
H A Dfaq.mdx13 …project environment. Combined with built-in validation, you get instant feedback about the content…
21 ### Faster feedback loop with validation
/expo/docs/pages/eas-update/
H A Dintroduction.mdx22 EAS Update allows you to release hotfixes and enhancements in response to user feedback or market t…
/expo/docs/pages/eas-insights/
H A Dintroduction.mdx12 …we will continue to roll out new features and functionality based on user feedback and suggestions.
/expo/docs/pages/versions/unversioned/sdk/
H A Dhaptics.mdx14 **`expo-haptics`** provides haptic (touch) feedback for
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dhaptics.mdx14 **`expo-haptics`** provides haptic (touch) feedback for
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dhaptics.mdx14 **`expo-haptics`** provides haptic (touch) feedback for
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dhaptics.mdx14 **`expo-haptics`** provides haptic (touch) feedback for
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dhaptics.mdx14 **`expo-haptics`** provides haptic (touch) feedback for
/expo/guides/
H A DOur Open Source Standards.md20 Generally, each PR should contain one commit that is amended as you address code review feedback. E…
/expo/packages/expo-gl/common/
H A DEXWebGLMethods.def244 // Transform feedback (WebGL2)
/expo/docs/pages/guides/
H A Dsharing-preview-releases.mdx8 … both technical and non-technical stakeholders of the project to gather feedback and test it, and …

12