Skip to content

Commit

Permalink
Remove broken package (#48)
Browse files Browse the repository at this point in the history
This prevented android from building with the error:
```
> Task :react-native-community_art:compileDebugJavaWithJavac FAILED
/Users/jgonet/Documents/dev/react-native-ide/test-apps/expo/pokemon-app/node_modules/@react-native-community/art/android/src/main/java/com/reactnativecommunity/art/ARTShapeShadowNode.java:25: error: cannot find symbol
import static com.facebook.react.common.ArrayUtils.copyArray;
                                       ^
  symbol:   class ArrayUtils
  location: package com.facebook.react.common
/Users/jgonet/Documents/dev/react-native-ide/test-apps/expo/pokemon-app/node_modules/@react-native-community/art/android/src/main/java/com/reactnativecommunity/art/ARTShapeShadowNode.java:25: error: static import only from classes and interfaces
import static com.facebook.react.common.ArrayUtils.copyArray;
```
  • Loading branch information
jakub-gonet authored Mar 28, 2024
1 parent 420f6f1 commit 97f7a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ yarn-error.log
**/fastlane/screenshots
**/fastlane/test_output

# VSCode
.vscode

# Bundle artifact
*.jsbundle

Expand Down
24 changes: 0 additions & 24 deletions test-apps/expo/pokemon-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test-apps/expo/pokemon-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@expo/metro-runtime": "~3.1.3",
"@gorhom/bottom-sheet": "^4.6.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/art": "^1.2.0",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native-stack": "^6.9.18",
"axios": "^1.6.7",
Expand Down

0 comments on commit 97f7a22

Please sign in to comment.