react-native-clipboard / clipboard

React Native Clipboard API for both iOS and Android.
MIT License
690 stars 142 forks source link

chore(android): replaced jCenter with mavenCentral #127

Closed matteodanelli closed 2 years ago

matteodanelli commented 2 years ago

Overview

jCenter will be offline in February 2022. I've updated the android project to use maven.

Test Plan

I've tested the library on a personal project and it builds without issues.

gax97 commented 2 years ago

Do you know when will this be released?

retyui commented 1 year ago

temp. you can use a git version of package

// package.json
"@react-native-community/clipboard": "react-native-clipboard/clipboard#02989b5",