There was an error while loading. Please reload this page.
1 parent edec1c7 commit c11ef19Copy full SHA for c11ef19
android/src/main/java/land/fx/fula/FulaModule.java
@@ -47,6 +47,9 @@
47
import fulamobile.Fulamobile;
48
49
import land.fx.wnfslib.Fs;
50
+import java.nio.file.Files;
51
+import java.nio.file.Path;
52
+import java.nio.file.Paths;
53
54
@ReactModule(name = FulaModule.NAME)
55
public class FulaModule extends ReactContextBaseJavaModule {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@functionland/react-native-fula",
3
- "version": "1.54.31",
+ "version": "1.54.32",
4
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments