race604 / react-native-viewpager

[Deprecated] ViewPager component for React Native
1.41k stars 373 forks source link

Warning:ReaactNative.createElement is deprecated. #56

Open F2EVarMan opened 8 years ago

F2EVarMan commented 8 years ago

image react-native 0.25.1

wangasi commented 8 years ago

change the head to this -> import React,{ Component } from 'react'; import { Dimensions, Text, View, TouchableOpacity, PanResponder, Animated, PropTypes, StyleSheet, }from 'react-native'; in 0.25.1,Requiring React API from react-native is now deprecated.