React-native: Question: any progress towards supporting concurrent mode in react-native?

Created on 25 Nov 2019  路  4Comments  路  Source: facebook/react-native

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);

Captura de tela de 2019-11-25 12-03-20

Ran Commands Question

Most helpful comment

The Fabric work is a prerequisite for concurrent mode. We want it too! :-)

All 4 comments


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?

Was this page helpful?
0 / 5 - 0 ratings