You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running react-native run-android gives me a bunch of package ... does not exist errors; e.g. these are the first two:
> Task :react-native-firebaseui:compileDebugJavaWithJavac FAILED
Note: [1] Wrote GeneratedAppGlideModule with: []
/home/arch/dev/lagukan/rn/lagukan/node_modules/react-native-firebaseui/android/src/main/java/io/rumors/reactnativefirebaseui/storage/FirebasePhotoViewManager.java:15: error: package com.facebook.yoga does not exist
import com.facebook.yoga.YogaConstants;
^
/home/arch/dev/lagukan/rn/lagukan/node_modules/react-native-firebaseui/android/src/main/java/io/rumors/reactnativefirebaseui/storage/ExtendedPhotoView.java:15: error: package com.facebook.react.views.imagehelper does not exist
import com.facebook.react.views.imagehelper.ResourceDrawableIdHelper;
^
Any ideas on how to fix this? Maybe it's something similar to capitalone/react-native-pathjs-charts#55? I'm a bit of a newb wrt react native, but I'll try messing around with it some more on Monday.
The text was updated successfully, but these errors were encountered:
Hey @jacobobryant and thank you for opening this issue.
I’m currently on vacation and we’ll be able to look at this in about 10 days.
I’ll look into it when I come back.
Running
react-native run-android
gives me a bunch ofpackage ... does not exist
errors; e.g. these are the first two:Any ideas on how to fix this? Maybe it's something similar to capitalone/react-native-pathjs-charts#55? I'm a bit of a newb wrt react native, but I'll try messing around with it some more on Monday.
The text was updated successfully, but these errors were encountered: