Results 71 comments of Darron Park

Any update on this issue?

Here's the patch file that I'm using. You can patch it by `patch-package`. react-native-tab-view+2.15.2.patch ``` diff --git a/node_modules/react-native-tab-view/lib/commonjs/Pager.js b/node_modules/react-native-tab-view/lib/commonjs/Pager.js index 1c491e8..44105ff 100644 --- a/node_modules/react-native-tab-view/lib/commonjs/Pager.js +++ b/node_modules/react-native-tab-view/lib/commonjs/Pager.js @@ -178,22 +178,22 @@...

This project doesn't support gradle 7.0 currently. My gradle version is `6.8.1`

Here's what I'm using. ``` classpath('com.android.tools.build:gradle:4.0.1') ``` And you can check your gradle version with `gradle -v` command

@luisfuertes You must enable Android X and jetifier to make it compatible. android/gradle.properties ``` android.useAndroidX=true android.enableJetifier=true ``` and run `yarn install` or `npm install` to run jetifier. (If it's not...

Thanks for reporting, I'll check this issue soon.

I've tested archiving but I couldn't find problem. (I even uploaded it on AppStore) Can you provide more information of your environment?