droidconKE / droidconKE2022ReactNative

Official DroidconKE 2022 React Native App
https://play.google.com/store/apps/details?id=com.brianwachira.droidconKE2022ReactNative&hl=en&gl=US
MIT License
8 stars 17 forks source link

[feature] About Screen #41

Closed devKiratu closed 1 year ago

devKiratu commented 1 year ago

Description

This PR Structures the About Screen as per the provided design. The data used is mock data which shall be replaced once data from the server is available. To enable navigation to the Team screen, minor changes have been made to the following existing files:

SingleSpeakerScreen.tsx   
BottomTabsNavigator.tsx   
MainStackNavigator.tsx

A new file, the custodian of custom navigation types, (src/types/Navigation.ts) has been created.

Fixes #17

Type of change

How Has This Been Tested?

By running the app locally, and testing using the Android emulator and an android device running on android 9

Screenshots

- About Screen on loading about

- on scrolling aboutscrolled1

aboutscrolled2

on navigating to Team screen. The circled word was passed as a route param navigateToTeam

Checklist:

devKiratu commented 1 year ago

I like how you edited the style names to something more understandable/relatable. Good job!

Thanks!

devKiratu commented 1 year ago

@brianwachira I have noted that the Publish App to Develop Channel job has failed due to lack of an image asset. (see screenshot below). How do I go about fixing this? Open a new PR?

Screenshot 2022-10-11 at 15-21-44 Merge pull request #41 from devKiratu_feature-about-screen · droidconKE_droidconKE2022ReactNative@a326a9f

devKiratu commented 1 year ago

@brianwachira I have noted that the Publish App to Develop Channel job has failed due to lack of an image asset. (see screenshot below). How do I go about fixing this? Open a new PR?

Screenshot 2022-10-11 at 15-21-44 Merge pull request #41 from devKiratu_feature-about-screen · droidconKE_droidconKE2022ReactNative@a326a9f

I've seen it's being addressed by PR#49