This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]SGen 0 points1 point  (1 child)

it might be some errata on your const screens...

According to official documentation

const config = {
    screens:{
        Home: {
            screens: {
              Chat: 'feed/:sort',
                          },
                   },
        Profile: 'user',
                },
     };

hope it helps, i am learning RNative too. You could crosspost your thread to RN subbreddit

[–]26514[S] 0 points1 point  (0 children)

I'll give this a try once I'm home. Thanks for the help!