Skip to content

Commit 45a0d58

Browse files
committed
Removed trailing comma, which is a breaking change for RN 0.56
1 parent a50e3f0 commit 45a0d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SceneComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const React = require('react');
22
const ReactNative = require('react-native');
3-
const {Component, } = React;
4-
const {View, StyleSheet, } = ReactNative;
3+
const {Component } = React;
4+
const {View, StyleSheet } = ReactNative;
55

66
const StaticContainer = require('./StaticContainer');
77

0 commit comments

Comments
 (0)