mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:26:00 +02:00
jetifier: add page (#5209)
This commit is contained in:
parent
08b3bac91d
commit
1f1b4d9c66
1 changed files with 12 additions and 0 deletions
12
pages/common/jetifier.md
Normal file
12
pages/common/jetifier.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# jetifier
|
||||
|
||||
> Jetifier AndroidX transition tool in npm format, with a react-native compatible style.
|
||||
> More information: <https://github.com/mikehardy/jetifier>.
|
||||
|
||||
- Migrate project dependencies to the AndroidX format:
|
||||
|
||||
`jetifier`
|
||||
|
||||
- Migrate project dependencies from the AndroidX format:
|
||||
|
||||
`jetifier reverse`
|
Loading…
Add table
Reference in a new issue