I have a react native application and I am trying to pass in props to my AppwithNavigationComponent. I want to do this so that the props created in Authenticator component are passed into the AppwithNavigationState component. However I am stuck on passing in multiple variables to a component:I have a react native application and I am tryi