Mike Diarmid
|
1d6c88dcf5
|
feat(android): Migrate to Android X (#520)
BREAKING CHANGE:
If you override compileSdkVersion<28 it won't work anymore.
|
5 年之前 |
Thibault Malbranche
|
d5fc028383
|
fix(PostMessage): Renamed ReactNativeWebview to ReactNativeWebView
fixes #304
|
5 年之前 |
Thibault Malbranche
|
2846e27fcf
|
fix(Gradle): Allow kotlinVersion override using ext with gradle.properties (#267)
You can now override kotlin version by defining ext kotlinVersion
|
5 年之前 |
Thibault Malbranche
|
518003392a
|
fix(gradle): Add support library as a dependency (#253)
fixes #174
fixes #184
fixes #245
|
5 年之前 |
Michael Diarmid
|
24ec4f752c
|
fix(android): cleanup `build.gradle` & fix #218 (#238)
This changes the following:
- Fixes #218
- Removed unused Fabric Maven config
- Versions now correctly checking `rootProject.ext.X` instead of `rootProject.X` to match behaviour from all other libs (RNFB needs changing as well 🙈)
- Swapped `implementation` for `api` for react native sources - only used to build.
![image](https://user-images.githubusercontent.com/5347038/50959941-1af23980-14bc-11e9-8677-e60f3ee744.png)
![image](https://user-images.githubusercontent.com/5347038/50959955-22b1de00-14bc-11e9-8afa-d1abbba46a.png)
cc @terrytianliang
|
5 年之前 |
Thibault Malbranche
|
b1b662628e
|
feat(Android Webview): Support onShouldStartLoadWithRequest on Android (#107)
This PR adds support for `onShouldStartLoadWithRequest` on android.
The initial PR was #59
The issue for this PR is: #106
fixes #106
|
6 年之前 |
Thibault Malbranche
|
fd736cf26b
|
refactor(Android): New project setup + kotlin events (#121)
|
6 年之前 |
Dulmandakh
|
2cd5a421c8
|
use SDK 27, build tools 27.0.3
|
6 年之前 |
Dulmandakh
|
0f7091ba14
|
Revert "use compile instead of implementation to support gradle plugin 2.x used in RN 0.56"
|
6 年之前 |
Dulmandakh
|
1461ba26e2
|
use compile instead of implementation to support gradle plugin 2.x used in RN 0.56
|
6 年之前 |
Dulmandakh
|
c4fde1d323
|
try reuse tooling config from React Native
|
6 年之前 |
Jamon Holmgren
|
d1f442cc51
|
WIP: Android
|
6 年之前 |
Jamon Holmgren
|
af0057a321
|
Reshuffling
|
6 年之前 |
Jamon Holmgren
|
be9c217dfe
|
Initial
|
6 年之前 |