aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2021-01-02 07:41:03 -0800
committerGitHub <noreply@github.com>2021-01-02 10:41:03 -0500
commitecd10fc394f2d2b6be08cee55f7b9a75ab276ac7 (patch)
tree648fbb34a9ae74c96efd285db4a272f53095fc57 /src/index.ts
parent75d5e910767f531e8261d5fd70ad427214599102 (diff)
[TMA-294] Redirecting to Notification Screen (#161)
* Added nav ref & redirect to notifScreen onTap * Added type NavigationContainerRef Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index ab7fd11d..e8e7e50f 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1 +1,2 @@
export {default} from './App';
+export * from './RootNavigation';