Skip to content

Commit

Permalink
Merge pull request #903 from Doko-Demo-Doa/master
Browse files Browse the repository at this point in the history
Removed trailing comma, which is a breaking change for RN 0.56
  • Loading branch information
skv-headless authored Jul 16, 2018
2 parents a50e3f0 + 45a0d58 commit 2419c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SceneComponent.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const React = require('react');
const ReactNative = require('react-native');
const {Component, } = React;
const {View, StyleSheet, } = ReactNative;
const {Component } = React;
const {View, StyleSheet } = ReactNative;

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

Expand Down

1 comment on commit 2419c25

@pvinis
Copy link

@pvinis pvinis commented on 2419c25 Oct 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a new release would be nice :) @skv-headless

Please sign in to comment.