0
これは、全体のコードReactネイティブスローの6スタックフレームが崩壊しました。エラー
class App extends React.Component {
render() {
return (
<div className="container">
<Nav />
</div>
);
}
}
const styles = StyleSheet.create({
topnav: {
position : 'fixed',
top : 0,
right : 0
}
});
ReactDOM.render(<App />, document.getElementById('app'));
なぜこのエラーが発生しないのですか? 'StyleSheet'をサポートするために何かをインポートする必要がありますか?