We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177854a commit 82b4325Copy full SHA for 82b4325
App.js
@@ -3,6 +3,10 @@ import { StyleSheet, SafeAreaView } from 'react-native';
3
import MyStatusBar from './components/MyStatusBar';
4
import RootNavigation from './navigation/RootNavigation';
5
6
+if (__DEV__) {
7
+ import('./ReactotronConfig').then(() => console.log('Reactotron Configured'));
8
+}
9
+
10
const styles = StyleSheet.create({
11
container: {
12
flex: 1,
0 commit comments