Released v0.2.1 to beta testers

This commit is contained in:
Bruno Lemos
2017-01-20 00:43:20 -02:00
parent 49c1a2668c
commit b097772fb0
4 changed files with 11 additions and 6 deletions

View File

@@ -636,6 +636,7 @@
};
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = JNXGJS86YQ;
ProvisioningStyle = Automatic;
};
};
};
@@ -1103,6 +1104,7 @@
baseConfigurationReference = 2EDF10C3B2A542B888620631 /* Pods-devhub.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = JNXGJS86YQ;
@@ -1115,6 +1117,8 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.brunolemos.devhub;
PRODUCT_NAME = devhub;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
VALID_ARCHS = "arm64 armv7 armv7s";
VERSIONING_SYSTEM = "apple-generic";
};
@@ -1125,6 +1129,7 @@
baseConfigurationReference = 6A2C4C8E25BC809453CF52F2 /* Pods-devhub.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = JNXGJS86YQ;
INFOPLIST_FILE = devhub/Info.plist;
@@ -1136,6 +1141,8 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.brunolemos.devhub;
PRODUCT_NAME = devhub;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
VALID_ARCHS = "arm64 armv7 armv7s";
VERSIONING_SYSTEM = "apple-generic";
};

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -31,8 +31,6 @@
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>

View File

@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.0.1",
"version": "0.2.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",

View File

@@ -32,7 +32,7 @@ export default class extends React.PureComponent {
componentWillReceiveProps({ loading }) {
// if finished loading
if (loading === false && this.props.loading === true) {
if (!loading && this.props.loading) {
if (this.state.hasLoadedOnce === false) {
this.setState({ hasLoadedOnce: true });
}
@@ -107,7 +107,7 @@ export default class extends React.PureComponent {
isEmpty || !(items.size > 0)
? (
hasLoadedOnce
? <EmptyColumnContent key="empty-column" refreshControl={refreshControl} />
? <EmptyColumnContent refreshControl={refreshControl} />
: null
)
: (