Home
last modified time | relevance | path

Searched refs:submitButtonTitle (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts13 textInput: { submitButtonTitle: 'submit', placeholder: 'tests are good' },
38 textInput: { submitButtonTitle: 'submit', placeholder: 'tests are good' },
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionObject.kt15 @Column var submitButtonTitle: String? = null variable in host.exp.exponent.notifications.ActionObject
34 submitButtonTitle = subMap["submitButtonTitle"] as String?
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
200 textInputOptions[@"submitButtonTitle"] = textInputAction.textInputButtonTitle;
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
200 textInputOptions[@"submitButtonTitle"] = textInputAction.textInputButtonTitle;
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
200 textInputOptions[@"submitButtonTitle"] = textInputAction.textInputButtonTitle;
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
200 textInputOptions[@"submitButtonTitle"] = textInputAction.textInputButtonTitle;
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts600 submitButtonTitle: string;
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts548 submitButtonTitle: string;
H A DNotifications.types.js.map1 …r submitting the text response.\n * @platform ios\n */\n submitButtonTitle: string;\n …
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx66 submitButtonTitle: 'Submit button',
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m454 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.m454 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXNotifications.m454 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
/expo/apps/test-suite/tests/
H A DNotifications.js630 textInput: { submitButtonTitle: 'Send', placeholder: 'Type Something' }, property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1246 …- `submitButtonTitle`: (**iOS only**) A string which will be used as the title for the button used…
2002 submitButtonTitle: string;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1246 …- `submitButtonTitle`: (**iOS only**) A string which will be used as the title for the button used…
2002 submitButtonTitle: string;
/expo/packages/expo-notifications/
H A DCHANGELOG.md319 - Android apps no longer rely on the `submitButtonTitle` property as the action button title (they …
H A DREADME.md1244 …- `submitButtonTitle`: (**iOS only**) A string which will be used as the title for the button used…
1994 submitButtonTitle: string;