File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ // eslint-disable-next-line
2
+ import Reactotron from 'reactotron-react-native' ;
3
+
4
+ Reactotron . configure ( ) . useReactNative ( ) . connect ( ) ;
Original file line number Diff line number Diff line change 16
16
"react-navigation" : " ^2.5.5"
17
17
},
18
18
"devDependencies" : {
19
- "babel-preset-expo" : " ^5.0.0" ,
20
19
"babel-eslint" : " ^8.2.5" ,
20
+ "babel-preset-expo" : " ^5.0.0" ,
21
21
"eslint" : " ^5.0.1" ,
22
22
"eslint-config-airbnb" : " ^17.0.0" ,
23
23
"eslint-plugin-import" : " ^2.13.0" ,
24
24
"eslint-plugin-jsx-a11y" : " ^6.0.3" ,
25
- "eslint-plugin-react" : " ^7.10.0"
25
+ "eslint-plugin-react" : " ^7.10.0" ,
26
+ "reactotron-react-native" : " ^2.1.5"
26
27
}
27
28
}
Original file line number Diff line number Diff line change @@ -3904,6 +3904,10 @@ minizlib@^1.1.0:
3904
3904
dependencies :
3905
3905
minipass "^2.2.1"
3906
3906
3907
+ mitt@^1.1.2 :
3908
+ version "1.1.3"
3909
+ resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.1.3.tgz#528c506238a05dce11cd914a741ea2cc332da9b8"
3910
+
3907
3911
mixin-deep@^1.2.0 :
3908
3912
version "1.3.1"
3909
3913
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
4719
4723
prop-types "^15.6.2"
4720
4724
schedule "^0.3.0"
4721
4725
4726
+ reactotron-core-client@^2.2.1 :
4727
+ version "2.2.1"
4728
+ resolved "https://registry.yarnpkg.com/reactotron-core-client/-/reactotron-core-client-2.2.1.tgz#2b7417df7831419ce9bc44b025f86012fda7e582"
4729
+
4730
+ reactotron-react-native@^2.1.5 :
4731
+ version "2.1.5"
4732
+ resolved "https://registry.yarnpkg.com/reactotron-react-native/-/reactotron-react-native-2.1.5.tgz#2726d5f057c48933188df6a100c3ee168eeb4119"
4733
+ dependencies :
4734
+ mitt "^1.1.2"
4735
+ prop-types "^15.5.10"
4736
+ reactotron-core-client "^2.2.1"
4737
+
4722
4738
read-pkg-up@^2.0.0 :
4723
4739
version "2.0.0"
4724
4740
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
You can’t perform that action at this time.
0 commit comments