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

@@ -1,6 +1,6 @@
import React, { Fragment, createRef } from 'react';
import styled from 'styled-components/native';
import JSONTree from 'react-native-json-tree';
import JSONTree from '../../JSON';
import {
ScrollView
} from 'react-native';