We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de4a6e commit 18bccf9Copy full SHA for 18bccf9
README.md
@@ -24,7 +24,7 @@ A cross platform component for serving static assets with React Native.
24
#### Android
25
26
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
27
- - Add `import com.reactlibrary.FPStaticServerPackage;` to the imports at the top of the file
+ - Add `import com.futurepress.staticserver.FPStaticServerPackage;` to the imports at the top of the file
28
- Add `new FPStaticServerPackage()` to the list returned by the `getPackages()` method
29
2. Append the following lines to `android/settings.gradle`:
30
```
0 commit comments