Dipen Patel
Dipen Patel
Hey Did you find any solution for this issue?
it's working in an ios simulator with the latest version of youtube_player_flutter: ^8.0.0 flutter_inappwebview: ^5.3.2 and set deployment target 12.1 in Xcode.
It will be good to have an option to hide the sorting arrow and when it is hidden user can not tap on the column header to sort.
Any solution?
did anyone find a solution?
Did you find any solution?
The code I am using is `useEffect(() => { const initIap = async () => { try { await RNIap.initConnection(); console.log(itemSkus); const productList = await RNIap.getProducts(itemSkus); console.log(productList); setProducts(productList); } catch...