File tree 2 files changed +2
-2
lines changed
android/src/main/java/com/primlo/asyncstoragedevmenuitem
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ - (dispatch_queue_t)methodQueue
18
18
RCT_EXPORT_METHOD (initialize)
19
19
{
20
20
[self .bridge.devMenu addItem: [RCTDevMenuItem buttonItemWithTitleBlock: ^NSString *{
21
- return @" Log AsyncStorage contents " ;
21
+ return @" Log AsyncStorage" ;
22
22
} handler: ^{
23
23
[self sendEventWithName: @" LogAsyncStorage" body: nil ];
24
24
}]];
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public void initialize() {
30
30
.getReactInstanceManager ()
31
31
.getDevSupportManager ();
32
32
33
- devSupportManager .addCustomDevOption ("Log AsyncStorage contents " , new DevOptionHandler () {
33
+ devSupportManager .addCustomDevOption ("Log AsyncStorage" , new DevOptionHandler () {
34
34
@ Override
35
35
public void onOptionSelected () {
36
36
getReactApplicationContext ()
You can’t perform that action at this time.
0 commit comments