diff options
author | Ivan Chen <ivan@tagg.id> | 2021-08-09 16:13:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 16:13:36 -0400 |
commit | efe8d53e6baa75b2329281867f7e864b73c7cd4e (patch) | |
tree | c638e8e0f9d7a8052841e076a4784a0cf77d364e /src/screens/profile/CaptionScreen.tsx | |
parent | 60bb58a2661fd21be9bcb1fa41a6f8141ec61a49 (diff) | |
parent | 7ba1bf283d7dbe8e1da53d1beb8fff14064ad891 (diff) |
Merge pull request #546 from shravyaramesh/tma983-new-category-selection
[TMA-983] New Category Selection
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index d329c589..fc4db950 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -292,7 +292,9 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => { text={'Category'} imageUri={require('../../assets/images/images.png')} onPress={() => - navigation.navigate('ChoosingCategoryScreen', {}) + navigation.navigate('ChoosingCategoryScreen', { + newCustomCategory: momentCategory, + }) } /> ), |