removed failing react-native-json-tree

This commit is contained in:
2021-04-09 14:03:14 +02:00
parent ff8b95ce45
commit 52a6627e6b
4 changed files with 15 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import {
Emphasis,
Fixed,
} from '../../base/text';
import JSONTree from 'react-native-json-tree';
import JSONTree from '../../JSON';
import Cell from '../../base/Cell';
import CellHeader from '../../base/CellHeader';
import Tab from '../Tab';