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
{"__data":"|{¨id¨¨Body#QmPbyKQBgzjCmwaCamYPfW9vaSQ9gmxMAhGoxtYdJRwwn6¨¨contentType¨¨image/png¨¨attribute¨¨Bodys¨¨frames¨|÷¨hash¨¨QmPbyKQBgzjCmwaCamYPfW9vaSQ9gmxMAhGoxtYdJRwwn6¨¨colors¨|÷¨trait¨¨Chocolate¨¨rarity¨¢1c¨rarityMode¨¨weight¨¨tags¨|÷¨urls¨{ß7ß8¨original¨¨https://assets.bueno.art/images/QmPbyKQBgzjCmwaCamYPfW9vaSQ9gmxMAhGoxtYdJRwwn6?s=d599cae0f2e6b71bd2b6e23f8603e9ea¨¨medium¨¨https://assets.bueno.art/images/QmPbyKQBgzjCmwaCamYPfW9vaSQ9gmxMAhGoxtYdJRwwn6?w=600&s=1beed1190a3ffe5b09b3d5084f354ccc¨¨croppedThumbnail¨¨https://assets.bueno.art/images/QmPbyKQBgzjCmwaCamYPfW9vaSQ9gmxMAhGoxtYdJRwwn6?w=300&h=300&fit=fill&fill-color=00FFFFFF&trim=color&s=1084c559befadbe96f3b7b57c26bd458¨}¨rendering¨{¨pixelated¨«¨fps¨Ê}}{ß0¨Body#QmSNf65HrL7sqs8XbeoXxTvaguaokMbHmU7Hq44Dc1xkbP¨ß2ß3ß4ß5ß6|÷ß7¨QmSNf65HrL7sqs8XbeoXxTvaguaokMbHmU7Hq44Dc1xkbP¨ß9|÷ßA¨Cream¨ßC¤oßDßEßF|÷ßG{ß7ßRßH¨https://assets.bueno.art/images/QmSNf65HrL7sqs8XbeoXxTvaguaokMbHmU7Hq44Dc1xkbP?s=4b1ff2db850536c386b4181ec919ecde¨ßJ¨https://assets.bueno.art/ima |
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
[ | |
{ | |
"id": "UUIDv4", | |
"name": "Page name", | |
"template": false, | |
"thumbnail": "", | |
"description": "No description", | |
"gjs-assets": "[]", | |
"gjs-pages": "[]", | |
"gjs-styles": "[]", |
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
const SqlService = function (this: any) { | |
this.db = null; | |
this.stack = { | |
queries: [], | |
binds: [], | |
}; | |
this.timeout = 1000; | |
this.isWaiting = false; | |
this.wait = null; | |
this.RN = false; |
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
UPDATE product SET weight='2.85' WHERE model='han00001';UPDATE product SET weight='2.80' WHERE model='han00002';UPDATE product SET weight='2.85' WHERE model='han00003';UPDATE product SET weight='2.85' WHERE model='han00004';UPDATE product SET weight='2.35' WHERE model='han00005';UPDATE product SET weight='2.28' WHERE model='han00006';UPDATE product SET weight='2.28' WHERE model='han00007';UPDATE product SET weight='2.99' WHERE model='han00008';UPDATE product SET weight='2.45' WHERE model='han00009';UPDATE product SET weight='2.59' WHERE model='han00010';UPDATE product SET weight='0' WHERE model='han00011';UPDATE product SET weight='2.52' WHERE model='han00012';UPDATE product SET weight='3.05' WHERE model='han00013';UPDATE product SET weight='3.05' WHERE model='han00014';UPDATE product SET weight='0' WHERE model='han00015';UPDATE product SET weight='0' WHERE model='han00016';UPDATE product SET weight='0' WHERE model='han00017';UPDATE product SET weight='0' WHERE model='han00018';UPDATE product SET weight='0' W |
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
import React from "react"; | |
import { Platform, StatusBar } from "react-native"; | |
import { | |
DrawerNavigator, | |
StackNavigator, | |
TabNavigator, | |
SwitchNavigator | |
} from "react-navigation"; | |
import Icon from 'react-native-vector-icons/Ionicons'; |
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
import React from 'react'; | |
import PropTypes from 'prop-types'; | |
import createReactClass from 'create-react-class'; | |
import { | |
StyleSheet, | |
Text, | |
View, | |
TouchableOpacity, | |
} from 'react-native'; |