File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/src/main/java/com/futurepress/staticserver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
import com .facebook .react .uimanager .ViewManager ;
10
10
import com .facebook .react .bridge .JavaScriptModule ;
11
11
public class FPStaticServerPackage implements ReactPackage {
12
- @ Override
12
+
13
13
public List <NativeModule > createNativeModules (ReactApplicationContext reactContext ) {
14
14
List <NativeModule > modules = new ArrayList <>();
15
15
modules .add (new FPStaticServerModule (reactContext ));
Original file line number Diff line number Diff line change 1
1
2
2
{
3
3
"name" : " react-native-static-server" ,
4
- "version" : " 0.1.7 " ,
4
+ "version" : " 0.1.8 " ,
5
5
"repository" : " https://github.com/futurepress/react-native-static-server" ,
6
6
"description" : " HTTP static file server for React Native" ,
7
7
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments