Skip to content

Instantly share code, notes, and snippets.

View Chris-Petty's full-sized avatar

Chris Petty Chris-Petty

View GitHub Profile
This file has been truncated, but you can view the full file.
{"sync_buffer_rows":[{"record_id":"1311090C79C7459E960EE262DC7D55F0","received_datetime":"2023-11-24T01:19:29.339665","integration_datetime":null,"integration_error":null,"table_name":"Reports_By_User","action":"Upsert","data":"{\"ID\":\"1311090C79C7459E960EE262DC7D55F0\",\"Settings\":{\"Variable\":\"\",\"Variable1\":\"2017-12-31T11:00:00.000Z\",\"Variable3\":\"2018-03-07T11:00:00.000Z\",\"Variable72\":1,\"ilc_3\":1,\"item_rep_cat_label_ddl\":1,\"item_rep_cat_search\":0,\"item_rep_category_field\":\"Multiple\",\"item_rep_code\":1,\"item_rep_code1\":1,\"item_rep_code4\":1,\"item_rep_code5\":1,\"item_rep_com\":2,\"item_rep_item_VEN\":1,\"item_rep_search_VEN\":1,\"item_rep_value\":\"\",\"item_xrep_com_loc\":1,\"item_xrep_loc\":\"\",\"lb_trans_report_choice\":3,\"obj_date_chooser\":10,\"obj_report_from_date_picker\":0,\"obj_report_to_date_picker\":0,\"obj_report_transaction_type\":1,\"obj_tab_trans_report\":1,\"obj_trans_category_tab\":1,\"obj_transaction_report_OK\":0,\"obj_transaction_report_cancel\":0,\"obj_tr
@Chris-Petty
Chris-Petty / ReffyListView.js
Last active September 12, 2016 06:46
Showing refs in renderRow.
var React = require('react-native');
var {
AppRegistry,
StyleSheet,
Text,
ListView,
TouchableOpacity
} = React;
// This example itself probably wont run, but the idea is there. Not actually doing anything with the ref though...
import Realm from 'realm';
const IdentitySchema = {
name: 'Identity',
properties: {
name: 'string',
birthday: 'date',
address: 'string',
}
};