Skip to content

Commit 588a9a9

Browse files
author
Ryan von Kunes Newton
authored
Merge pull request #2 from newtonry/greenkeeper/initial
Greenkeeper/initial
2 parents 73b9b0d + a89c4df commit 588a9a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# react-native-drillable-object-view [![Build Status](https://travis-ci.org/newtonry/react-native-drillable-object-view.svg?branch=master)](https://travis-ci.org/newtonry/react-native-drillable-object-view)
2+
3+
[![Greenkeeper badge](https://badges.greenkeeper.io/newtonry/react-native-drillable-object-view.svg)](https://greenkeeper.io/)
4+
25
This component takes in an array or object and renders a view that you can drill down into, similar to what you can do in a Chrome debugger (see gif below).
36

47
![Example gif](https://i.imgur.com/XRoLP27.gif)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react": "^16.0.0-alpha.12",
5050
"react-addons-test-utils": "^15.6.2",
5151
"react-dom": "^16.0.0-alpha.12",
52-
"react-native": "^0.46.4",
52+
"react-native": "^0.49.3",
5353
"react-test-renderer": "^16.0.0-alpha.12"
5454
},
5555
"jest": {

0 commit comments

Comments
 (0)