LinusU / LinusU/react-native-webcrypto

Replace compile -> implementation on build.gradle

オープン
#4 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
Java
スター
23
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-webcrypto@1.0.0-alpha.3` for the project I'm working on.

Here is the diff that solved my problem:

```diff
diff --git a/node_modules/react-native-webcrypto/android/build.gradle b/node_modules/react-native-webcrypto/android/build.gradle
index e19e09d..8dfd8b9 100644
--- a/node_modules/react-native-webcrypto/android/build.gradle
+++ b/node_modules/react-native-webcrypto/android/build.gradle
@@ -35,5 +35,5 @@ repositories {
}

dependencies {
- compile 'com.facebook.react:react-native:+'
+ implementation 'com.facebook.react:react-native:+'
}
```

This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

android/build.gradleを開き、issueに示されているReact Native依存関係から始めて、dependenciesブロックを確認してください。指定どおりに依存関係の設定を更新し、その後、宣言がAndroidのビルド設定と整合していることを確認してください。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
react-native
領域
build-system, mobile-dev
issue の種類
リファクタリング
難易度
1/5
見積もり時間
1時間未満
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
55/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。