You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
I am working with GridView in which i have to show two items in GridLayout row count of 2 in React-native IOS.
The problem is that i have to show Ads after four items (i.e. 2 rows) that will cover width of mobile.But due to Span count the ads are also coming in Grid layout.Any help would be appreciated !!.
Want Output like this:-
but not able to implement logic for random data to show one ad after 4 items using DataSource.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am working with GridView in which i have to show two items in GridLayout row count of 2 in React-native IOS.
The problem is that i have to show Ads after four items (i.e. 2 rows) that will cover width of mobile.But due to Span count the ads are also coming in Grid layout.Any help would be appreciated !!.
Want Output like this:-
but not able to implement logic for random data to show one ad after 4 items using DataSource.
The text was updated successfully, but these errors were encountered: