Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
200
Merge Requests
13
Security & Compliance
Packages
Project Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
f7c4e8f6
Commit
f7c4e8f6
authored
1 hour ago
by
Juan Manuel Solaro
Browse files
Options
Download
(chore) remove alldone step
parent
88a40ff8
new-onboarding-fixes
1 merge request
!489
WIP: Fix various issues for new onboarding and Email Confirmation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/onboarding/OnboardingScreenNew.js
View file @
f7c4e8f6
...
...
@@ -32,7 +32,6 @@ import CenteredLoading from '../common/components/CenteredLoading';
import
HashtagsStepNew
from
'
./steps/HashtagsStepNew
'
;
import
ChannelSetupStepNew
from
'
./steps/ChannelSetupStepNew
'
;
import
SuggestedGroupsStepNew
from
'
./steps/SuggestedGroupsStepNew
'
;
import
AllDoneStep
from
'
./steps/AllDoneStep
'
;
@
observer
@
inject
(
'
onboarding
'
,
'
hashtag
'
,
'
groupsBar
'
,
'
discovery
'
)
...
...
@@ -110,8 +109,6 @@ export default class OnboardingScreenNew extends Component {
steps
.
push
({
component
:
<
SuggestedChannelsStepNew
onNext
=
{
this
.
onNext
}
onBack
=
{
this
.
onBack
}
/>}
)
;
}
steps
.
push
({
component
:
<
AllDoneStep
onNext
=
{
this
.
onNext
}
/>}
)
return
(
<
SafeAreaView
style
=
{[
CS
.
flexContainer
,
CS
.
backgroundThemePrimary
]}
>
<
KeyboardAvoidingView
style
=
{[
CS
.
flexContainer
]}
behavior
=
{
Platform
.
OS
==
'
ios
'
?
'
padding
'
:
null
}
>
...
...
This diff is collapsed.
Please
register
or
sign in
to comment