Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Jul 9, 2020
1 parent d0fa443 commit c95c84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const App = () => {
};

const _onUnifiedNativeAdLoaded = (event) => {
console.log(event)
console.log('Views have populated with the Ad');
console.log(event.aspectRatio);
setAdLoaded(true);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-admob-native-ads",
"version": "0.3.3",
"version": "0.3.4",
"description": "A simple and robust library for creating & displaying Admob Native Ads in your React Native App using Native Views",
"author": "Ammar Ahmed <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit c95c84f

Please sign in to comment.