ibitcy / react-native-hole-view

✂️ React-Native component to cut a touch-through holes anywhere you want. Perfect solution for tutorial overlay
395 stars 23 forks source link

fix: use google maven repository first #10

Closed pamelasarkisyan closed 2 years ago

pamelasarkisyan commented 2 years ago

Resolve Read timed out error when trying to build app with the react-native-hole-view library.

A problem occurred configuring project ':react-native-hole-view'.
> Could not resolve all artifacts for configuration ':react-native-hole-view:classpath'.
   > Could not resolve com.android:signflinger:4.1.0.
     Required by:
         project :react-native-hole-view > com.android.tools.build:gradle:4.1.0 > com.android.tools.build:builder:4.1.0
      > Could not resolve com.android:signflinger:4.1.0.
         > Could not get resource 'https://jcenter.bintray.com/com/android/signflinger/4.1.0/signflinger-4.1.0.pom'.
            > Could not HEAD 'https://jcenter.bintray.com/com/android/signflinger/4.1.0/signflinger-4.1.0.pom'.
               > Read timed out
...
stephenkopylov commented 2 years ago

Hi @pamelasarkisyan Thanks for contributing!