feat(inji-293): fix jetify running location

This commit is contained in:
Tilak Puli
2023-08-28 12:50:27 +05:30
parent 3ea34f2c92
commit 515cf115af
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#As react-native/location npm package is old, We need to run this to map androidX source code
npx jetify
(cd ../../ && npx jetify)
cd ..

View File

@@ -1,5 +1,5 @@
#As react-native/location npm package is old, We need to run this to map androidX source code
npx jetify
(cd ../../ && npx jetify)
cd ..

View File

@@ -1,5 +1,5 @@
#As react-native/location npm package is old, We need to run this to map androidX source code
npx jetify
(cd ../../ && npx jetify)
cd ..