add keystore pwds

This commit is contained in:
Priyatham Sai Chand 2021-06-11 10:53:48 +05:30
parent da92bf5567
commit 6eaed03c13
No known key found for this signature in database
GPG Key ID: 4CB4C85E75F5A80C
4 changed files with 269 additions and 5 deletions

View File

@ -29,5 +29,5 @@ FLIPPER_VERSION=0.75.1
MYAPP_RELEASE_STORE_FILE=my-key.keystore
MYAPP_RELEASE_KEY_ALIAS=my-key-alias
MYAPP_RELEASE_STORE_PASSWORD=******
MYAPP_RELEASE_KEY_PASSWORD=*******
MYAPP_RELEASE_STORE_PASSWORD=qwerty
MYAPP_RELEASE_KEY_PASSWORD=qwerty

View File

@ -6,17 +6,26 @@ import {
useColorScheme,
View,
} from 'react-native';
import { Icon } from 'react-native-elements'
const HomeScreen = () => {
return (
<>
<StatusBar backgroundColor="#fffff2" barStyle="dark-content" />
<View
style={styles.viewRoot}>
<Text style={styles.heading}>locaft</Text>
<View style={{ flexDirection: "row", marginTop: "30%", marginLeft: "15%"}}>
<Icon name='home-outline' style={styles.icon} type='ionicon' size={46} color='#206ba5' ></Icon>
<Text style={{color: "#206ba5", fontSize: 25, marginLeft: "-10%"}}>Owners </Text>
</View>
<View style={{ flexDirection: "row", marginTop: "30%", marginLeft: "15%"}}>
<Icon name='key' type='feather' style={styles.icon} size={46} color='#206ba5'></Icon>
<Text style={{color: "#206ba5", fontSize: 25, marginLeft: "-10%"}}>Tenants </Text>
</View>
</View>
</>
);
}
@ -30,9 +39,15 @@ const styles = StyleSheet.create({
color: '#206ba5',
fontSize: 60,
textAlign: 'center',
marginTop: '50%',
marginTop: '40%',
fontFamily: 'Ubuntu-Bold',
}
},
icon: {
alignSelf: "flex-start",
marginLeft: '28%',
flexDirection: 'row',
},
});
export default HomeScreen;

246
package-lock.json generated
View File

@ -10,6 +10,9 @@
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"appcenter": "4.1.0",
"appcenter-analytics": "4.1.0",
"appcenter-crashes": "4.1.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-elements": "^3.4.1",
@ -3616,6 +3619,139 @@
"node": ">= 8"
}
},
"node_modules/appcenter": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter/-/appcenter-4.1.0.tgz",
"integrity": "sha512-JUwb/4sMw68CN2AlJEp1G5iVl/Rzv8fg8t9CzeRaEcnOku42h6+vlYbYe3P5YW18kAIA/hCH0uoDaa0kc9qfDA==",
"dependencies": {
"appcenter-link-scripts": "4.1.0"
}
},
"node_modules/appcenter-analytics": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter-analytics/-/appcenter-analytics-4.1.0.tgz",
"integrity": "sha512-pEsz08wer7J3+zjNV78eSB0FY1bjMxmFHukV6PimAoMpIm8E+X7saGP0QQw2cQTUFiexMujHRvZfM259ksg6hg==",
"dependencies": {
"appcenter": "4.1.0"
}
},
"node_modules/appcenter-crashes": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter-crashes/-/appcenter-crashes-4.1.0.tgz",
"integrity": "sha512-erl7387yAPRKa7d8L7KxNd82OAZ+EQwThpsu7tZLQYn3iuIT4P98dNFCnJKO6y64li4dn4B9rCF3s0PN7tPb1A==",
"dependencies": {
"appcenter": "4.1.0"
}
},
"node_modules/appcenter-link-scripts": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter-link-scripts/-/appcenter-link-scripts-4.1.0.tgz",
"integrity": "sha512-sTd8H4H9wNwBkUKHasvDGNBln34+dHEFlaT/P6O0gvs6TWU3JxlY8uXpB/IqAi2lSWPs3TMgQ7NGXTjvC6oZig==",
"dependencies": {
"debug": "4.1.1",
"glob": "5.0.15",
"minimist": "1.2.5",
"mkdirp": "0.5.3",
"plist": "3.0.1",
"which": "1.2.11",
"xcode": "2.0.0"
}
},
"node_modules/appcenter-link-scripts/node_modules/debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
"deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)",
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/appcenter-link-scripts/node_modules/glob": {
"version": "5.0.15",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"dependencies": {
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "2 || 3",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
}
},
"node_modules/appcenter-link-scripts/node_modules/isexe": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
"integrity": "sha1-NvPiLmB1CSD15yQaR2qMakInWtA="
},
"node_modules/appcenter-link-scripts/node_modules/mkdirp": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz",
"integrity": "sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==",
"deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
"dependencies": {
"minimist": "^1.2.5"
},
"bin": {
"mkdirp": "bin/cmd.js"
}
},
"node_modules/appcenter-link-scripts/node_modules/plist": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz",
"integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==",
"dependencies": {
"base64-js": "^1.2.3",
"xmlbuilder": "^9.0.7",
"xmldom": "0.1.x"
},
"engines": {
"node": ">=6"
}
},
"node_modules/appcenter-link-scripts/node_modules/uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
"bin": {
"uuid": "bin/uuid"
}
},
"node_modules/appcenter-link-scripts/node_modules/which": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/which/-/which-1.2.11.tgz",
"integrity": "sha1-yLLu6muMFln6fB3U/aq+lTPcXos=",
"dependencies": {
"isexe": "^1.1.1"
},
"bin": {
"which": "bin/which"
}
},
"node_modules/appcenter-link-scripts/node_modules/xcode": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.0.0.tgz",
"integrity": "sha512-5xF6RCjAdDEiEsbbZaS/gBRt3jZ/177otZcpoLCjGN/u1LrfgH7/Sgeeavpr/jELpyDqN2im3AKosl2G2W8hfw==",
"dependencies": {
"simple-plist": "^1.0.0",
"uuid": "^3.3.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/appcenter-link-scripts/node_modules/xmldom": {
"version": "0.1.31",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
"integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==",
"deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0",
"engines": {
"node": ">=0.1"
}
},
"node_modules/appdirsjs": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.4.tgz",
@ -16420,6 +16556,116 @@
"picomatch": "^2.0.4"
}
},
"appcenter": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter/-/appcenter-4.1.0.tgz",
"integrity": "sha512-JUwb/4sMw68CN2AlJEp1G5iVl/Rzv8fg8t9CzeRaEcnOku42h6+vlYbYe3P5YW18kAIA/hCH0uoDaa0kc9qfDA==",
"requires": {
"appcenter-link-scripts": "4.1.0"
}
},
"appcenter-analytics": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter-analytics/-/appcenter-analytics-4.1.0.tgz",
"integrity": "sha512-pEsz08wer7J3+zjNV78eSB0FY1bjMxmFHukV6PimAoMpIm8E+X7saGP0QQw2cQTUFiexMujHRvZfM259ksg6hg==",
"requires": {
"appcenter": "4.1.0"
}
},
"appcenter-crashes": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter-crashes/-/appcenter-crashes-4.1.0.tgz",
"integrity": "sha512-erl7387yAPRKa7d8L7KxNd82OAZ+EQwThpsu7tZLQYn3iuIT4P98dNFCnJKO6y64li4dn4B9rCF3s0PN7tPb1A==",
"requires": {
"appcenter": "4.1.0"
}
},
"appcenter-link-scripts": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/appcenter-link-scripts/-/appcenter-link-scripts-4.1.0.tgz",
"integrity": "sha512-sTd8H4H9wNwBkUKHasvDGNBln34+dHEFlaT/P6O0gvs6TWU3JxlY8uXpB/IqAi2lSWPs3TMgQ7NGXTjvC6oZig==",
"requires": {
"debug": "4.1.1",
"glob": "5.0.15",
"minimist": "1.2.5",
"mkdirp": "0.5.3",
"plist": "3.0.1",
"which": "1.2.11",
"xcode": "2.0.0"
},
"dependencies": {
"debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
"requires": {
"ms": "^2.1.1"
}
},
"glob": {
"version": "5.0.15",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"requires": {
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "2 || 3",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"isexe": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
"integrity": "sha1-NvPiLmB1CSD15yQaR2qMakInWtA="
},
"mkdirp": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz",
"integrity": "sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==",
"requires": {
"minimist": "^1.2.5"
}
},
"plist": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz",
"integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==",
"requires": {
"base64-js": "^1.2.3",
"xmlbuilder": "^9.0.7",
"xmldom": "0.1.x"
}
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"which": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/which/-/which-1.2.11.tgz",
"integrity": "sha1-yLLu6muMFln6fB3U/aq+lTPcXos=",
"requires": {
"isexe": "^1.1.1"
}
},
"xcode": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.0.0.tgz",
"integrity": "sha512-5xF6RCjAdDEiEsbbZaS/gBRt3jZ/177otZcpoLCjGN/u1LrfgH7/Sgeeavpr/jELpyDqN2im3AKosl2G2W8hfw==",
"requires": {
"simple-plist": "^1.0.0",
"uuid": "^3.3.2"
}
},
"xmldom": {
"version": "0.1.31",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
"integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ=="
}
}
},
"appdirsjs": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.4.tgz",

View File

@ -13,6 +13,9 @@
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"appcenter": "4.1.0",
"appcenter-analytics": "4.1.0",
"appcenter-crashes": "4.1.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-elements": "^3.4.1",