rafaelklaessen / react-tradingview-widget

React component for rendering the TradingView Advanced Real-Time Chart Widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not use it like a component

LuSoSmartDev opened this issue · comments

I try your example and it alway said that " Invariant Violation: View config not found for name article"
I posted my code bellow
[import React, { Component } from 'react';
import {
Text, View, Image, TouchableHighlight,StyleSheet,Dimensions, TouchableOpacity
} from 'react-native';

import TradingViewWidget, { Themes } from 'react-tradingview-widget';

class TradingView extends Component{
render(){
return()
}
}
export default TradingViewWidget

This component does not work on react-native (and never will because TradingView itself only supports web)