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
Open up android/app/src/main/java/[...]/MainActivity.java
Add import com.futurepress.staticserver.FPStaticServerPackage; to the imports at the top of the file
Add new FPStaticServerPackage() to the list returned by the getPackages() method
However, imports are usually done in android/app/src/main/java/[...]/MainApplication.java from what I've seen with other RN projects that need linking. Also, the getPackages method only exists in MainApplication.java.
The text was updated successfully, but these errors were encountered:
The instruction from here say:
However, imports are usually done in
android/app/src/main/java/[...]/MainApplication.java
from what I've seen with other RN projects that need linking. Also, thegetPackages
method only exists inMainApplication.java
.The text was updated successfully, but these errors were encountered: