Skip to content

Commit 2419c25

Browse files
authored
Merge pull request #903 from Doko-Demo-Doa/master
Removed trailing comma, which is a breaking change for RN 0.56
2 parents a50e3f0 + 45a0d58 commit 2419c25

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)