1 Star 0 Fork 0

badou119@126.com/react-native-background-fetch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL-LINK-ANDROID.md 777 Bytes
一键复制 编辑 原始数据 按行查看 历史

Android react-native link Installation

With yarn

$ yarn add react-native-background-fetch

$ react-native link react-native-background-fetch

With npm

$ npm install --save react-native-background-fetch

$ react-native link react-native-background-fetch

Gradle Configuration

android/build.gradle

allprojects {
    repositories {
        mavenLocal()
        google()
        jcenter()
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url "$rootDir/../node_modules/react-native/android"
        }
+       maven {
+           url "$rootDir/../node_modules/react-native-background-fetch/android/libs"
+       }
    }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/badou119/react-native-background-fetch.git
git@gitee.com:badou119/react-native-background-fetch.git
badou119
react-native-background-fetch
react-native-background-fetch
master

搜索帮助