Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Nov 17, 2020
1 parent 2794f5a commit b38caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const App = () => {
keyExtractor={(item) => item}
data={listItemsGenerator(10)}
renderItem={({item, index}) =>
item === 'ad' ? (
item.includes('ad') ? (
<AdView type="image" media={false} />
) : (
<View
Expand Down

0 comments on commit b38caec

Please sign in to comment.