Gustash / react-native-image-keyboard

React Native TextInput expansion to enable media input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle 7 support

Abhishek2250 opened this issue · comments

Hey,

There are two issues for gradle 7 support.

  1. Plugin with id 'maven' not found. (maven has been changed to maven-publish)
  2. compileSdkVersion is not specified. Please add it to build.gradle

Versions:
"react-native-image-keyboard": "^2.0.5",
"react-native": "^0.68.1"
gradle: 7.3.3

Thanks

Hey, thanks for opening this issue. I'm aware that this package isn't working for 0.67+ right now.

I'm currently dealing with getting another package of mine ready for 0.68, but as soon as I have that done I'll get this package 0.67+ ready 😄

Thanks for the quick response. :)

@Abhishek2250 This should have been fixed on v2.1.1. Feel free to comment or re-open if you're still unable to build!