- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
- Ultimate Code Generator - https://webcode.tools/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<View style={{ flex: 1 }}> | |
<View style={styles.logocontainer}> | |
<View style={styles.logoimage}> | |
<Image | |
source={require("./images/logonew.png")} | |
style={{ height: "100%", width: "100%" }} | |
resizeMethod="resize" | |
resizeMode="contain" | |
/> | |
</View> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Machine({ | |
id: 'userMachine', | |
initial: 'notARegisteredUser', | |
context: { | |
user: { | |
hasBillableCard: false, | |
apiTransactionCount: 0, | |
hadApiTrial: false, | |
hadWebTrial: false, | |
apiPlanName: '', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Machine({ | |
id: 'userMachine', | |
initial: 'notARegisteredUser', | |
context: { | |
user: { | |
hasBillableCard: false, | |
apiTransactionCount: 0, | |
hadApiTrial: false, | |
hadWebTrial: false, | |
apiPlanName: '', |