Skip to content

Commit

Permalink
Compat update for RN 26+
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygarcia committed May 15, 2016
1 parent 716e26b commit 6636e49
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 6636e49

Please sign in to comment.