This repository implements the React docs example of the useTransition hook in React Native.
Tap the Posts (slow) button and then the Contacts button. According the docs, tapping the Contacts button should show the ContactTab view on the next render and skip commiting the render of the PostsTab view.
yarn
yarn ios
or
yarn android