Facebook Audience SDK integration for React Native, available on iOS and Android. Features native, interstitial and banner ads.
npm install react-native-facebook-audience-networkFacebook Audience SDK integration for React Native, available on iOS and Android. Features native, interstitial and banner ads.

``sh`
npm install react-native-facebook-audience-network
`js
import * as React from 'react';
import { StyleSheet, View } from 'react-native';
import { NativeSquareAd, NativeListAd } from 'react-native-facebook-audience-network';
export default function App() {
return (
);
}
const styles = StyleSheet.create({
container: {
},
box: {
width: "100%",
// height: 500,
},
});
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT