Skip to content

Commit 9c85cc4

Browse files
authored
Update turbo-native-modules-android.md (facebook#4405)
On app build, compiler throws an error since we're using this property as `NativeLocalStorageModule.NAME` in another file `NativeLocalStorageModule.java`
1 parent 3decd40 commit 9c85cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/turbo-native-modules-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import com.facebook.react.bridge.ReactApplicationContext;
2222

2323
public class NativeLocalStorageModule extends NativeLocalStorageSpec {
2424

25-
private static final String NAME = "NativeLocalStorage";
25+
public static final String NAME = "NativeLocalStorage";
2626

2727
public NativeLocalStorageModule(ReactApplicationContext reactContext) {
2828
super(reactContext);

0 commit comments

Comments
 (0)