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';
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(<TradingViewWidget symbol="NASDAQ:AAPL" theme={Themes.DARK} locale="fr" autosize />) } } export default TradingViewWidget