Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVA-424 create new application submitted screen #214

Merged
merged 9 commits into from
Sep 26, 2024

Conversation

mirkiy
Copy link

@mirkiy mirkiy commented Aug 1, 2024

Description

Add the import at the top of the file and copy and paste the code below to src/Navigators/Main.tsx when you want to see the NewApplicationSubmitted screen.

import NewApplicationSubmittedContainer from '@/NativeBase/Containers/NewApplicationSubmittedContainer

      <Tab.Screen
        name="NewApplicationSubmitted"
        component={NewApplicationSubmittedContainer}
        options={{
          ...bottomTabOptions,
          headerShown: false,
        }}
      /> 

TypeError: Cannot read property 'it_key' of undefined

When Go to Role pressed cannot get the Project Details or Project List as of yet.

Copy link
Collaborator

@CatMac228 CatMac228 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works and looks great on IOS :)
Screenshot 2024-08-09 at 07 50 56

@mirkiy mirkiy merged commit 63a76a3 into develop Sep 26, 2024
1 check passed
@mirkiy mirkiy deleted the SVA-424-create-new-application-submitted-screen branch September 26, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants