Nguyen Thanh
Results
2
comments of
Nguyen Thanh
I have the same issue. I use react native 0.52.0
You can try to PhotoViewPackage() manually into your MainActivity.java for RN < 0.29 and to your MainApplication.java for RN >=0.29. It work for me. ``` import com.reactnative.photoview.PhotoViewPackage; // ... public...