react-native-macos/Libraries/ReactPrivate
Joshua Gross 99b7052248 Implement sendAccessibilityEvent in the React(Fabric/non-Fabric) renderer
Summary:
`sendAccessibilityEvent_unstable` is a cross-platform, Fabric/non-Fabric replacement for previous APIs (which went through UIManager directly on Android, and a native module on iOS).

Changelog: [Added] sendAccessibilityEvent_unstable API in AccessibilityInfo and sendAccessibilityEvent in React renderer

Reviewed By: kacieb

Differential Revision: D25821052

fbshipit-source-id: 03f7a9878c95e8395f9102b3e596bfc9f03730e0
2021-01-27 17:37:38 -08:00
..
README ReactPrivate, an explicit interface between the renderer and RN (#24782) 2019-05-20 07:16:57 -07:00
ReactNativePrivateInitializeCore.js ReactPrivate, an explicit interface between the renderer and RN (#24782) 2019-05-20 07:16:57 -07:00
ReactNativePrivateInterface.js Implement sendAccessibilityEvent in the React(Fabric/non-Fabric) renderer 2021-01-27 17:37:38 -08:00

README

JS modules in this folder are forwarding modules to allow React to require React Native internals.