Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Not working on CircleCI #45

Closed
diegolmello opened this issue Aug 5, 2019 · 2 comments
Closed

Not working on CircleCI #45

diegolmello opened this issue Aug 5, 2019 · 2 comments

Comments

@diegolmello
Copy link

Hi there.
It's working locally, but I couldn't get it done on CircleCI.
I'm trying patch-package all the things, but I'm stuck now.

Example: https://github.com/expo/expo/tree/master/packages/@unimodules/react-native-adapter

  • Error
    image

I'm running ./gradlew app:dependencies trying to track down what's going on

  • Locally
    image

  • CircleCI
    image

Here's my PR: RocketChat/Rocket.Chat.ReactNative#1095
Here's CI: https://circleci.com/gh/RocketChat/Rocket.Chat.ReactNative/10339

Can you help?

Thank you! :)

@diegolmello
Copy link
Author

Jetifier works on RN directly right now, so it's probably not related to the repo.
I'm closing and I'll post my solution later.

@diegolmello
Copy link
Author

Yep. I was overwriting gradle.properties to set build number, but I forgot to add new props.
Working fine now.

android.useAndroidX=true
android.enableJetifier=true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant