UNPKG
expo-ads-facebook
Version:
latest (11.2.0)
next (11.3.0)
11.3.0
11.2.0
11.1.1
11.1.0
11.0.3
11.0.2
11.0.1
11.0.0
10.1.2
10.1.1
10.1.0
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.0.0
8.5.0
8.4.1
8.4.0
8.3.0
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.0.0
7.0.0-rc.0
6.0.0
6.0.0-rc.0
5.0.1
5.0.0
5.0.0-rc.0
4.0.0
3.0.0
Facebook Audience SDK integration
docs.expo.io/versions/latest/sdk/facebook-ads/
expo/expo
expo-ads-facebook
/
build
/
withNativeAd.web.js
5 lines
•
215 B
JavaScript
View Raw
1
2
3
4
5
import
{
UnavailabilityError
}
from
'@unimodules/core'
;
export
default
function
withNativeAd
(
) {
throw
new
UnavailabilityError
(
'expo-ads-facebook'
,
'withNativeAd'
); }
//# sourceMappingURL=withNativeAd.web.js.map