Skip to content

Instantly share code, notes, and snippets.

View virtualdesigner's full-sized avatar
😀
My three swords - What? How? Why?

Deepak S M virtualdesigner

😀
My three swords - What? How? Why?
View GitHub Profile
Machine({
id: 'userMachine',
initial: 'notARegisteredUser',
context: {
user: {
hasBillableCard: false,
apiTransactionCount: 0,
hadApiTrial: false,
hadWebTrial: false,
apiPlanName: '',
Machine({
id: 'userMachine',
initial: 'notARegisteredUser',
context: {
user: {
hasBillableCard: false,
apiTransactionCount: 0,
hadApiTrial: false,
hadWebTrial: false,
apiPlanName: '',
<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>
@virtualdesigner
virtualdesigner / webdev_online_resources.md
Created July 25, 2018 13:44 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)