I am trying to use useTransition with react-native but I face this mistake
import React from 'react';
const { useTransition } = React;
...
const SUSPENSE_CONFIG = {
timeoutMs: 3000,
}
...
const [startTransition] = useTransition(SUSPENSE_CONFIG);

We are automatically closing this issue because it does not appear to follow any of the provided issue templates.
馃憠 Click here if you want to report a reproducible bug or regression in React Native.
The Fabric work is a prerequisite for concurrent mode. We want it too! :-)
How could fabric work on react-native?
@TheSavior do you know if there is any kind of roadmap for getting react native running in concurrent mode?
Most helpful comment
The Fabric work is a prerequisite for concurrent mode. We want it too! :-)