Daksh Bhardwaj

Results 5 issues of Daksh Bhardwaj

## Summary This adds the `aria-modal` prop to the components where it's used as requested on https://github.com/facebook/react-native/issues/34424, mapping web [aria-modal](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-modal) to equivalent [accessibilityViewIsModal](iOS) ## Changelog [General] [Added] - Add aria-modal...

CLA Signed
Type: Enhancement
Shared with React Native Team

## Summary This adds the `enterKeyHint` prop to the TextInput component as requested on https://github.com/facebook/react-native/issues/34424, mapping web [enterKeyHint types](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint) to equivalent [returnKeyType](https://reactnative.dev/docs/textinput#returnkeytype) values. This PR also updates RNTester TextInputExample in...

CLA Signed
Type: Enhancement
Shared with React Native Team

## Motivation Fixes # (issue) #3221 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been Tested? - [x] Jest Unit...

PR: Bug Fix :bug:

### Summary if we don't pass the `onPress` props then `onLongPress` was also not working in the `TouchableRipple` component. Fixes: #3303 ### Test plan I checked it by running the...

TouchableRipple

Added `deepgramTopicDetection` in Java example of functions in Appwrite. Closes: https://github.com/appwrite/appwrite/issues/4460 The screenshot to prove that the functions work:

hacktoberfest-accepted