v16.9.0v16.8.6
Reading changes from the repo…
Press
event responder that allows for more nuanced interactions, including support for delayPressStart
and delayPressEnd
properties. This enhances user experience by providing better control over press interactions. SuspenseList
component that coordinates the loading sequence of nested Suspense boundaries, allowing for more controlled rendering of loading states. Hover
and Focus
event responders, enabling more interactive and responsive UI elements that can react to user actions more effectively. setNativeProps
method that allows for direct manipulation of native components, improving performance and flexibility in React Native applications. act()
function to better handle asynchronous updates, ensuring that tests accurately reflect the behavior of components during state changes. Press
event responder where the context menu was incorrectly triggered during long press interactions, enhancing the expected behavior of press events. Suspense
priority warning was incorrectly triggered, ensuring that warnings are only shown when appropriate, leading to a cleaner development experience. useEffect
hook that caused unnecessary re-renders, improving performance and stability in applications using hooks.