mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-28 12:03:11 +08:00
10 lines
317 B
TypeScript
10 lines
317 B
TypeScript
import {hapTasks} from '@ohos/hvigor-ohos-plugin';
|
|
import {reactNativeUpdatePlugin} from 'pushy/hvigor-plugin';
|
|
|
|
export default {
|
|
system: hapTasks /* Built-in plugin of Hvigor. It cannot be modified. */,
|
|
plugins: [
|
|
reactNativeUpdatePlugin(),
|
|
] /* Custom plugin to extend the functionality of Hvigor. */,
|
|
};
|