question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v1.3.0 doesn't work with jetify -r

See original GitHub issue

I have updated to v1.3.0 and I am getting Android build errors with react-native 0.59.10.

package android.support.transition does not exist

I am using jetify -r in my postinstall because I cannot enable AndroidX yet.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
SaeedZhianycommented, Oct 8, 2019

@timothystewart6 using jetify without the -r option migrate supportLib usages to androidx in java files and this is good only for those using RN +60, but @grit96 said that he is using RN 0.59.10 so your suggestion does not seem to be correct.

2reactions
chj-damoncommented, Oct 9, 2019

@timothystewart6 Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

jetifier fails to transform .JAR dependency [131207170]
jetifier repeatedly fails to transform Samsungs S-pass .JAR dependency (yes, it's deprecated...) This fails on build in Android Studio (3.4.0, gradle 3.4.0) ...
Read more >
Failed to run jetifier React Native - Stack Overflow
Use Below steps to resolve the issue: If you use lock files (yarn.lock or package-lock.json) - find the @react-native-community/cli entry, ...
Read more >
jetifier | Yarn - Package Manager
The jetifier AndroidX transition tool in npm format, with a react-native compatible style. TOC. Why? Convert to AndroidX; Convert to Support Libraries ...
Read more >
info running jetifier to migrate libraries to androidx. you can ...
npm i jetifier npx jetify. If the issue remains and terminal shown no class found execption. Try to change the package name of...
Read more >
React Native not detecting Android emulator - Reddit
When I do react-native run-android I get this error: info Running jetifier to migrate libraries to AndroidX. ... r/reactnative • 3 yr. ago....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found