joshsoftware / joshsoftware/React-Native-Contribution

Support for Android compileSdkVersion 35 / targetSdkVersion 35

Open
#3 0 comments 0 reactions 1 assignee Claimed by @akshay-ajit-doiphode View on GitHub
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

We want to upgrade `compileSdkVersion` and `targetSdkVersion` of `react-native-share-menu` to **35**, as required by recent Play Store policies / to match our project configuration.

Currently, the library uses:

```gradle
compileSdkVersion 29
targetSdkVersion 29
buildToolsVersion "29.0.2"

We tested locally by applying a patch with the following updates:

- compileSdkVersion 29
- buildToolsVersion "29.0.2"
+ compileSdkVersion 35
+ buildToolsVersion "35.0.0"

- targetSdkVersion 29
+ targetSdkVersion 35

This change works correctly in our setup without breaking anything.

We will create bug/PR on this library

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.