We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc23a0 commit d71abcdCopy full SHA for d71abcd
index.js
@@ -2,12 +2,12 @@ import React from 'react';
2
import PropTypes from 'prop-types';
3
import {
4
StyleSheet,
5
- Navigator,
6
View,
7
Platform,
8
Text,
9
StatusBar,
10
} from 'react-native';
+import {Navigator} from 'react-native-deprecated-custom-components';
11
12
import EventEmitter from 'react-native/Libraries/vendor/emitter/EventEmitter';
13
0 commit comments