Aftab Amin

Results 37 comments of Aftab Amin

> Full error > > ``` > Warning: Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes...

@Kailash-MAF trying to find out this issue. but didnt find out

I have loaded the contacts into the waterfall list. but for devices that have small ram, I can see that the content is changing very slow that users can see...

Here is the solution for this. exact copy for this. ``` import React, {useState } from 'react'; import {SafeAreaView,StatusBar, Text,TouchableOpacity,View} from 'react-native'; import { colors, fonts } from '../../constants/theme'; import...

> Have same issue, > tried @EWTDTHK2 solution, but facing a build error. > same issue. any solution for this

> I faced a similar issue and this is how I fixed it. > > We know that everytime an interstitial ad is closed, `AppOpenAd` will show as soon as...

> I found a solution here https://forum.unity.com/threads/2019-3-validation-on-upload-to-store-gives-unityframework-framework-contains-disallowed-file.751112/ specifically from reply #38 from a user called [Melnikovv](https://forum.unity.com/members/melnikovv.1185096/) > > _In XCode_ Set **yes** on Always Embed Swift Standard Libraries in target...

> @jgalianoz @bolan9999 it's not working > it take only number > my issue here when data is hide but data space is not hide > how to hide data...

> @abdullahIsa @shemraj0809 Maybe you can try add this line `heightForIndexPath={() => 'auto'}` this work only when we have a single header with 2 to more not working,