Skip to content

Commit 177854a

Browse files
author
Kashish Grover
committed
add reactotron
1 parent 2d054f3 commit 177854a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

ReactotronConfig.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// eslint-disable-next-line
2+
import Reactotron from 'reactotron-react-native';
3+
4+
Reactotron.configure().useReactNative().connect();

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
"react-navigation": "^2.5.5"
1717
},
1818
"devDependencies": {
19-
"babel-preset-expo": "^5.0.0",
2019
"babel-eslint": "^8.2.5",
20+
"babel-preset-expo": "^5.0.0",
2121
"eslint": "^5.0.1",
2222
"eslint-config-airbnb": "^17.0.0",
2323
"eslint-plugin-import": "^2.13.0",
2424
"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"
2627
}
2728
}

yarn.lock

+16
Original file line numberDiff line numberDiff line change
@@ -3904,6 +3904,10 @@ minizlib@^1.1.0:
39043904
dependencies:
39053905
minipass "^2.2.1"
39063906

3907+
mitt@^1.1.2:
3908+
version "1.1.3"
3909+
resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.1.3.tgz#528c506238a05dce11cd914a741ea2cc332da9b8"
3910+
39073911
mixin-deep@^1.2.0:
39083912
version "1.3.1"
39093913
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
@@ -4719,6 +4723,18 @@ [email protected]:
47194723
prop-types "^15.6.2"
47204724
schedule "^0.3.0"
47214725

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+
47224738
read-pkg-up@^2.0.0:
47234739
version "2.0.0"
47244740
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"

0 commit comments

Comments
 (0)