From 8812a2dadd8abcf7e86dcd73d063cba1c6c18acb Mon Sep 17 00:00:00 2001 From: Burhanudin Hakim Date: Wed, 22 Jun 2016 11:03:03 +0700 Subject: [PATCH] Updated to support ReactNative >=0.28.x. Removed Deprecated ActivityIndicatorIOS, and change to ActivityIndicator. --- Button.js | 4 ++-- Example/button/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Button.js b/Button.js index 02acb71..8da822b 100644 --- a/Button.js +++ b/Button.js @@ -10,7 +10,7 @@ const { TouchableOpacity, Text, StyleSheet, - ActivityIndicatorIOS, + ActivityIndicator, ProgressBarAndroid, TouchableNativeFeedback, Platform @@ -64,7 +64,7 @@ const Button = React.createClass({ _renderInnerTextiOS: function () { if (this.props.isLoading) { return ( -