UNPKG

expo-pip

Version:

A library that provides access to Picture In Picture API for Android only

5 lines 239 B
// Reexport the native module. On web, it will be resolved to ExpoPipModule.web.ts // and on native platforms to ExpoPipModule.ts export { default } from "./ExpoPipModule"; export * from "./ExpoPip.types"; //# sourceMappingURL=index.js.map