nishan (o^▽^o)

Results 27 issues of nishan (o^▽^o)

## Issue Android SDK has a feature where we can pass `AuthorizationResponse.Type.CODE` to get the authorization code instead of a token [Docs](https://developer.spotify.com/documentation/android/guides/android-authentication/#single-sign-on-with-spotify-client-and-a-webview-fallback). Is there similar feature available on iOS SDK?...

# Overview Addresses - https://github.com/react-native-netinfo/react-native-netinfo/issues/608 TurboModules is the new way to create native modules in react native. It loads the module lazily which can improve the start-up time and uses...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 I had been getting an error with Webmidi import, I had to do the below change to fix it....

## Summary Aims to fix - https://github.com/facebook/react-native/issues/30977 This PR adds accessibilityRole, accessibilityCollectionItemInfo, accessibilityCollectionInfo APIs to FlatList which enables TalkBack announcements when a list is scrolled or focused. ## Changelog [Android]...

CLA Signed
Stale
Platform: Android
Type: Enhancement
Accessibility

## Checklist - [x] Number/Percentage values. - [x] `top`, `bottom`, `center`, `left`, `right` enum support. - [x] Old architecture support. - [x] Add examples ## Summary - This PR adds...

CLA Signed

This PR aims to resolve. https://react-native.canny.io/feature-requests/p/multiple-modal-components https://github.com/facebook/react-native/issues/3445 ## Summary In order to open multiple modals at once, they need to be nested within a modal on iOS. To fix this...

CLA Signed
Platform: iOS

## Summary: This PR adds percentage support in translate properties for new arch iOS. Isolating this PR for easier reviews. The approach taken here introduces usage of `ValueUnit` struct for...

CLA Signed
Shared with Meta

### Why? - Adds responsive SSR support for RNW 0.18. Uses CSS class instead of dataSet prop. https://twitter.com/nishanbende/status/1528410157801058305 - Removes all the internal RNW functions used by the hook. ###...

## Issue Analytics libraries like datadog patch `React.createElement` to override onPress prop for tracking. [Here](https://github.com/DataDog/dd-sdk-reactnative/blob/5b8a26c61afc7c454c180fdc44ac23168733c682/packages/core/src/rum/instrumentation/interactionTracking/DdRumUserInteractionTracking.tsx#L31) Although, not a huge fan of the approach taken here by the datadog library as...