larsvinter / react-native-awesome-button

A button React Native component supporting showing different states with animations
MIT License
235 stars 47 forks source link

super expression must either be null or a function not undefined #12

Closed pauldowlin closed 8 years ago

pauldowlin commented 8 years ago

Was getting this error with react native build .26.3 Noticed that if I used the latest recommendations the error goes away. This is inside AwesomeButton.js

import React, { Component, } from 'react';

import { Animated, ActivityIndicatorIOS, View, Text, StyleSheet, TouchableOpacity } from 'react-native';

seantempesta commented 8 years ago

Thanks @pauldowlin!

larsvinter commented 8 years ago

Duplicate