React Native:错误:应该有一个队列。这可能是React中的错误。 (反应导航5)
我正在使用React Redux的React Shop应用程序上工作。
So here's the situation, inside my ProductsOverViewScreen.js I am trying to send into the navigation my current product id:
import React from 'react';
import { FlatList } from 'react-native';
import { useSelector } from ...