recr0ns / react-native-material-switch

MIT License
80 stars 83 forks source link

switch access issue #25

Open ishita-kothari opened 7 years ago

ishita-kothari commented 7 years ago

Hello,

I am using this package to add a switch to my native app. I am attaching the error image screen shot 2017-06-09 at 3 30 04 pm

to solve this error, I had to make declaration changes to the index file. The changes I made are: import React,{Component} from 'react'; import {PanResponder, View, TouchableHighlight, Animated} from 'react-native';

Please solve the issue with the package so that others don't face the similar problem.

Thanks!

zoi-aoba commented 7 years ago

same here 😢 anyway, thanks for your solution!! @ishita-kothari