Commit f0e9f7df authored by YJ's avatar YJ
Browse files

fix: rndiffapp -> nativesigner

parent 42de4fa9
......@@ -18,7 +18,7 @@
{
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
moduleName:@"RnDiffApp"
moduleName:@"NativeSigner"
initialProperties:nil];
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
......@@ -40,4 +40,4 @@
#endif
}
@end
\ No newline at end of file
@end
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment