Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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