You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, the following would also work because it exposes the `router` static on `AuthenticationScreen` and threads through the `navigation` prop:
73
73
74
74
```javascript
75
-
exportdefaultAppextendsReact.Component {
75
+
exportdefaultclassAppextendsReact.Component {
76
76
render() {
77
77
/* In the root component we are rendering the app navigator */
0 commit comments