mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2024-11-05 06:54:24 +01:00
Finished react
This commit is contained in:
parent
57c78c6e9c
commit
749e2bdbda
@ -1409,7 +1409,7 @@
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEAD_CODE_STRIPPING = NO;
|
||||
DEVELOPMENT_TEAM = 6R9WWC2RCL;
|
||||
DEVELOPMENT_TEAM = 44JUGMFH4U;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
||||
@ -1441,7 +1441,7 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = 6R9WWC2RCL;
|
||||
DEVELOPMENT_TEAM = 44JUGMFH4U;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../node_modules/react-native-linear-gradient/BVLinearGradient",
|
||||
|
@ -70,7 +70,7 @@
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
|
@ -22,7 +22,6 @@ export default class extends Component {
|
||||
|
||||
if (code === undefined) navigation.navigate('scan')
|
||||
else PushNotification.localNotificationSchedule({
|
||||
id: 0,
|
||||
title: '🚀 Scan succeded!',
|
||||
message: `Your super sercret code is: ${code}`,
|
||||
date: new Date(Date.now() + (5 * 1000))
|
||||
|
Loading…
Reference in New Issue
Block a user