We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50e3f0 commit 45a0d58Copy full SHA for 45a0d58
SceneComponent.js
@@ -1,7 +1,7 @@
1
const React = require('react');
2
const ReactNative = require('react-native');
3
-const {Component, } = React;
4
-const {View, StyleSheet, } = ReactNative;
+const {Component } = React;
+const {View, StyleSheet } = ReactNative;
5
6
const StaticContainer = require('./StaticContainer');
7
0 commit comments