Skip to content

Commit

Permalink
Merge pull request jeanregisser#36 from moduscreate/master
Browse files Browse the repository at this point in the history
Compat update for RN 26+
  • Loading branch information
jeanregisser committed May 15, 2016
2 parents 716e26b + 6636e49 commit b297721
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/Slider.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
'use strict';

var React = require('react');
var {
import React, {
Component,
PropTypes
} from "react";

import {
Animated,
PropTypes,
StyleSheet,
PanResponder,
View
} = require('react-native');
} from "react-native";

var shallowCompare = require('react-addons-shallow-compare');
var styleEqual = require('style-equal');

Expand Down

0 comments on commit b297721

Please sign in to comment.