Skip to content

Instantly share code, notes, and snippets.

View FilipIlievski's full-sized avatar
🏠
Working from home

Filip Ilievski FilipIlievski

🏠
Working from home
View GitHub Profile
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "AppDelegate.h"
#import "AppDelegate.h"
#import <React/RCTBundleURLProvider.h>
// **********************************************
// *** DON'T MISS: THE NEXT LINE IS IMPORTANT ***
// **********************************************
#import "RCCManager.h"
// IMPORTANT: if you're getting an Xcode error that RCCManager.h isn't found, you've probably ran "npm install"
// with npm ver 2. You'll need to "npm install" with npm 3 (see https://github.com/wix/react-native-navigation/issues/1)
pipeline {
agent {
label 'mac'
}
options {
timestamps()
}
environment {
JENKINS_SCRIPTS = '$JENKINS_HOME/scripts/app_features/'
BRANCH = "${params.Branch}"
{
"window.zoomLevel": 0,
"workbench.iconTheme": null,
"workbench.colorTheme": "Sublime Material Theme - Dark",
"prettier.singleQuote": true,
"prettier.bracketSpacing": false,
"editor.fontSize": 14.5,
"editor.lineHeight": 22.8,
"editor.snippetSuggestions": "top",
"editor.minimap.enabled": true,
{
"window.zoomLevel": 0,
"workbench.iconTheme": null,
"workbench.colorTheme": "Sublime Material Theme - Dark",
"prettier.singleQuote": true,
"prettier.bracketSpacing": false,
"editor.fontSize": 14.5,
"editor.lineHeight": 22.8,
"editor.snippetSuggestions": "top",
"editor.minimap.enabled": true,
import React from "react";
import {
createTableMultiSort,
Column,
Table,
SortDirection,
} from "react-virtualized";
import "./styles.css";
import { orderBy, sortBy } from "lodash";
import {
Chart as ChartJS,
CategoryScale,
LinearScale,
BarElement,
Title,
Tooltip,
Legend,
} from "chart.js";
import { subDays } from "date-fns";