This plugin needs to be updated !
hanweixing opened this issue · 0 comments
hanweixing commented
Just change the import way like below:
`// var React = require('react-native');
import React from "react"
/*
var {
Animated,
Easing,
StyleSheet,
View
} = React;
*/
import { Animated, StyleSheet, Easing, View } from 'react-native';`