larsvinter / react-native-awesome-button

A button React Native component supporting showing different states with animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

super expression must either be null or a function not undefined

pauldowlin opened this issue · comments

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';

Duplicate