Skip to content

React native appodeal module. Allow show banner and interstitial ad on both platforms (Android and iOS)

License

Notifications You must be signed in to change notification settings

drakmail/react-native-appodeal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-appodeal

React native appodeal module. Allow show banner and interstitial ad on both platforms (Android and iOS)

Installation

npm i -S react-native-appodeal

And then link native modules with:

react-native link

iOS

You should add this to your Podfile:

platform :ios, '8.1'
use_frameworks!

source 'https://github.com/appodeal/CocoaPods.git'
source 'https://github.com/CocoaPods/Specs.git'

target 'project-name' do
    pod 'Appodeal', '~> 1.1'
end

And then run pod command:

$ cd {project-dir}/ios
$ pod install

For now, if you haven't use pods in your project you should use *.xcworkspace as your project file for build and running application in XCode.

About

React native appodeal module. Allow show banner and interstitial ad on both platforms (Android and iOS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 64.7%
  • Java 26.9%
  • JavaScript 8.4%