|
@@ -83,7 +83,7 @@ function _navigate({ dispatch, getState }) {
|
83
|
83
|
// abstraction. Because of the first point, I'm leaving the second point
|
84
|
84
|
// unresolved to attract attention to the fact that the following needs more
|
85
|
85
|
// thinking.
|
86
|
|
- if (navigator.userAgent.match(/react[ \s-]*native/i)) {
|
|
86
|
+ if (navigator.product === 'ReactNative') {
|
87
|
87
|
// Create/destroy the local tracks as needed: create them the first time
|
88
|
88
|
// we are going to render an actual route (be that the WelcomePage or
|
89
|
89
|
// the Conference).
|