Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
f0e9f7df
Commit
f0e9f7df
authored
Jul 16, 2019
by
YJ
Browse files
fix: rndiffapp -> nativesigner
parent
42de4fa9
Changes
1
Show whitespace changes
Inline
Side-by-side
ios/NativeSigner/AppDelegate.m
View file @
f0e9f7df
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
{
{
RCTBridge
*
bridge
=
[[
RCTBridge
alloc
]
initWithDelegate
:
self
launchOptions
:
launchOptions
];
RCTBridge
*
bridge
=
[[
RCTBridge
alloc
]
initWithDelegate
:
self
launchOptions
:
launchOptions
];
RCTRootView
*
rootView
=
[[
RCTRootView
alloc
]
initWithBridge
:
bridge
RCTRootView
*
rootView
=
[[
RCTRootView
alloc
]
initWithBridge
:
bridge
moduleName:
@"
RnDiffApp
"
moduleName:
@"
NativeSigner
"
initialProperties:
nil
];
initialProperties:
nil
];
rootView
.
backgroundColor
=
[[
UIColor
alloc
]
initWithRed
:
1
.
0
f
green
:
1
.
0
f
blue
:
1
.
0
f
alpha
:
1
];
rootView
.
backgroundColor
=
[[
UIColor
alloc
]
initWithRed
:
1
.
0
f
green
:
1
.
0
f
blue
:
1
.
0
f
alpha
:
1
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment