mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 17:47:21 +08:00
strip off RK/RCT prefix from NativeModules
Reviewed By: javache Differential Revision: D4487530 fbshipit-source-id: ea16720dc15e490267ad244c43ea9d237f81e353
This commit is contained in:
committed by
Facebook Github Bot
parent
b6f494c313
commit
29616e3122
@@ -65,7 +65,7 @@ public class NetworkRecordingModuleMock extends ReactContextBaseJavaModule {
|
||||
|
||||
@Override
|
||||
public final String getName() {
|
||||
return "RCTNetworking";
|
||||
return "Networking";
|
||||
}
|
||||
|
||||
private void fireReactCallback(
|
||||
|
||||
Reference in New Issue
Block a user