Skip to content

Commit 82b4325

Browse files
author
Kashish Grover
committed
add reactotron
1 parent 177854a commit 82b4325

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

App.js

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import { StyleSheet, SafeAreaView } from 'react-native';
33
import MyStatusBar from './components/MyStatusBar';
44
import RootNavigation from './navigation/RootNavigation';
55

6+
if (__DEV__) {
7+
import('./ReactotronConfig').then(() => console.log('Reactotron Configured'));
8+
}
9+
610
const styles = StyleSheet.create({
711
container: {
812
flex: 1,

0 commit comments

Comments
 (0)